RFR: 8253641: Missing newline in the printout of certain JFR events [v2]

Michael Bien github.com+114367+mbien at openjdk.java.net
Tue Oct 20 14:31:29 UTC 2020


On Tue, 20 Oct 2020 14:18:08 GMT, Michael Bien <github.com+114367+mbien at openjdk.org> wrote:

>> src/jdk.jfr/share/classes/jdk/jfr/internal/tool/PrettyWriter.java line 446:
>> 
>>> 444:             print(String.valueOf(cl.getId()));
>>> 445:             print(")");
>>> 446:         }else{
>> 
>> please add spaces: } else {
>
> oh sorry about that, I forgot it this time - old habit. Will fix it.

fixed

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

PR: https://git.openjdk.java.net/jdk/pull/248


More information about the hotspot-jfr-dev mailing list