-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
11
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
When running the given test program on OpenJDK 11 with the -XX:MaxVectorSize=2 option specified, a crash occurs. However, if we remove this option, the test program executes correctly. It's important to note that this crash only happens on OpenJDK 11.
REGRESSION : Last worked in version 8u401
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The test program should execute correctly.
ACTUAL -
The test program crashes the JVM.
FREQUENCY : always
When running the given test program on OpenJDK 11 with the -XX:MaxVectorSize=2 option specified, a crash occurs. However, if we remove this option, the test program executes correctly. It's important to note that this crash only happens on OpenJDK 11.
REGRESSION : Last worked in version 8u401
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The test program should execute correctly.
ACTUAL -
The test program crashes the JVM.
FREQUENCY : always
- duplicates
-
JDK-8213538 VM crashes when MaxVectorSize is set to 0, 1 or 2
-
- Resolved
-