Changeset: ac55dc7dd558 Author: lana Date: 2016-04-28 08:26 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jaxp/rev/ac55dc7dd558
Added tag jdk-9+116 for changeset 9d71d20e6147 ! .hgtags Changeset: af1875980cbf Author: joehw Date: 2016-04-28 09:08 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jaxp/rev/af1875980cbf 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException Reviewed-by: lancea ! src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java ! test/javax/xml/jaxp/unittest/catalog/CatalogTest.java + test/javax/xml/jaxp/unittest/catalog/first_cat.xml + test/javax/xml/jaxp/unittest/catalog/next_cat.xml + test/javax/xml/jaxp/unittest/catalog/second_cat.xml Changeset: 4b13796fa518 Author: lana Date: 2016-04-28 09:39 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jaxp/rev/4b13796fa518 Merge Changeset: 46b57560cd06 Author: fyuan Date: 2016-04-28 19:11 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jaxp/rev/46b57560cd06 8155514: jaxp.library.TestPolicy should extend the default security policy Reviewed-by: mchung, joehw Contributed-by: Frank Yuan <frank.y...@oracle.com> ! test/javax/xml/jaxp/libs/jaxp/library/TestPolicy.java