Skip to content

Commit 983b0da

Browse files
author
duke
committedAug 5, 2020
Automatic merge of jdk:master into master
2 parents ddc6b6f + 6b8c16c commit 983b0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/hotspot/jtreg/runtime/Thread/ThreadObjAccessAtExit.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* @library /testlibrary /test/lib
3131
* @build sun.hotspot.WhiteBox
3232
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
33-
* @comment run with a small heap, but we need at least 7M for ZGC
34-
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx7m -XX:-DisableExplicitGC ThreadObjAccessAtExit
33+
* @comment run with a small heap, but we need at least 11M for ZGC with JFR
34+
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xmx11m -XX:-DisableExplicitGC ThreadObjAccessAtExit
3535
*/
3636

3737
import sun.hotspot.WhiteBox;

0 commit comments

Comments
 (0)
Please sign in to comment.