test/compiler/stable/TestStableByte.java

changeset 7787
1ec24746bb40
parent 6747
ee1c924763d2
child 7994
04ff2f6cd0eb
     1.1 --- a/test/compiler/stable/TestStableByte.java	Fri Apr 24 09:47:07 2015 +0200
     1.2 +++ b/test/compiler/stable/TestStableByte.java	Thu Apr 23 13:02:32 2015 +0300
     1.3 @@ -53,44 +53,32 @@
     1.4   *           java/lang/invoke/TestStableByte$DefaultStaticValue
     1.5   *           java/lang/invoke/TestStableByte$ObjectArrayLowerDim2
     1.6   *
     1.7 - * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
     1.8 + * @run main/othervm -Xbootclasspath/a:.
     1.9   *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    1.10 - *                   -server -XX:-TieredCompilation
    1.11 + *                   -XX:-TieredCompilation
    1.12   *                   -XX:+FoldStableValues
    1.13   *                   -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    1.14   *                   java.lang.invoke.TestStableByte
    1.15 - * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
    1.16 + * @run main/othervm -Xbootclasspath/a:.
    1.17   *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    1.18 - *                   -server -XX:-TieredCompilation
    1.19 + *                   -XX:-TieredCompilation
    1.20   *                   -XX:-FoldStableValues
    1.21   *                   -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    1.22   *                   java.lang.invoke.TestStableByte
    1.23   *
    1.24 - * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
    1.25 + * @run main/othervm -Xbootclasspath/a:.
    1.26   *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    1.27 - *                   -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
    1.28 + *                   -XX:+TieredCompilation -XX:TieredStopAtLevel=1
    1.29   *                   -XX:+FoldStableValues
    1.30   *                   -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    1.31   *                   java.lang.invoke.TestStableByte
    1.32 - * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
    1.33 + * @run main/othervm -Xbootclasspath/a:.
    1.34   *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    1.35 - *                   -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
    1.36 + *                   -XX:+TieredCompilation -XX:TieredStopAtLevel=1
    1.37   *                   -XX:-FoldStableValues
    1.38   *                   -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    1.39   *                   java.lang.invoke.TestStableByte
    1.40   *
    1.41 - * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
    1.42 - *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    1.43 - *                   -client -XX:-TieredCompilation
    1.44 - *                   -XX:+FoldStableValues
    1.45 - *                   -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    1.46 - *                   java.lang.invoke.TestStableByte
    1.47 - * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
    1.48 - *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    1.49 - *                   -client -XX:-TieredCompilation
    1.50 - *                   -XX:-FoldStableValues
    1.51 - *                   -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    1.52 - *                   java.lang.invoke.TestStableByte
    1.53   */
    1.54  package java.lang.invoke;
    1.55  

mercurial