RFR: 8278262: JFR: TestPrintXML can't handle missing timestamps

Markus Grönlund mgronlun at openjdk.java.net
Thu May 12 15:07:49 UTC 2022


On Thu, 12 May 2022 13:59:09 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> Could I have review of a test fix. The timestamp, i.e. field "until" in the Thread Park event, is converted to an Instant value before comparing it to the XML value. This doesn't work when the value is missing (Long.MIN_VALUE). 
> 
> Testing: running jdk/jdk/jfr/tool/TestPrintXML.java 300 times without failure. 
> 
> Thanks
> Erik

Marked as reviewed by mgronlun (Reviewer).

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

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


More information about the hotspot-jfr-dev mailing list