History log of /openjdk10/jdk/test/javax/xml/bind/JAXBContext/JAXBContextWithSubclassedFactory.java
Revision Date Author Comments
# 15333:28e938880be3 10-Aug-2016 mchung

8136930: Simplify use of module-system options by custom launchers
Reviewed-by: alanb, ksrini, henryjen, sundar


# 14892:e83c66fbe3ca 24-Jun-2016 dfuchs

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