JDK-8139544 : compiler/whitebox/MakeMethodNotCompilableTest.java fails with is not compilable after level 4
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • Submitted: 2015-10-13
  • Updated: 2015-11-30
  • Resolved: 2015-11-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Relates :  
Description
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)
Comments
Thanks, David, for pointing that out!
30-11-2015

Note there was only a single instance of this failure seen in the nightlies too.
27-11-2015