RFR(S): 8028107: Kitchensink crashed with EAV

John Rose john.r.rose at oracle.com
Tue Dec 3 21:12:30 PST 2013


On Dec 3, 2013, at 8:55 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:

> The main purpose of nmethodLocker is to not allow removing nmethods:
> 
>  // Make sure the callee nmethod does not get deoptimized and removed before
>  // we are done patching the code.
>  nmethod* callee_nm = callee_method->code();
>  nmethodLocker nl_callee(callee_nm);

Oh, right!  That doesn't really need a comment, then.

You can count me as reviewer.

— John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20131203/80b3414c/attachment.html 


More information about the hotspot-compiler-dev mailing list