JDK-8140327 : segfault on solaris-amd64 with "-XX:CompilerThreadStackSize=1" option
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-10-22
  • Updated: 2015-12-10
  • Resolved: 2015-11-16
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 9
9 b96Fixed
Related Reports
Relates :  
Relates :  
Description
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