-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: hotspot
-
b96
TestOptionsWithRanges test failed during the PIT for JDK 9 b87 on solaris-amd64:
Error processing option CompilerThreadStackSize with valid value '-XX:CompilerThreadStackSize=1'! JVM exited with unexpected error code = 11
Running "java -XX:CompilerThreadStackSize=1" on the same host gave:
-bash-4.1$ ./java -XX:CompilerThreadStackSize=1
Segmentation Fault
-bash-4.1$ echo $?
139
Error processing option CompilerThreadStackSize with valid value '-XX:CompilerThreadStackSize=1'! JVM exited with unexpected error code = 11
Running "java -XX:CompilerThreadStackSize=1" on the same host gave:
-bash-4.1$ ./java -XX:CompilerThreadStackSize=1
Segmentation Fault
-bash-4.1$ echo $?
139
- relates to
-
JDK-8140520 segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
-
- Resolved
-
-
JDK-8143038 [TESTBUG] TestOptionsWithRanges: allow excluding only a subset of tested values specified for a flag
-
- Resolved
-