RFR [JDK8]: 7169894: JAXP Plugability Layer: using service loader

Paul Sandoz paul.sandoz at oracle.com
Mon Jun 25 17:13:30 UTC 2012


On Jun 25, 2012, at 9:38 AM, Joe Wang wrote:
> New webrev:
> http://cr.openjdk.java.net/~joehw/jdk8/7169894/webrev/
> 

In javax.xml.datatype.DatatypeFactory:
 245                 if (provider.getClass().getName().contains(fallbackClassName)) {

Strictly speaking the above should be "provider.getClass().getName().equals(fallbackClassName)".

Paul.


More information about the core-libs-dev mailing list