JDK-7106907 : 64 bit VM fails test compiler/6865265/StackOverflowBug.java
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8-pool
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-10-31
  • Updated: 2013-04-24
  • Resolved: 2012-01-23
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
7u4Fixed 8Fixed hs23Fixed
Related Reports
Relates :  
Description
64 bit VM fails recently added test compiler/6865265/StackOverflowBug.java:

ommand: main -XX:CompileThreshold=100 -Xbatch -Xss128k StackOverflowBug
reason: User specified action: run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss128k StackOverflowBug 
elapsed time (seconds): 0.151
STDOUT:

The stack size specified is too small, Specify at least 224k
VM option 'CompileThreshold=100'
STDERR:
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Comments
EVALUATION http://hg.openjdk.java.net/lambda/lambda/hotspot/rev/71699e9d8673
22-03-2012

EVALUATION See main CR
30-11-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/71699e9d8673
29-11-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/71699e9d8673
15-11-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/71699e9d8673
01-11-2011

EVALUATION The stack size specified is too small, Specify at least 224k
31-10-2011

SUGGESTED FIX Use -Xss224k instead of -Xss128k.
31-10-2011