RFR: 8311218: fatal error: stuck in JvmtiVTMSTransitionDisabler::VTMS_transition_disable [v8]

Thomas Wuerthinger duke at openjdk.org
Wed Jan 3 13:57:59 UTC 2024


On Wed, 20 Dec 2023 10:40:23 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>>> You can't do this! The Java code knows nothing about JVM TI being enabled/disabled and will call this function unconditionally.
>> 
>> Indeed. I wonder if anyone is testing minimal builds to catch issues like this.
>
> Good catch, David!
> Filed a cleanup bug: https://bugs.openjdk.org/browse/JDK-8322538

Are these new compiler intrinsics required or an optional performance optimization? This PR creates issues for us when updating the JDK build for Graal. CC @davleopo

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17011#discussion_r1440478960


More information about the core-libs-dev mailing list