RFR: 8340353: Remove CompressedOops::ptrs_base

Aleksey Shipilev shade at openjdk.org
Thu Sep 19 08:40:35 UTC 2024


On Wed, 18 Sep 2024 13:00:19 GMT, Kim Barrett <kbarrett 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

Marked as reviewed by shade (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/21060#pullrequestreview-2314830026


More information about the hotspot-dev mailing list