hg: jdk9/sandbox/jaxws: 8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation

chris.hegarty at oracle.com chris.hegarty at oracle.com
Fri Jun 24 15:20:59 UTC 2016


Changeset: 5b0570e3db29
Author:    dfuchs
Date:      2016-06-24 16:00 +0100
URL:       http://hg.openjdk.java.net/jdk9/sandbox/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-sandbox-changes mailing list