-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
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).
Metadata
Metadata
Assignees
Labels
No labels