JDK-8224723 : [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-05-24
  • Updated: 2019-05-30
  • Resolved: 2019-05-24
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 13
13 b23Fixed
Related Reports
Relates :  
Description
- Symptom
-------------------------------------------------------------------------
Error: VM option 'AlwaysIncrementalInline' is develop and is available only in debug version of VM.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
-------------------------------------------------------------------------

- Reproduce
-------------------------------------------------------------------------
make test TEST="compiler/arraycopy/TestArrayCopyWithBadOffset.java" CONF=release JTREG="VERBOSE=all"
-------------------------------------------------------------------------
Comments
Hi Tobias, This issue had been fixed by https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2019-May/033902.html
24-05-2019