hotspot/test/compiler/oracle/MethodMatcherTest.java
changeset 33730 30e064828045
parent 33069 d8eed614f298
child 33755 77bf4439f592
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test MethodMatcherTest
    25  * @test MethodMatcherTest
    26  * @library /testlibrary /../../test/lib
    26  * @library /testlibrary /test/lib
    27  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    27  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    28  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    28  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    29  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI MethodMatcherTest
    29  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI MethodMatcherTest
    30  * @summary Testing of compiler/MethodMatcher
    30  * @summary Testing of compiler/MethodMatcher
    31  * @bug 8135068
    31  * @bug 8135068