[jdk11u-dev] RFR: 8283849: AsyncGetCallTrace may crash JVM on guarantee
Martin Doerr
mdoerr at openjdk.java.net
Wed Jun 15 11:04:46 UTC 2022
On Tue, 14 Jun 2022 17:10:24 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:
> A fairly straightforward backport.
>
> There are only two types of minor adjustments that had to be done:
> - line number adjustments due to the difference in `thread.cpp/hpp` files
> - missing `Thread->as_java_thread()` function - can be exactly replicated by `((JavaThread*)current_thread)` cast
LGTM.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.org/jdk11u-dev/pull/1148
More information about the jdk-updates-dev
mailing list