Integrated: 8340353: Remove CompressedOops::ptrs_base

Kim Barrett kbarrett at openjdk.org
Thu Sep 19 21:09:43 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

This pull request has now been integrated.

Changeset: 296b4963
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/296b49634eed83bca6cfdee514b9c7c4f8252d59
Stats:     14 lines in 5 files changed: 1 ins; 3 del; 10 mod

8340353: Remove CompressedOops::ptrs_base

Reviewed-by: stefank, coleenp, shade, mli

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

PR: https://git.openjdk.org/jdk/pull/21060


More information about the hotspot-dev mailing list