comparison test/compiler/6877254/Test.java @ 1178:648fe315b257

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
author kvn
date Tue, 19 Jan 2010 15:54:42 -0800
parents 685e959d09ea
children c18cbe5936b8
comparison
equal deleted inserted replaced
1177:acebf2655d3a 1178:648fe315b257
24 /** 24 /**
25 * @test 25 * @test
26 * @bug 6877254 26 * @bug 6877254
27 * @summary Implement StoreCMNode::Ideal to promote its OopStore above the MergeMem 27 * @summary Implement StoreCMNode::Ideal to promote its OopStore above the MergeMem
28 * 28 *
29 * @run main/othervm -server -Xcomp -XX:+UseConcMarkSweepGC Test 29 * @run main/othervm -Xcomp Test
30 */ 30 */
31 31
32 public class Test { 32 public class Test {
33 static byte var_1; 33 static byte var_1;
34 static String var_2 = ""; 34 static String var_2 = "";