hotspot/test/compiler/6896727/Test.java
changeset 4649 f6b04c5a5e49
parent 4471 78c7cc2ae5dd
child 5547 f4b087cbb361
equal deleted inserted replaced
4648:22e8816b84d3 4649:f6b04c5a5e49
    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";