RFR: 8303357: [JVMCI] thread is _thread_in_vm when committing JFR compilation event
Vladimir Kozlov
kvn at openjdk.org
Tue Feb 28 22:44:04 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.
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12787
More information about the hotspot-compiler-dev
mailing list