hg: jdk9/hs/jaxp: 5 new changesets
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Wed Feb 1 02:43:49 UTC 2017
Changeset: 620d0c38581f
Author: clanger
Date: 2017-01-24 11:10 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/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/hs/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
Changeset: cd9f6a6127f4
Author: lana
Date: 2017-01-26 19:22 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/jaxp/rev/cd9f6a6127f4
Added tag jdk-9+154 for changeset 7fa738305436
! .hgtags
Changeset: b7bd7cac2790
Author: lana
Date: 2017-01-26 21:20 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/jaxp/rev/b7bd7cac2790
Merge
- test/javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
Changeset: 48fa77af1532
Author: dfuchs
Date: 2017-01-27 20:33 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/jaxp/rev/48fa77af1532
8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it
Summary: removed the code that special cased file and jar and threw IAE if the file did not exist.
Reviewed-by: alanb, lancea
! src/java.xml/share/classes/javax/xml/catalog/Util.java
! test/javax/xml/jaxp/unittest/catalog/CatalogFileInputTest.java
More information about the jdk9-hs-changes
mailing list