RFR: 8323681: SA PointerFinder code should support G1 [v2]
Chris Plummer
cjplummer at openjdk.org
Tue Feb 6 19:24:04 UTC 2024
On Tue, 6 Feb 2024 17:39:42 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Trivia on the output formatting: For serial, an object not in a tlab, without verbose, I think it prints "In heap new generation:" and then nothing else. The ":" leaves you hanging thinking it should introduce something else, so there must have been a problem showing the something else. 8-)
>
> Maybe we should just remove the 3 colons from the serial gen printing, then we have that it looked like before? (or hold on until we are in "if (verbose)" if we want to add them)
Ok, I've made that change. You now only get the colon during verbose output. Note that gen.priontOn() prints a leading space, so no need to put a space explicitly after the colon.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17691#issuecomment-1930604728
More information about the serviceability-dev
mailing list