You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenJDK 13 has been released and as mentioned in the release notes it comes with deprecation of the bytecode verification JVM flags (-Xverify:none and -noverify). Those flags will be removed in future JDKs and will generate an error if present at launch.
It would be useful to know your opinion and update your findings.
Would the -XX:TieredStopAtLevel=1 JVM flag alone be worth adding to speed up startup when developing Spring Boot apps?
As a maintainer of the NetBeans Spring Boot plugin I am currently adding those flags by default when running Spring Boot projects (it is an option though).
The text was updated successfully, but these errors were encountered:
OpenJDK 13 has been released and as mentioned in the release notes it comes with deprecation of the bytecode verification JVM flags (
-Xverify:none
and-noverify
). Those flags will be removed in future JDKs and will generate an error if present at launch.It would be useful to know your opinion and update your findings.
Would the
-XX:TieredStopAtLevel=1
JVM flag alone be worth adding to speed up startup when developing Spring Boot apps?As a maintainer of the NetBeans Spring Boot plugin I am currently adding those flags by default when running Spring Boot projects (it is an option though).
The text was updated successfully, but these errors were encountered: