-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: tools
The -verify java launcher option has been deprecated for removal since Java 24 (JDK-8340244) and it will be removed in a future release of the JDK. There are a few tests in the JDK which are currently using this option and the deprecation warning message has gone unnoticed in the test log files. Those tests should be updated to use the -Xverify:all JVM option.
The tests are spread across different areas and I'm classifying this issue as a "tools/launcher" area since the "-verify" option that's deprecated resides in the launcher.
The tests are spread across different areas and I'm classifying this issue as a "tools/launcher" area since the "-verify" option that's deprecated resides in the launcher.
- relates to
-
JDK-8373481 Remove the deprecated -noclassgc, -noverify and -verifyremote options from the java launcher
-
- Open
-
-
JDK-8286851 Deprecate for removal several of the undocumented java launcher options
-
- Resolved
-
- links to
-
Review(master)
openjdk/jdk/28780