# HG changeset patch # User jwilhelm # Date 1424980803 -3600 # Node ID 8672c9d7ae94b67d20edee2dce8d84cbcc1631ac # Parent 1e366d4e547217b3d93bc797c4b3ab5820d8bb92 8073883: serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent Summary: Don't run test with -XX:+ExplicitGCInvokesConcurrent Reviewed-by: mgerdin diff -r 1e366d4e5472 -r 8672c9d7ae94 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) {