RFR: 8303357: [JVMCI] thread is _thread_in_vm when committing JFR compilation event

Tom Rodriguez never at openjdk.org
Tue Feb 28 21:49:58 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.

Marked as reviewed by never (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/12787


More information about the hotspot-compiler-dev mailing list