Code Review for 6449385

Prepared by:never on Wed Apr 15 15:32:32 PDT 2009
Workspace:/net/smite.sfbay/export/ws/c1
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Summary of changes: 1 line changed: 0 ins; 0 del; 1 mod; 51 unchg
Patch of changes: 6449385.patch
Author comments:
The JCK test dup2_x200106m1 contains heavy use of jsr/ret sequences
and the logic in the C1 parser for inlining jsr/ret uses recursion,
which can sometimes go very dep. For whatever historical reason the
VMThreadStackSize is 256k on Solaris while it's 512k on both linux and
windows. The shorter stack causes this test to fail on Solaris only.
The fix is to make the stack sizes consistent.

Tested with failing test case, ctw and nsk.

Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp

1 line changed: 0 ins; 0 del; 1 mod; 51 unchg

This code review page was prepared using /net/smite.sfbay/never/bin/webrev (vers 23.18-hg-never).