RFR: 8340105: Expose BitMap::print_on in release builds
Stefan Karlsson
stefank at openjdk.org
Fri Sep 13 12:57:04 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.
Looks good.
-------------
Marked as reviewed by stefank (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20995#pullrequestreview-2303052668
More information about the hotspot-dev
mailing list