hotspot/test/compiler/whitebox/SetForceInlineMethodTest.java
changeset 38032 bedc2fbb9454
parent 34185 ee71c590a456
child 38152 80e5da81fb2c
equal deleted inserted replaced
38031:e0b822facc03 38032:bedc2fbb9454
    29  * @library /testlibrary /test/lib /
    29  * @library /testlibrary /test/lib /
    30  * @modules java.management
    30  * @modules java.management
    31  * @build SetForceInlineMethodTest
    31  * @build SetForceInlineMethodTest
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCase$Helper::* SetForceInlineMethodTest
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::* SetForceInlineMethodTest
    35  * @summary testing of WB::testSetForceInlineMethod()
    35  * @summary testing of WB::testSetForceInlineMethod()
    36  * @author igor.ignatyev@oracle.com
    36  * @author igor.ignatyev@oracle.com
    37  */
    37  */
    38 public class SetForceInlineMethodTest extends CompilerWhiteBoxTest {
    38 public class SetForceInlineMethodTest extends CompilerWhiteBoxTest {
    39 
    39