RFR: 8340105: Expose BitMap::print_on in release builds
Aleksey Shipilev
shade at openjdk.org
Mon Sep 16 05:35:09 UTC 2024
On Fri, 13 Sep 2024 10:21:51 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> 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.
Thanks!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20995#issuecomment-2352045494
More information about the hotspot-dev
mailing list