Integrated: 8303357: [JVMCI] thread is _thread_in_vm when committing JFR compilation event
Doug Simon
dnsimon at openjdk.org
Wed Mar 1 10:51:14 UTC 2023
On Tue, 28 Feb 2023 14:25:50 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> [JDK-8280844](https://bugs.openjdk.org/browse/JDK-8280844) added a native-to-VM thread transition when committing a JFR compilation event. This is not necessary if the thread is already `_thread_in_vm` at the commit point. This PR makes the transition conditional.
This pull request has now been integrated.
Changeset: 2451c5a4
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2451c5a4620d5aec0ea9bc52fee5f3a54eb89d62
Stats: 10 lines in 1 file changed: 7 ins; 0 del; 3 mod
8303357: [JVMCI] thread is _thread_in_vm when committing JFR compilation event
Reviewed-by: never, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/12787
More information about the hotspot-compiler-dev
mailing list