test/hotspot/jtreg/compiler/stable/TestStableDouble.java
changeset 50170 12fc7bf488ec
parent 47216 71c04702a3d5
child 51016 a926b7737d3b
equal deleted inserted replaced
50169:dd501973095c 50170:12fc7bf488ec
    37  *                                 -XX:+FoldStableValues
    37  *                                 -XX:+FoldStableValues
    38  *                                 compiler.stable.TestStableDouble
    38  *                                 compiler.stable.TestStableDouble
    39  * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    39  * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    40  *                                 -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    40  *                                 -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    41  *                                 -XX:-TieredCompilation
    41  *                                 -XX:-TieredCompilation
    42  *                                 -XX:+FoldStableValues
    42  *                                 -XX:-FoldStableValues
    43  *                                 compiler.stable.TestStableDouble
    43  *                                 compiler.stable.TestStableDouble
    44  *
    44  *
    45  * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    45  * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    46  *                                 -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    46  *                                 -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    47  *                                 -XX:-TieredCompilation
    47  *                                 -XX:+TieredCompilation -XX:TieredStopAtLevel=1
    48  *                                 -XX:+FoldStableValues
    48  *                                 -XX:+FoldStableValues
    49  *                                 compiler.stable.TestStableDouble
    49  *                                 compiler.stable.TestStableDouble
    50  * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    50  * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
    51  *                                 -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    51  *                                 -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
    52  *                                 -XX:-TieredCompilation
    52  *                                 -XX:+TieredCompilation -XX:TieredStopAtLevel=1
    53  *                                 -XX:+FoldStableValues
    53  *                                 -XX:-FoldStableValues
    54  *                                 compiler.stable.TestStableDouble
    54  *                                 compiler.stable.TestStableDouble
    55  */
    55  */
    56 
    56 
    57 package compiler.stable;
    57 package compiler.stable;
    58 
    58