8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux,	but not in jdk7ux
    Roland Westrelin 
    roland.westrelin at oracle.com
       
    Fri May 23 13:16:01 UTC 2014
    
    
  
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