On Tue, 6 Feb 2024 17:39:42 GMT, Kevin Walls <kev...@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

Reply via email to