On Fri, 9 Jan 2026 17:59:03 GMT, Leonid Mesnik <[email protected]> wrote:

> I thought that vm.compMode != "Xcomp" should be enough. Should n't 
> vm.compMode != "Xcomp" be true when it is null?

This is also incompatible to -Xint. So I use `vm.compMode == "Xmixed"` instead.

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

PR Comment: https://git.openjdk.org/jdk/pull/29139#issuecomment-3731706595

Reply via email to