JDK-8251501 : C2: compiler/arraycopy/TestCloneAccessStressGCM.java fails with -XX:+AlwaysIncrementalInline
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2020-08-12
  • Updated: 2020-08-20
  • Resolved: 2020-08-20
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 16
16Resolved
Related Reports
Duplicate :  
Duplicate :  
Description
 ---------System.err:(13/932)----------
java.lang.RuntimeException: Return value not 36. Got: 0; additional check:  36
	at compiler.arraycopy.TestCloneAccessStressGCM.main(TestCloneAccessStressGCM.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:832)

JavaTest Message: Test threw exception: java.lang.RuntimeException: Return value not 36. Got: 0; additional check:  36
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Return value not 36. Got: 0; additional check: 36

Comments
This no longer reproduces. I could trace it back to the same issue as JDK-8248791 which is already fixed. I'm closing this as a dup.
20-08-2020