- 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"
-------------------------------------------------------------------------
-------------------------------------------------------------------------
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"
-------------------------------------------------------------------------
- relates to
-
JDK-8224539 C2 compilation fails during ArrayCopyNode optimizations with assert(i < _max) failed: oob: i=1, _max=1
-
- Closed
-