RFR: 8373295: Wrong log tag for UseCompressedOops ergo setting [v2]
Ioi Lam
iklam at openjdk.org
Tue Dec 9 07:22:32 UTC 2025
> Please review this trivial change: Ergonomic settings of `UseCompressedOops` should be logged with `log_debug(gc, heap, coops)`
>
>
> Note: this is the same log channel used just a few lines above.
>
> https://github.com/openjdk/jdk/blob/c9ab330b7bdd3cc2410ffdb336a63aa0ac7256a3/src/hotspot/share/runtime/arguments.cpp#L1579-L1586
Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
Removed test case that checks the old log but is no longer relevant
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28716/files
- new: https://git.openjdk.org/jdk/pull/28716/files/bae01e13..8910b775
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28716&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28716&range=00-01
Stats: 84 lines in 1 file changed: 0 ins; 84 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/28716.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28716/head:pull/28716
PR: https://git.openjdk.org/jdk/pull/28716
More information about the hotspot-runtime-dev
mailing list