RFR: 8311604: Simplify NOCOOPS requested addresses for archived heap objects [v2]

Ioi Lam iklam at openjdk.org
Sat Jul 8 00:25:24 UTC 2023


On Fri, 7 Jul 2023 21:56:51 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   @ashu-mehra review; updated source code comments
>
> src/hotspot/share/cds/serializeClosure.hpp line 68:
> 
>> 66: };
>> 67: 
>> 68: #endif // SHARED_CDS_SERIALIZECLOSURE_HPP
> 
> Should be `SHARE_` instead of `SHARED_`.

I fixed the `SHARED_` include guards in this file, plus a few other headers in the `share/cds/`directory. I also took this opportunity to fix some indent issues in cds_globals.hpp.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14792#discussion_r1256647900


More information about the hotspot-dev mailing list