RFR: 8232231: Use last reported wall clock time when emitting JFR per-thread CPU load events
Markus Gronlund
markus.gronlund at oracle.com
Wed Nov 27 11:10:54 UTC 2019
Hi Robin,
Very nice analysis and fix!
Looks good.
Thank you
Markus
-----Original Message-----
From: Robin Westberg
Sent: den 27 november 2019 09:21
To: hotspot-jfr-dev at openjdk.java.net
Subject: RFR: 8232231: Use last reported wall clock time when emitting JFR per-thread CPU load events
Hi all,
Please review this change that ensures that the last reported wall clock time is used when emitting JFR per-thread CPU load events. Previously, it was possible that per-thread CPU usage could appear to exceed the actual usage if an intermediate event was dropped (see issue for more details).
Issue: https://bugs.openjdk.java.net/browse/JDK-8232231
Webrev: https://cr.openjdk.java.net/~rwestberg/8232231/webrev.00/
Testing: tier1-2+5
Best regards,
Robin
More information about the hotspot-jfr-dev
mailing list