RFR: 8301465: Remove unnecessary nmethod arming in Full GC of Serial/Parallel [v2]
Albert Mingkun Yang
ayang at openjdk.org
Wed Feb 1 09:50:27 UTC 2023
On Tue, 31 Jan 2023 10:00:44 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review
>
> src/hotspot/share/code/codeCache.cpp line 880:
>
>> 878: // nmethods are visited.
>> 879: // 2. Used at the end of (stw/concurrent) marking so that nmethod::_gc_epoch is
>> 880: // up-to-date, which provides more accurate estimate of nmethod::is_cold.
>
> I would prefer to have general documentation and usage information about a method in the .hpp file.
Moved.
-------------
PR: https://git.openjdk.org/jdk/pull/12311
More information about the hotspot-dev
mailing list