JDK-8222368 : [Graal] static int compiler.rangechecks.TestRangeCheckSmearing.m3(int[],int,boolean) not compiled
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-04-11
  • Updated: 2020-05-08
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Test: compiler/rangechecks/TestRangeCheckSmearing.java

----------System.out:(6/402)----------
ArrayIndexOutOfBoundsException thrown in m1
ArrayIndexOutOfBoundsException thrown in m2
WB error: failed to blocking compile at level 4 method  compiler.rangechecks.TestRangeCheckSmearing::m3
WB error: blocking compilation is still in queue!
WB error: failed to blocking compile at level 1 method  compiler.rangechecks.TestRangeCheckSmearing::m3
WB error: blocking compilation is still in queue!
----------System.err:(15/1241)----------
java.lang.RuntimeException: static int compiler.rangechecks.TestRangeCheckSmearing.m3(int[],int,boolean) not compiled
	at compiler.rangechecks.TestRangeCheckSmearing.doTest(TestRangeCheckSmearing.java:383)
	at compiler.rangechecks.TestRangeCheckSmearing.doTests(TestRangeCheckSmearing.java:426)
	at compiler.rangechecks.TestRangeCheckSmearing.main(TestRangeCheckSmearing.java:330)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:835)

Comments
Yes, it could be JDK-8202124. I will try my patch from JDK-8202124 to verify.
16-04-2019

Can this be related to JDK-8202124?
12-04-2019