JDK-8023019 : compiler/whitebox/IsMethodCompilableTest.java failed with jdk8 since b102 (hs25b44)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs25,8
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2013-08-14
  • Updated: 2014-08-07
  • Resolved: 2013-08-14
Related Reports
Duplicate :  
Description
test compiler/whitebox/IsMethodCompilableTest.java passes with jdk8b101 and fails with jdk8b102; test is not applicable for jdk7 (failed to compile with jdk7u25b15)

reproduced on Oracle Linux 6.0, x86_64 and Solaris 11 sparc

failure log:
----------System.err:(25/1711)----------
java.lang.RuntimeException: private TestCase$Helper(int) is still compilable after 401 iterations
	at IsMethodCompilableTest.test(IsMethodCompilableTest.java:104)
	at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:144)
	at IsMethodCompilableTest.main(IsMethodCompilableTest.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:491)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:724)
java.lang.RuntimeException: private TestCase$Helper(int) is still compilable after 401 iterations
	at IsMethodCompilableTest.test(IsMethodCompilableTest.java:104)
	at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:144)
	at IsMethodCompilableTest.main(IsMethodCompilableTest.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:491)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:724)