Integrated: 8342011: Conditionally compile ReservedHeapSpace compressed heap support

Kim Barrett kbarrett at openjdk.org
Mon Oct 21 18:45:28 UTC 2024


On Mon, 14 Oct 2024 00:29:36 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this change to ReservedHeapSpace to conditionally include the
> support for compressed oops only in 64bit builds.  This code is unused and
> inapplicable in 32bit builds.  Further, it contains code that is problematic
> in a 32bit build.  See the JBS issue for details.
> 
> Testing: mach5 tier1, GHA testing

This pull request has now been integrated.

Changeset: 5a4b1809
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5a4b180965048027094adcebcd35d0f9a2a2c601
Stats:     19 lines in 2 files changed: 16 ins; 0 del; 3 mod

8342011: Conditionally compile ReservedHeapSpace compressed heap support

Reviewed-by: stefank, dholmes

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

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


More information about the hotspot-runtime-dev mailing list