test/compiler/whitebox/ClearMethodStateTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/whitebox/ClearMethodStateTest.java	Fri Apr  1 15:40:08 2016
--- new/test/compiler/whitebox/ClearMethodStateTest.java	Fri Apr  1 15:40:07 2016

*** 31,50 **** --- 31,50 ---- * @library /testlibrary /test/lib / * @modules java.management * @build ClearMethodStateTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+PrintCompilation ClearMethodStateTest * @summary testing of WB::clearMethodState() * @author igor.ignatyev@oracle.com */ public class ClearMethodStateTest extends CompilerWhiteBoxTest { public static void main(String[] args) throws Exception { String directive = - "[{ match:\"*SimpleTestCase$Helper.*\", BackgroundCompilation: false }, " + - " { match:\"*.*\", inline:\"-*SimpleTestCase$Helper.*\"}]"; if (WHITE_BOX.addCompilerDirective(directive) != 2) { throw new RuntimeException("Could not add directive"); } try { CompilerWhiteBoxTest.main(ClearMethodStateTest::new, args);

test/compiler/whitebox/ClearMethodStateTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File