comparison test/compiler/6896727/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 7fee0a6cc6d4
children c18cbe5936b8
comparison
equal deleted inserted replaced
1177:acebf2655d3a 1178:648fe315b257
24 24
25 /* 25 /*
26 * @test 26 * @test
27 * @bug 6896727 27 * @bug 6896727
28 * @summary nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys w/o COOPs 28 * @summary nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys w/o COOPs
29 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:+DoEscapeAnalysis -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC Test 29 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:+DoEscapeAnalysis Test
30 */ 30 */
31 31
32 public class Test { 32 public class Test {
33 33
34 final static String testString = "abracadabra"; 34 final static String testString = "abracadabra";