RFR: 8276801: gc/stress/CriticalNativeStress.java fails intermittently with Shenandoah [v2]

Zhengyu Gu zgu at openjdk.java.net
Tue Nov 9 17:33:08 UTC 2021


On Tue, 9 Nov 2021 16:25:48 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Zhengyu Gu has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Revert assertion for unregister_nmethod
>>  - Fix comment as Aleksey suggested
>
> src/hotspot/share/gc/shenandoah/shenandoahNMethod.cpp line 283:
> 
>> 281:     data->update();
>> 282:   } else {
>> 283:     // For a new nmethod, we can safely append it to the list, cause
> 
> Suggestion:
> 
>     // For a new nmethod, we can safely append it to the list, because

Fixed

-------------

PR: https://git.openjdk.java.net/jdk/pull/6316



More information about the hotspot-gc-dev mailing list