< prev index next >

test/hotspot/jtreg/runtime/handshake/HandshakeTransitionTest.java

Print this page
rev 54228 : [mq]: 8220774-handshakealot-v5

@@ -60,10 +60,11 @@
         ProcessBuilder pb =
             ProcessTools.createJavaProcessBuilder(
                     true,
                     "-Djava.library.path=" + lib,
                     "-XX:+SafepointALot",
+                    "-XX:+HandshakeALot",
                     "-XX:GuaranteedSafepointInterval=20",
                     "-Xlog:ergo*",
                     "-XX:ParallelGCThreads=1",
                     "-XX:ConcGCThreads=1",
                     "-XX:CICompilerCount=2",
< prev index next >