RFR: 8322630: Remove ICStubs and related safepoints [v2]
Thomas Schatzl
tschatzl at openjdk.org
Thu Jan 25 12:44:39 UTC 2024
On Thu, 25 Jan 2024 12:33:17 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
>> 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.
Suggestion:
if (nm != nullptr ) {
Sorry.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17495#discussion_r1466315808
More information about the shenandoah-dev
mailing list