8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux

Vladimir Ivanov vladimir.x.ivanov at oracle.com
Fri May 23 13:21:25 UTC 2014


Looks good.

Best regards,
Vladimir Ivanov

On 5/23/14 5:16 PM, Roland Westrelin wrote:
> We can have very long call chains of lambda forms in pathological test cases and because we bump _max_inline_level every time we encounter a lambda form, the check for MaxForceInlineLevel is never reached. I suggest we always do the test for MaxForceInlineLevel independently of _max_inline_level and callee_method->force_inline(). I checked that we never reach MaxForceInlineLevel with nashorn.
>
> http://cr.openjdk.java.net/~roland/8043413/webrev.00/
>
> Roland.
>


More information about the hotspot-compiler-dev mailing list