RFR: 8346875: Test jdk/jdk/jfr/event/os/TestCPULoad.java fails on macOS
Erik Gahlin
egahlin at openjdk.org
Thu Jan 16 10:48:35 UTC 2025
On Thu, 16 Jan 2025 08:09:19 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Could be that this helps; or increase the sleep time (but less than I did) AND do some CPU intensive work .
You could keep the 100 ms and do some CPU intensive work. If it still fails, then we'll know it's not CPU work related. If we change both at once, it's harder to analyze.
If I remember correctly, we didn't have sleep at all initially (2012). Then we had a smaller sleep which was later increased to 100 ms. We should probably have tried to add CPU related work instead of increasing the sleep time.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23136#issuecomment-2595185436
More information about the hotspot-jfr-dev
mailing list