| JDK 22 |
|---|
| 22Resolved |
The `-Xnoagent` option of the `java` command has been deprecated for removal. This option has been ignored for many releases and doesn't provide any functionality. It will now generate a deprecation warning when used while launching `java`: ``` OpenJDK 64-Bit Server VM warning: Option -Xnoagent was deprecated in JDK 22 and will likely be removed in a future release. ``` Any existing code which uses this option should be updated to remove reference to this option.