Skip to content

Commit 5d0e8b6

Browse files
committedJun 10, 2022
8288203: runtime/ClassUnload/UnloadTestWithVerifyDuringGC.java fails with release VMs
Reviewed-by: shade
1 parent 975316e commit 5d0e8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hotspot/jtreg/runtime/ClassUnload/UnloadTestWithVerifyDuringGC.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @library classes
3434
* @build sun.hotspot.WhiteBox test.Empty
3535
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
36-
* @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UseG1GC -XX:+VerifyDuringGC -XX:+AlwaysTenure -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xlog:gc,class+unload=debug UnloadTestWithVerifyDuringGC
36+
* @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+VerifyDuringGC -XX:+AlwaysTenure -XX:+WhiteBoxAPI -Xlog:gc,class+unload=debug UnloadTestWithVerifyDuringGC
3737
*/
3838
import sun.hotspot.WhiteBox;
3939
import jdk.test.lib.classloader.ClassUnloadCommon;

0 commit comments

Comments
 (0)
Please sign in to comment.