< prev index next >

test/serviceability/dcmd/gc/RunGCTest.java

Print this page

        

@@ -37,11 +37,11 @@
  * @test
  * @summary Test of diagnostic command GC.run
  * @library /testlibrary
  * @build com.oracle.java.testlibrary.*
  * @build com.oracle.java.testlibrary.dcmd.*
- * @run testng/othervm -XX:+PrintGCDetails -Xloggc:RunGC.gclog RunGCTest
+ * @run testng/othervm -XX:+PrintGCDetails -Xloggc:RunGC.gclog -XX:-ExplicitGCInvokesConcurrent RunGCTest
  */
 public class RunGCTest {
     public void run(CommandExecutor executor) {
         executor.execute("GC.run");
 
< prev index next >