Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-noverify deprecated in OpenJDK13 #10

Open
AlexFalappa opened this issue Sep 18, 2019 · 0 comments
Open

-noverify deprecated in OpenJDK13 #10

AlexFalappa opened this issue Sep 18, 2019 · 0 comments

Comments

@AlexFalappa
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant