RFR: 8366970: CPUTimeUsage: Add comment about usage during VM exit
Jonas Norlinder
duke at openjdk.org
Tue Sep 23 21:26:00 UTC 2025
On Fri, 5 Sep 2025 10:06:32 GMT, Jonas Norlinder <duke at openjdk.org> wrote:
> Some of the methods in CPUTimeUsage make a query on the underlying threads. Calling those methods during VM exit is therefore unsafe. This PR adds a comment to provide clarification.
Withdrawn in favor of using _is_shutting down introduced by 8366865
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27115#issuecomment-3325595230
More information about the hotspot-gc-dev
mailing list