Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056391 | emb-9 | Stefan Karlsson | P2 | Resolved | Fixed | b29 |
JDK-8063400 | 8u45 | Stefan Karlsson | P2 | Resolved | Fixed | b01 |
JDK-8055281 | 8u40 | Stefan Karlsson | P2 | Closed | Fixed | b03 |
JDK-8070958 | emb-8u47 | Stefan Karlsson | P2 | Resolved | Fixed | team |
Following tests use WB API and pass diagnostic option +WhiteBoxAPI that should be unlocked with +UnlockDiagnosticVMOptions, but this option is missing:
gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java
gc/class_unloading/TestG1ClassUnloadingHWM.java
----------System.out:(1/278)----------
Command line: [/export/local/aurora/CommonData/jdk/bin/java -Xbootclasspath/a:. -XX:+WhiteBoxAPI -XX:MetaspaceSize=33554432 -Xmn33554432 -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+PrintHeapAtGC -XX:+PrintGCDetails AllocateBeyondMetaspaceSize 33554432 33554432 ]
----------System.err:(24/1282)----------
stdout: [];
stderr: [Error: VM option 'WhiteBoxAPI' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java
gc/class_unloading/TestG1ClassUnloadingHWM.java
----------System.out:(1/278)----------
Command line: [/export/local/aurora/CommonData/jdk/bin/java -Xbootclasspath/a:. -XX:+WhiteBoxAPI -XX:MetaspaceSize=33554432 -Xmn33554432 -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+PrintHeapAtGC -XX:+PrintGCDetails AllocateBeyondMetaspaceSize 33554432 33554432 ]
----------System.err:(24/1282)----------
stdout: [];
stderr: [Error: VM option 'WhiteBoxAPI' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
- backported by
-
JDK-8056391 Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag
- Resolved
-
JDK-8063400 Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag
- Resolved
-
JDK-8070958 Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag
- Resolved
-
JDK-8055281 Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag
- Closed