review for 7143061: nsk/stress/stack/b4525850 crash VM
Tom Rodriguez
tom.rodriguez at oracle.com
Mon Feb 13 21:32:44 PST 2012
http://cr.openjdk.java.net/~never/7143061
1 line changed: 0 ins; 0 del; 1 mod; 80 unchg
7143061: nsk/stress/stack/b4525850 crash VM
Reviewed-by:
The changes for 7013347 slightly lengthened the native stack required
when compiling natives which pushed the JVM over the yellow page limit
resulting in a JVM abort when compiling at the end of the stack. The
fix is to increase the StackShadowPages by one on 32 bit x86. Other
architectures seem to be ok. Tested with failing test case.
More information about the hotspot-compiler-dev
mailing list