Integrated: 8296231: Fix MEMFLAGS for CHeapBitMaps

Stefan Karlsson stefank at openjdk.org
Fri Nov 4 09:40:30 UTC 2022


On Wed, 2 Nov 2022 14:24:07 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> Some usages of CHeapBitMaps rely on the default value of the MEMFLAGS argument (mtInternal). This is undesirable, and should be fixed.
> 
> I'd prefer to remove the default value, but there is currently a PR touching the BitMap classes, so I'd like to limit this Bug to only fixing the incorrect usage of mtInternal.

This pull request has now been integrated.

Changeset: 8ee0f7d5
Author:    Stefan Karlsson <stefank at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8ee0f7d5982d95674cfc1b217dbabaeafefbc8f1
Stats:     27 lines in 8 files changed: 13 ins; 1 del; 13 mod

8296231: Fix MEMFLAGS for CHeapBitMaps

Reviewed-by: coleenp, dholmes

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

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


More information about the hotspot-dev mailing list