Relates :
|
|
Relates :
|
Because "TraceExceptions" is no longer a VM runtime option defined in globals.hpp (part of RUNTIME_FLAGS macro), CheckOrigin.java fails with "java.lang.IllegalArgumentException: VM option "TraceExceptions" does not exist" because HotSpotDiagnosticMXBean.getVMOption(option) can no longer find the option. This issue is most likely due to https://bugs.openjdk.java.net/browse/JDK-8141211
|