hotspot/test/compiler/compilercontrol/InlineMatcherTest.java
changeset 34218 4b22b04519e6
parent 33451 0712796e4039
child 38152 80e5da81fb2c
equal deleted inserted replaced
34217:fb4d7b34e67e 34218:4b22b04519e6
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test InlineMatcherTest
    25  * @test InlineMatcherTest
    26  * @bug 8074095
    26  * @bug 8074095
    27  * @library /testlibrary /../../test/lib
    27  * @library /testlibrary /test/lib
       
    28  * @build sun.hotspot.WhiteBox
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    30  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI InlineMatcherTest
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI InlineMatcherTest
    31  * @summary Testing of compiler/InlineMatcher
    32  * @summary Testing of compiler/InlineMatcher
    32  */
    33  */