RFR: 8292077: G1 nmethod entry barriers don't keep oops alive [v3]
Erik Österlund
eosterlund at openjdk.org
Wed Aug 10 15:03:05 UTC 2022
On Wed, 10 Aug 2022 14:51:32 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Erik Österlund has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Stefan comments v1
>
> src/hotspot/share/gc/shared/barrierSetNMethod.cpp line 66:
>
>> 64: class OopKeepAliveClosure : public OopClosure {
>> 65: public:
>> 66: OopKeepAliveClosure() {}
>
> The constructor could be removed as well now. Still looks good.
Fixed. Thanks Thomas.
-------------
PR: https://git.openjdk.org/jdk/pull/9817
More information about the hotspot-dev
mailing list