RFR: 8322630: Remove ICStubs and related safepoints [v2]
Erik Österlund
eosterlund at openjdk.org
Thu Jan 25 12:36:38 UTC 2024
On Thu, 25 Jan 2024 10:21:16 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Erik Österlund has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove inaccurate comment
>
> src/hotspot/share/code/nmethod.cpp line 1231:
>
>> 1229: assert(cb != nullptr, "destination not in CodeBlob?");
>> 1230: nmethod* nm = cb->as_nmethod_or_null();
>> 1231: if( nm != nullptr ) {
>
> Maybe fix this while in the area similar to other places.
Sorry, I'm not sure I understand what you would like me to change here.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17495#discussion_r1466307016
More information about the shenandoah-dev
mailing list