Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Calling findClass( cls, "java.se.ee") in IsolatedClassLoader does not help and does not do anything because the module is ignored in Java 9.
In-plugin provider does not have any problem to load classes from entire JDK.
Forked JVM would work only after added
<argLine>--add-modules java.se.ee</argLine>
The fix would be to add "-add-modules java.se.ee" if -add-modules is not specified by user at Java 9+.
Attachments
Attachments
Issue Links
- breaks
-
SUREFIRE-1424 javax.transaction.TransactionManager not visible with Java9
- Closed
- duplicates
-
SUREFIRE-1392 Running Failsafe results in crash on java 9-ea, missing class JAXBException
- Closed