RFR: 8340105: Expose BitMap::print_on in release builds
Aleksey Shipilev
shade at openjdk.org
Fri Sep 13 10:27:23 UTC 2024
A small quality of life improvement. This irritates me often enough when I am looking at various bitmaps in release builds. BitMap::print_on is not available in release builds, and bitmaps in debug builds are sometimes different than the ones in release builds. This often forces me to do additional hack to expose it. I think it should just be available in release builds to begin with.
-------------
Commit messages:
- Fix
Changes: https://git.openjdk.org/jdk/pull/20995/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20995&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8340105
Stats: 9 lines in 2 files changed: 1 ins; 8 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/20995.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20995/head:pull/20995
PR: https://git.openjdk.org/jdk/pull/20995
More information about the hotspot-dev
mailing list