Skip to content

-noverify deprecated in OpenJDK13 #10

@AlexFalappa

Description

@AlexFalappa

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions