[jdk11u-dev] Integrated: 8283849: AsyncGetCallTrace may crash JVM on guarantee
Jaroslav Bachorik
jbachorik at openjdk.org
Mon Jun 20 15:31:57 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
This pull request has now been integrated.
Changeset: 684f12e7
Author: Jaroslav Bachorik <jbachorik at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/684f12e7fd0f939ccc133aec46ed3fb7d24d5cc8
Stats: 21 lines in 4 files changed: 19 ins; 0 del; 2 mod
8283849: AsyncGetCallTrace may crash JVM on guarantee
Reviewed-by: mdoerr
Backport-of: 19639855311a47ed532547743ea3873eb8b016d3
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1148
More information about the jdk-updates-dev
mailing list