On Wed, 20 Dec 2023 10:40:23 GMT, Serguei Spitsyn <sspit...@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