Integrated: 8340105: Expose BitMap::print_on in release builds

Aleksey Shipilev shade at openjdk.org
Mon Sep 16 05:35:10 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.

This pull request has now been integrated.

Changeset: 74add0e2
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/74add0e2e071a8c8e9547e5a1757b5950b780539
Stats:     9 lines in 2 files changed: 1 ins; 8 del; 0 mod

8340105: Expose BitMap::print_on in release builds

Reviewed-by: stuefe, stefank

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

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


More information about the hotspot-dev mailing list