RFR: 8296231: Fix MEMFLAGS for CHeapBitMaps
Stefan Karlsson
stefank at openjdk.org
Wed Nov 2 14:46:46 UTC 2022
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.
-------------
Commit messages:
- Fix CHeapBitMap MEMFLAGS
Changes: https://git.openjdk.org/jdk/pull/10948/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10948&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8296231
Stats: 27 lines in 8 files changed: 13 ins; 1 del; 13 mod
Patch: https://git.openjdk.org/jdk/pull/10948.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10948/head:pull/10948
PR: https://git.openjdk.org/jdk/pull/10948
More information about the hotspot-dev
mailing list