RFR: 8340353: Remove CompressedOops::ptrs_base
Kim Barrett
kbarrett at openjdk.org
Thu Sep 19 21:09:41 UTC 2024
On Wed, 18 Sep 2024 13:36:52 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> Please review this change that
>>
>> (1) Removes CompressedOops::ptrs_base(), changing all callers to instead call
>> CompressedOops::base().
>>
>> (2) Renames CompressedOops::ptrs_base_addr() to CompressedOops::base_addr(),
>> updating all callers.
>>
>> Testing:
>> mach5 tier1
>> GHA to test building on non-Oracle supported platforms
>
> Looks good to me.
Thanks for reviews @stefank , @coleenp , @shipilev , and @Hamlin-Li
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21060#issuecomment-2362195715
More information about the hotspot-dev
mailing list