Skip to content

Commit a180fef

Browse files
ArrayingMrSimms
authored andcommitted
8371398: [lworld] runtime/valhalla/inlinetypes/FlatArrayCopyingTest.java#g1 fails due to lack of UnlockDiagnosticVMOptions
Reviewed-by: fparain
1 parent 296fe86 commit a180fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/runtime/valhalla/inlinetypes/FlatArrayCopyingTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
java.management
7171
* @build jdk.test.whitebox.WhiteBox
7272
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
73-
* @run junit/othervm/timeout=480 -Xint -XX:+UseG1GC -XX:+UseCompressedOops -Xlog:gc*=info
73+
* @run junit/othervm/timeout=480 -XX:+UnlockDiagnosticVMOptions
74+
-Xint -XX:+UseG1GC -XX:+UseCompressedOops -Xlog:gc*=info
7475
-XX:ParallelGCThreads=1 -XX:ConcGCThreads=1 -XX:-UseDynamicNumberOfGCThreads
7576
-XX:-G1UseConcRefinement -XX:+UseCompressedClassPointers
7677
-Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

0 commit comments

Comments
 (0)