8298443: Remove expired flags in JDK 22

Reviewed-by: coleenp, iklam
This commit is contained in:
David Holmes 2023-06-20 23:14:33 +00:00
parent 28415adb79
commit 45eaf5edd8
2 changed files with 5 additions and 18 deletions

View file

@ -1,4 +1,4 @@
.\" Copyright (c) 1994, 2022, Oracle and/or its affiliates. All rights reserved.
.\" Copyright (c) 1994, 2023, Oracle and/or its affiliates. All rights reserved.
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\"
.\" This code is free software; you can redistribute it and/or modify it
@ -3813,25 +3813,14 @@ This option was deprecated in JDK 16 by \f[B]JEP 396\f[R]
403\f[R] [https://openjdk.org/jeps/403].
.SH REMOVED JAVA OPTIONS
.PP
These \f[V]java\f[R] options have been removed in JDK 22 and using them
results in an error of:
.RS
.PP
\f[V]Unrecognized VM option\f[R] \f[I]option-name\f[R]
.RE
.TP
\f[V]-XX:+ExtendedDTraceProbes\f[R]
\f[B]Linux and macOS:\f[R] Enables additional \f[V]dtrace\f[R] tool
probes that affect performance.
By default, this option is disabled and \f[V]dtrace\f[R] performs only
standard probes.
Use the combination of these flags instead:
\f[V]-XX:+DTraceMethodProbes\f[R], \f[V]-XX:+DTraceAllocProbes\f[R],
\f[V]-XX:+DTraceMonitorProbes\f[R].
No documented java options have been removed in JDK 22.
.PP
For the lists and descriptions of options removed in previous releases
see the \f[I]Removed Java Options\f[R] section in:
.IP \[bu] 2
\f[B]The \f[VB]java\f[B] Command, Release 21\f[R]
[https://docs.oracle.com/en/java/javase/21/docs/specs/man/java.html]
.IP \[bu] 2
\f[B]The \f[VB]java\f[B] Command, Release 20\f[R]
[https://docs.oracle.com/en/java/javase/20/docs/specs/man/java.html]
.IP \[bu] 2