[jdk8u-dev] Integrated: 8283849: AsyncGetCallTrace may crash JVM on guarantee

Jaroslav Bachorik jbachorik at openjdk.org
Fri Jul 8 14:32:54 UTC 2022


On Wed, 15 Jun 2022 14:40:52 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:

> This backport required some changes in the original changeset due to:
> - different source structure (the affected files are physically located in a different file hierarchy)
> - missing `current_thread->as_java_thread()` method - fully replaceable by `((JavaThread*)current_thread)` cast
> - missing `Thread::current_or_null_safe()` - replaced by `Thread::curent_or_null()` which has 100% same implementation as `Thread::current_or_null_safe()` in JDK 17

This pull request has now been integrated.

Changeset: 6e8292f1
Author:    Jaroslav Bachorik <jbachorik at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/6e8292f1d997aa160a9826967ee4467e93585bc7
Stats:     20 lines in 4 files changed: 18 ins; 0 del; 2 mod

8283849: AsyncGetCallTrace may crash JVM on guarantee

Reviewed-by: phh
Backport-of: 19639855311a47ed532547743ea3873eb8b016d3

-------------

PR: https://git.openjdk.org/jdk8u-dev/pull/73


More information about the jdk8u-dev mailing list