RFR(XS): 8029599: JVM crashes on solaris-i586 with -Xverify:all if stack overflow happens during recursive reflective call

Yumin Qi yumin.qi at oracle.com
Mon Dec 9 14:16:43 PST 2013


http://cr.openjdk.java.net/~minqi/8029599/ 
<http://cr.openjdk.java.net/%7Eminqi/8029599/>

Summary: The test case uses reflection to invoke method call in 
recursive caused SEGV, which should be StackOverflowException. It only 
happens with product binary.  This fix changes the default 
StackShadowPages on solaris x86 platform.  Note this is for jdk7 update 
release (only).

Tests: JPRT, test case which reported the crash, and JTREG

Thanks
Yumin


More information about the hotspot-runtime-dev mailing list