8073883: serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent

Don't run test with -XX:+ExplicitGCInvokesConcurrent

Reviewed-by: mgerdin
This commit is contained in:
Jesper Wilhelmsson 2015-02-26 21:00:03 +01:00
parent fd9d670156
commit 1426bc9dc1

View File

@ -39,7 +39,7 @@ import com.oracle.java.testlibrary.dcmd.JMXExecutor;
* @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) {