From 906236c0ab0b7291b08b06b657cc36d1a0188d47 Mon Sep 17 00:00:00 2001 From: kvn Date: Tue, 19 Jan 2010 15:54:42 -0800 Subject: [PATCH] 6893701: compiler/6877254/Test.java fails because it combines -XX:+UseConcMarkSweepGC with other GC Summary: Remove explicit GC flags in regression tests Reviewed-by: never, ysr --- test/compiler/6877254/Test.java | 2 +- test/compiler/6896727/Test.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/compiler/6877254/Test.java b/test/compiler/6877254/Test.java index 9d8c79cbe..d28d13d5e 100644 --- a/test/compiler/6877254/Test.java +++ b/test/compiler/6877254/Test.java @@ -26,7 +26,7 @@ * @bug 6877254 * @summary Implement StoreCMNode::Ideal to promote its OopStore above the MergeMem * - * @run main/othervm -server -Xcomp -XX:+UseConcMarkSweepGC Test + * @run main/othervm -Xcomp Test */ public class Test { diff --git a/test/compiler/6896727/Test.java b/test/compiler/6896727/Test.java index a9aef1d2b..e47c61da3 100644 --- a/test/compiler/6896727/Test.java +++ b/test/compiler/6896727/Test.java @@ -26,7 +26,7 @@ * @test * @bug 6896727 * @summary nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys w/o COOPs - * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:+DoEscapeAnalysis -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC Test + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:+DoEscapeAnalysis Test */ public class Test { -- GitLab