test/hotspot/jtreg/compiler/tiered/LevelTransitionTest.java
changeset 50068 5201c9474ee7
parent 48507 282262d5031b
child 51287 7b1ddbafa134
equal deleted inserted replaced
50067:88b76c19d8eb 50068:5201c9474ee7
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    35  * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    36  *                   -XX:+WhiteBoxAPI -XX:+TieredCompilation -XX:-UseCounterDecay
    36  *                   -XX:+WhiteBoxAPI -XX:+TieredCompilation -XX:-UseCounterDecay
    37  *                   -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::*
    37  *                   -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::*
    38  *                   -XX:CompileCommand=compileonly,compiler.tiered.LevelTransitionTest$ExtendedTestCase$CompileMethodHolder::*
    38  *                   -XX:CompileCommand=compileonly,compiler.tiered.LevelTransitionTest$ExtendedTestCase$CompileMethodHolder::*
    39  *                   compiler.tiered.TransitionsTestExecutor
       
    40  *                   compiler.tiered.LevelTransitionTest
    39  *                   compiler.tiered.LevelTransitionTest
    41  */
    40  */
    42 
    41 
    43 package compiler.tiered;
    42 package compiler.tiered;
    44 
    43