hg: jdk9/client/jaxp: 2 new changesets

philip.race at oracle.com philip.race at oracle.com
Thu Jan 26 17:30:28 UTC 2017


Changeset: 620d0c38581f
Author:    clanger
Date:      2017-01-24 11:10 +0100
URL:       http://hg.openjdk.java.net/jdk9/client/jaxp/rev/620d0c38581f

8173261: JAXP: TESTBUG: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
Reviewed-by: dfuchs, fyuan

! test/ProblemList.txt
! test/javax/xml/jaxp/isolatedjdk/IsolatedJDK.sh
! test/javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.java
- test/javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
! test/javax/xml/jaxp/libs/catalog/CatalogTestUtils.java
! test/javax/xml/jaxp/libs/jaxp/library/JAXPTestUtilities.java

Changeset: 2d7bf6955c05
Author:    dfuchs
Date:      2017-01-24 16:34 +0000
URL:       http://hg.openjdk.java.net/jdk9/client/jaxp/rev/2d7bf6955c05

8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow
Summary: This fix replaces un unwanted recursion in the XML streams event filtering support by a simple loop (in nextEvent/nextTag).
Reviewed-by: aefimov, clanger, lancea, rriggs

! src/java.xml/share/classes/com/sun/xml/internal/stream/EventFilterSupport.java
+ test/javax/xml/jaxp/unittest/stream/EventsTest/EventFilterSupportTest.java



More information about the jdk9-all-changes mailing list