RFR 8224875: Shenandoah: ParallelCleaning code unloading should take lock to protect shared code roots array

Aleksey Shipilev shade at redhat.com
Wed May 29 14:55:16 UTC 2019


On 5/29/19 4:50 PM, Zhengyu Gu wrote:
>>
>>    assert_locked_or_safepoint(CodeCache_lock);
>>    ShenandoahSpinLocker locker(CodeCache_lock->owned_by_self() ? NULL : &_recorded_nms_lock);
> 
> Okay. http://cr.openjdk.java.net/~zgu/JDK-8224875/webrev.03/

Add a new line here:

 137       assert_locked_or_safepoint(CodeCache_lock);
 138       ShenandoahLocker locker(CodeCache_lock->owned_by_self() ? NULL : &_recorded_nms_lock);
 <here>
 139       ShenandoahNMethodOopDetector detector;

...and the whole thing is good to go in.

-Aleksey



More information about the shenandoah-dev mailing list