8073883: serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent
authorjwilhelm
Thu, 26 Feb 2015 21:00:03 +0100
changeset 29324 8672c9d7ae94
parent 29323 1e366d4e5472
child 29325 0e86e64c66e5
8073883: serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent Summary: Don't run test with -XX:+ExplicitGCInvokesConcurrent Reviewed-by: mgerdin
hotspot/test/serviceability/dcmd/gc/RunGCTest.java
--- a/hotspot/test/serviceability/dcmd/gc/RunGCTest.java	Thu Feb 26 17:02:48 2015 +0100
+++ b/hotspot/test/serviceability/dcmd/gc/RunGCTest.java	Thu Feb 26 21:00:03 2015 +0100
@@ -39,7 +39,7 @@
  * @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) {