最近在使用idea的时候,idea总是显示警告信息:Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
我的解决办法是:
第一步:选择下图的 Edit Configurations
第二步:然后在跳转出的界面中找到 Enable launch optimization 将其前面的对勾取消掉即可
最终来看看效果:
没有了,解决了