hotspot/test/compiler/whitebox/SetForceInlineMethodTest.java
changeset 19332 ee4c8c2af356
parent 19282 9764b5a041b6
child 22214 c551021e75b2
equal deleted inserted replaced
19331:ff8ddc49a4c2 19332:ee4c8c2af356
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test SetForceInlineMethodTest
    25  * @test SetForceInlineMethodTest
       
    26  * @bug 8006683 8007288 8022832
    26  * @library /testlibrary /testlibrary/whitebox
    27  * @library /testlibrary /testlibrary/whitebox
    27  * @build SetForceInlineMethodTest
    28  * @build SetForceInlineMethodTest
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* SetForceInlineMethodTest
    30  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* SetForceInlineMethodTest
    30  * @summary testing of WB::testSetForceInlineMethod()
    31  * @summary testing of WB::testSetForceInlineMethod()