hg: jdk9/dev/jaxws: 8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Fri Jun 24 15:02:16 UTC 2016
Changeset: 5b0570e3db29
Author: dfuchs
Date: 2016-06-24 16:00 +0100
URL: http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/5b0570e3db29
8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
Summary: trivial fix - the concrete class must be instantiated, not the class that defines the createContext method.
Reviewed-by: lancea, mchung
! src/java.xml.bind/share/classes/javax/xml/bind/ContextFinder.java
More information about the jdk9-dev-changes
mailing list