equal
deleted
inserted
replaced
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"; |