RFR: 8283849: AsyncGetCallTrace may crash JVM on guarantee [v3]
David Holmes
dholmes at openjdk.java.net
Wed May 4 13:12:12 UTC 2022
On Wed, 4 May 2022 12:17:38 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:
> But if using a TLS to avoid funnelling extra arg is something what would usually be done I will revisit the patch and use that instead.
You can't set TLS from a signal handler either. Reading library-based TLS is considered safe enough.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8061
More information about the hotspot-dev
mailing list