RFR(S): 8028107: Kitchensink crashed with EAV

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Dec 3 21:16:42 PST 2013


Thank you, John

Vladimir

On 12/3/13 9:12 PM, John Rose wrote:
> On Dec 3, 2013, at 8:55 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com <mailto: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


More information about the hotspot-compiler-dev mailing list