On Mon, 16 May 2022 11:37:43 GMT, Markus Grönlund <mgron...@openjdk.org> wrote:
>> Greetings, >> >> [JDK-8233111](https://bugs.openjdk.java.net/browse/JDK-8233111) attempted to >> address artefact tagging for Compiler threads, letting threads run >> _thread_in_native to avoid the transition. Unfortunately, that attempt >> proved inadequate. >> >> The epoch race is avoided only by performing the transition to _thread_in_vm. >> >> Testing: jdk_jfr >> >> Thanks >> Markus > > Markus Grönlund has updated the pull request incrementally with one > additional commit since the last revision: > > delegate assertion Marked as reviewed by egahlin (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/8724