EVALUATION
http://hg.openjdk.java.net/lambda/lambda/hotspot/rev/8f4eb44b3b76
|
|
|
EVALUATION
http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/8f4eb44b3b76
|
|
|
EVALUATION
7143061: nsk/stress/stack/b4525850 crash VM
Reviewed-by: kvn, twisti
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.
|
|
|
EVALUATION
http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/8f4eb44b3b76
|
|
|
EVALUATION
This appears to be a problem with overflowing the stack. The additional code in the generate_native_wrappers path pushes us over the current 3 pages limit. Running with -XX:StackShadowPages=4 allows the test to pass.
|
|
|