JDK-7146636 : compiler/6865265/StackOverflowBug.java fails due to changed stack minimum
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris
  • CPU: sparc
  • Submitted: 2012-02-17
  • Updated: 2013-09-04
  • Resolved: 2012-11-17
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 7 JDK 8 Other
7u40Fixed 8Fixed hs24Fixed
Related Reports
Relates :  
Description
The following test failed in the 2012-02-16 RT_Baseline nightly:

    compiler/6865265/StackOverflowBug.java

Here is a snippet from the .jtr file:

----------System.out:(2/62)----------

The stack size specified is too small, Specify at least 248k
----------System.err:(2/108)----------
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
result: Failed. Unexpected exit from test [exit code: 1]


test result: Failed. Unexpected exit from test [exit code: 1]