Just in case it will cause problems for you, there's a workaround: you can prune @HotSpotIntrinsicCandidate during instrumentation.Wouldn't that just cause the 2nd warning to disappear, but the first one would remain?
Yes, you are right. Then the only option is: -XX:+UnlockDiagnosticVMOptions -XX:-CheckIntrinsics Best regards, Vladimir Ivanov
