[jdk17] RFR: 8266595: jdk/jfr/jcmd/TestJcmdDump.java with slowdebug bits fails with AttachNotSupportedException [v2]

Erik Gahlin egahlin at openjdk.java.net
Mon Jul 5 14:21:12 UTC 2021


On Mon, 5 Jul 2021 12:49:32 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use output.reportDiagnosticSummary
>
> test/jdk/jdk/jfr/jcmd/TestJcmdDump.java line 118:
> 
>> 116:             System.out.println(output.getStderr());
>> 117:             System.out.println("----------------------------------------");
>> 118:             System.out.println();
> 
> You can just call `output.reportDiagnosticSummary()` to get this.

Updated to use output.reportDiagnosticSummary() instead.

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

PR: https://git.openjdk.java.net/jdk17/pull/180


More information about the hotspot-jfr-dev mailing list