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

*** 37,48 **** --- 37,48 ---- */ public class MakeMethodNotCompilableTest extends CompilerWhiteBoxTest { private int bci; 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(MakeMethodNotCompilableTest::new, args);

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