java.lang.RuntimeException: private static int SimpleTestCase$Helper.staticMethod() must be compiled
at CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:262)
at MakeMethodNotCompilableTest.testTier(MakeMethodNotCompilableTest.java:186)
at MakeMethodNotCompilableTest.test(MakeMethodNotCompilableTest.java:71)
at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:174)
at CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:131)
at MakeMethodNotCompilableTest.main(MakeMethodNotCompilableTest.java:39)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:747)