RFR: 8299419: Thread.sleep(millis) may throw OOME [v2]
David Holmes
dholmes at openjdk.org
Wed Sep 11 06:21:07 UTC 2024
On Tue, 10 Sep 2024 21:01:24 GMT, Viktor Klang <vklang at openjdk.org> wrote:
>> This PR applies @AlanBateman's patch from the JBS issue.
>
> Viktor Klang has updated the pull request incrementally with one additional commit since the last revision:
>
> Removing ThreadSleepEvent from stack trace checks
If these are just methods that might be seen in a stackdump then we still need `ThreadSleepEvent.isEnabled` and `ThreadSleepEvent.<init>`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20923#issuecomment-2342715153
More information about the core-libs-dev
mailing list