JDK-2202711 : StackOverflowError by com.sun.xml.stream.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next
  • Type: Backport
  • Backport of: JDK-6976938
  • Component: xml
  • Sub-Component: javax.xml.stream
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2010-11-22
  • Updated: 2012-04-25
  • Resolved: 2011-03-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0-poolResolved 6u24-rev b24Fixed
Comments
EVALUATION Replaced the recursion in XMLDocumentFragmentScannerImpl::FragmentContentDriver.next() and EventFilterSupport::peek() with a while loop
29-12-2010