8141331: Test hotspot/compiler/oracle/MethodMatcher.java fails with NPE

Reviewed-by: iignatyev
This commit is contained in:
Dmitrij Pochepko 2015-11-04 00:59:44 +03:00
parent 3a91779b62
commit df5a5904ce

View file

@ -24,6 +24,7 @@
/* /*
* @test MethodMatcherTest * @test MethodMatcherTest
* @library /testlibrary /test/lib * @library /testlibrary /test/lib
* @build sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI MethodMatcherTest * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI MethodMatcherTest