"openjdk 64-bit server vm warning: options -xverify:none and -noverify were deprecated in jdk 13 and will likely be removed in a future release" Code Answer

2

it's just a warning because jvm's verifies are much faster then before. if you are really not willing to see that, you could just remove -xverify:none and -noverify from your jvm options.

in idea you can do that like this: in "edit configuration", select your application, and uncheck "enable launch optimization" in the right panel. then start your application, the warning will be disappeared but launch optimization is disabled.

By kassiopeia on April 6 2022

Answers related to “openjdk 64-bit server vm warning: options -xverify:none and -noverify were deprecated in jdk 13 and will likely be removed in a future release”

Only authorized users can answer the Search term. Please sign in first, or register a free account.