RFR(XS): 8012037: Test8009761.java "Failed: init recursive calls: 7224. After deopt 58824"

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Apr 12 11:41:39 PDT 2013


Roland,

Excluding m2() from compilation (and, as result, from inlining) may help 
to run with any flags: -XX:CompileCommand=exclude,Test8009761::m2

Add -XssN flag to set small stack size so that on all platforms (of same 
bitness, 32 and 64- bit will still be different) you overflow stack at 
the same depths at reasonable time.

thanks,
Vladimir

On 4/12/13 7:17 AM, Roland Westrelin wrote:
> http://cr.openjdk.java.net/~roland/8012037/webrev.00/
>
> Test shouldn't be run with a different CompileThreshold.
>
> Roland.
>


More information about the hotspot-compiler-dev mailing list