8255853: Update all nroff manpages for JDK 16 release
Reviewed-by: erikj
This commit is contained in:
parent
cdf9cd8afa
commit
622f72bc8b
src
java.base/share/man
java.rmi/share/man
java.scripting/share/man
jdk.compiler/share/man
jdk.hotspot.agent/share/man
jdk.incubator.jpackage/share/man
jdk.jartool/share/man
jdk.javadoc/share/man
jdk.jcmd/share/man
jdk.jconsole/share/man
jdk.jdeps/share/man
jdk.jdi/share/man
jdk.jfr/share/man
jdk.jlink/share/man
jdk.jshell/share/man
jdk.jstatd/share/man
@ -1,4 +1,3 @@
|
||||
.\"t
|
||||
.\" Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
.\"
|
||||
@ -8,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -20,9 +19,10 @@
|
||||
.\" or visit www.oracle.com if you need additional information or have any
|
||||
.\" questions.
|
||||
.\"
|
||||
.\"t
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JAVA" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JAVA" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
@ -181,7 +181,7 @@ with new values added and old values removed.
|
||||
You\[aq]ll get an error message if you use a value of \f[I]N\f[R] that is
|
||||
no longer supported.
|
||||
The supported values of \f[I]N\f[R] are the current Java SE release
|
||||
(\f[CB]15\f[R]) and a limited number of previous releases, detailed in the
|
||||
(\f[CB]16\f[R]) and a limited number of previous releases, detailed in the
|
||||
command\-line help for \f[CB]javac\f[R], under the \f[CB]\-\-source\f[R] and
|
||||
\f[CB]\-\-release\f[R] options.
|
||||
.RE
|
||||
@ -4089,14 +4089,6 @@ This option was deprecated in JDK 8 and superseded by the
|
||||
\f[CB]\-XX:MetaspaceSize\f[R] option.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-XX:+UseParallelOldGC\f[R]
|
||||
Enables the use of the parallel garbage collector for full GCs.
|
||||
By default, this option is disabled.
|
||||
Enabling it automatically enables the \f[CB]\-XX:+UseParallelGC\f[R]
|
||||
option.
|
||||
.RS
|
||||
.RE
|
||||
.SH REMOVED JAVA OPTIONS
|
||||
.PP
|
||||
These \f[CB]java\f[R] options have been removed in JDK 15 and using them
|
||||
@ -4106,28 +4098,20 @@ results in an error of:
|
||||
\f[CB]Unrecognized\ VM\ option\f[R] \f[I]option\-name\f[R]
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-XX:+FailOverToOldVerifier\f[R]
|
||||
Enables automatic failover to the old verifier when the new type checker
|
||||
fails.
|
||||
By default, this option is disabled and it\[aq]s ignored (that is,
|
||||
treated as disabled) for classes with a recent bytecode version.
|
||||
You can enable it only for classes with older versions of the bytecode.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-XX:+UseConcMarkSweepGC\f[R]
|
||||
Enables the use of the CMS garbage collector for the old generation.
|
||||
CMS is an alternative to the default garbage collector (G1), which also
|
||||
focuses on meeting application latency requirements.
|
||||
By default, this option is disabled and the collector is selected
|
||||
automatically based on the configuration of the machine and type of the
|
||||
JVM.
|
||||
.B \f[CB]\-XX:+UseParallelOldGC\f[R]
|
||||
Enables the use of the parallel garbage collector for full GCs.
|
||||
By default, this option is disabled.
|
||||
Enabling it automatically enables the \f[CB]\-XX:+UseParallelGC\f[R]
|
||||
option.
|
||||
.RS
|
||||
.RE
|
||||
.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]Java Platform, Standard Edition Tools Reference, Release 15\f[R]
|
||||
[https://docs.oracle.com/en/java/javase/15/docs/specs/man/java.html]
|
||||
.IP \[bu] 2
|
||||
\f[B]Java Platform, Standard Edition Tools Reference, Release 14\f[R]
|
||||
[https://docs.oracle.com/en/java/javase/14/docs/specs/man/java.html]
|
||||
.IP \[bu] 2
|
||||
|
@ -1,4 +1,3 @@
|
||||
.\"t
|
||||
.\" Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
.\"
|
||||
@ -8,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -20,9 +19,10 @@
|
||||
.\" or visit www.oracle.com if you need additional information or have any
|
||||
.\" questions.
|
||||
.\"
|
||||
.\"t
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "KEYTOOL" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "KEYTOOL" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
@ -980,6 +980,28 @@ Sockets Layer (SSL) server host and port
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-jarfile\f[R] \f[I]JAR_file\f[R]}: Signed \f[CB]\&.jar\f[R] file
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-keystore\f[R] \f[I]keystore\f[R]}: Keystore name
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-trustcacerts\f[R]}: Trust certificates from cacerts
|
||||
.IP \[bu] 2
|
||||
[\f[CB]\-storepass\f[R] \f[I]arg\f[R]]: Keystore password
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-storetype\f[R] \f[I]type\f[R]}: Keystore type
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-providername\f[R] \f[I]name\f[R]}: Provider name
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-addprovider\f[R] \f[I]name\f[R] [\f[CB]\-providerarg\f[R]
|
||||
\f[I]arg\f[R]]}: Add security provider by name (such as SunPKCS11) with
|
||||
an optional configure argument.
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-providerclass\f[R] \f[I]class\f[R] [\f[CB]\-providerarg\f[R]
|
||||
\f[I]arg\f[R]]}: Add security provider by fully qualified class name with
|
||||
an optional configure argument.
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-providerpath\f[R] \f[I]list\f[R]}: Provider classpath
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-protected\f[R]}: Password is provided through protected mechanism
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-v\f[R]}: Verbose output
|
||||
.PP
|
||||
Use the \f[CB]\-printcert\f[R] command to read and print the certificate
|
||||
@ -1012,7 +1034,11 @@ command line for proxy tunneling.
|
||||
.PP
|
||||
\f[B]Note:\f[R]
|
||||
.PP
|
||||
This option can be used independently of a keystore.
|
||||
This command can be used independently of a keystore.
|
||||
This command does not check for the weakness of a certificate\[aq]s
|
||||
signature algorithm if it is a trusted certificate in the user keystore
|
||||
(specified by \f[CB]\-keystore\f[R]) or in the \f[CB]cacerts\f[R] keystore
|
||||
(if \f[CB]\-trustcacerts\f[R] is specified).
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-printcertreq\f[R]
|
||||
@ -1038,6 +1064,28 @@ command:
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-file\ crl\f[R]}: Input file name
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-keystore\f[R] \f[I]keystore\f[R]}: Keystore name
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-trustcacerts\f[R]}: Trust certificates from cacerts
|
||||
.IP \[bu] 2
|
||||
[\f[CB]\-storepass\f[R] \f[I]arg\f[R]]: Keystore password
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-storetype\f[R] \f[I]type\f[R]}: Keystore type
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-providername\f[R] \f[I]name\f[R]}: Provider name
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-addprovider\f[R] \f[I]name\f[R] [\f[CB]\-providerarg\f[R]
|
||||
\f[I]arg\f[R]]}: Add security provider by name (such as SunPKCS11) with
|
||||
an optional configure argument.
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-providerclass\f[R] \f[I]class\f[R] [\f[CB]\-providerarg\f[R]
|
||||
\f[I]arg\f[R]]}: Add security provider by fully qualified class name with
|
||||
an optional configure argument.
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-providerpath\f[R] \f[I]list\f[R]}: Provider classpath
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-protected\f[R]}: Password is provided through protected mechanism
|
||||
.IP \[bu] 2
|
||||
{\f[CB]\-v\f[R]}: Verbose output
|
||||
.PP
|
||||
Use the \f[CB]\-printcrl\f[R] command to read the Certificate Revocation
|
||||
@ -1048,7 +1096,11 @@ The CA generates the \f[CB]crl\f[R] file.
|
||||
.PP
|
||||
\f[B]Note:\f[R]
|
||||
.PP
|
||||
This option can be used independently of a keystore.
|
||||
This command can be used independently of a keystore.
|
||||
This command attempts to verify the CRL using a certificate from the
|
||||
user keystore (specified by \f[CB]\-keystore\f[R]) or the \f[CB]cacerts\f[R]
|
||||
keystore (if \f[CB]\-trustcacerts\f[R] is specified), and will print out a
|
||||
warning if it cannot be verified.
|
||||
.RE
|
||||
.SH COMMANDS FOR MANAGING THE KEYSTORE
|
||||
.TP
|
||||
@ -1479,9 +1531,9 @@ The following examples show the defaults for various option values:
|
||||
\-alias\ "mykey"
|
||||
|
||||
\-keysize
|
||||
\ \ \ \ 2048\ (when\ using\ \-genkeypair\ and\ \-keyalg\ is\ "RSA")
|
||||
\ \ \ \ 2048\ (when\ using\ \-genkeypair\ and\ \-keyalg\ is\ "DSA")
|
||||
\ \ \ \ 2048\ (when\ using\ \-genkeypair\ and\ \-keyalg\ is\ "RSA",\ "DSA",\ or\ "RSASSA\-PSS")
|
||||
\ \ \ \ 256\ (when\ using\ \-genkeypair\ and\ \-keyalg\ is\ "EC")
|
||||
\ \ \ \ 255\ (when\ using\ \-genkeypair\ and\ \-keyalg\ is\ "EdDSA")
|
||||
\ \ \ \ 56\ (when\ using\ \-genseckey\ and\ \-keyalg\ is\ "DES")
|
||||
\ \ \ \ 168\ (when\ using\ \-genseckey\ and\ \-keyalg\ is\ "DESede")
|
||||
|
||||
@ -1564,7 +1616,66 @@ T}@T{
|
||||
T}@T{
|
||||
SHA512withECDSA
|
||||
T}
|
||||
T{
|
||||
RSASSA\-PSS
|
||||
T}@T{
|
||||
<= 3072
|
||||
T}@T{
|
||||
RSASSA\-PSS (with SHA\-256)
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
<= 7680
|
||||
T}@T{
|
||||
RSASSA\-PSS (with SHA\-384)
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
> 7680
|
||||
T}@T{
|
||||
RSASSA\-PSS (with SHA\-512)
|
||||
T}
|
||||
T{
|
||||
EdDSA
|
||||
T}@T{
|
||||
255
|
||||
T}@T{
|
||||
Ed25519
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
448
|
||||
T}@T{
|
||||
Ed448
|
||||
T}
|
||||
T{
|
||||
Ed25519
|
||||
T}@T{
|
||||
255
|
||||
T}@T{
|
||||
Ed25519
|
||||
T}
|
||||
T{
|
||||
Ed448
|
||||
T}@T{
|
||||
448
|
||||
T}@T{
|
||||
Ed448
|
||||
T}
|
||||
.TE
|
||||
.IP \[bu] 2
|
||||
An RSASSA\-PSS signature algorithm uses a \f[CB]MessageDigest\f[R]
|
||||
algorithm as its hash and MGF1 algorithms.
|
||||
.IP \[bu] 2
|
||||
EdDSA supports 2 key sizes: Ed25519 and Ed448.
|
||||
When generating an EdDSA key pair using \f[CB]\-keyalg\ EdDSA\f[R], a user
|
||||
can specify \f[CB]\-keysize\ 255\f[R] or \f[CB]\-keysize\ 448\f[R] to
|
||||
generate Ed25519 or Ed448 key pairs.
|
||||
When no \f[CB]\-keysize\f[R] is specified, an Ed25519 key pair is
|
||||
generated.
|
||||
A user can also directly specify \f[CB]\-keyalg\ Ed25519\f[R] or
|
||||
\f[CB]\-keyalg\ Ed448\f[R] to generate a key pair with the expected key
|
||||
size.
|
||||
.PP
|
||||
\f[B]Note:\f[R]
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "RMID" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "RMID" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 1997, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "RMIREGISTRY" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "RMIREGISTRY" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 2006, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JRUNSCRIPT" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JRUNSCRIPT" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JAVAC" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JAVAC" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 1997, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "SERIALVER" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "SERIALVER" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JHSDB" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JHSDB" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 2018, 2019, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JPACKAGE" "1" "2019" "JDK 15" "JDK Commands"
|
||||
.TH "JPACKAGE" "1" "2019" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
@ -152,10 +152,14 @@ and is absolute or relative to the current directory.
|
||||
This option can be used multiple times.
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-\-bind\-services\f[R]
|
||||
Pass on \-\-bind\-services option to jlink (which will link in service
|
||||
provider modules and their dependences).
|
||||
.B \f[CB]\-\-jlink\-options\f[R] <jlink options>
|
||||
A space separated list of options to pass to jlink
|
||||
.RS
|
||||
.PP
|
||||
If not specified, defaults to "\-\-strip\-native\-commands
|
||||
\-\-strip\-debug \-\-no\-man\-pages \-\-no\-header\-files"
|
||||
.PP
|
||||
This option can be used multiple times.
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-\-runtime\-image\f[R] <file paths>
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 1997, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JAR" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JAR" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,3 @@
|
||||
.\"t
|
||||
.\" Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
.\"
|
||||
@ -8,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -20,9 +19,10 @@
|
||||
.\" or visit www.oracle.com if you need additional information or have any
|
||||
.\" questions.
|
||||
.\"
|
||||
.\"t
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JARSIGNER" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JARSIGNER" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
@ -290,18 +290,20 @@ implementation, then change the line to the following:
|
||||
.SH SUPPORTED ALGORITHMS
|
||||
.PP
|
||||
By default, the \f[CB]jarsigner\f[R] command signs a JAR file using one of
|
||||
the following algorithms files depending on the type and size of the
|
||||
private key:
|
||||
the following algorithms and block file extensions depending on the type
|
||||
and size of the private key:
|
||||
.PP
|
||||
.TS
|
||||
tab(@);
|
||||
l l l.
|
||||
l l l l.
|
||||
T{
|
||||
keyalg
|
||||
T}@T{
|
||||
keysize
|
||||
T}@T{
|
||||
default sigalg
|
||||
T}@T{
|
||||
block file extension
|
||||
T}
|
||||
_
|
||||
T{
|
||||
@ -310,6 +312,8 @@ T}@T{
|
||||
any size
|
||||
T}@T{
|
||||
SHA256withDSA
|
||||
T}@T{
|
||||
\&.DSA
|
||||
T}
|
||||
T{
|
||||
RSA
|
||||
@ -317,18 +321,22 @@ T}@T{
|
||||
<= 3072
|
||||
T}@T{
|
||||
SHA256withRSA
|
||||
T}@T{
|
||||
\&.RSA
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
<= 7680
|
||||
T}@T{
|
||||
SHA384withRSA
|
||||
T}@T{
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
> 7680
|
||||
T}@T{
|
||||
SHA512withRSA
|
||||
T}@T{
|
||||
T}
|
||||
T{
|
||||
EC
|
||||
@ -336,20 +344,70 @@ T}@T{
|
||||
< 384
|
||||
T}@T{
|
||||
SHA256withECDSA
|
||||
T}@T{
|
||||
\&.EC
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
< 512
|
||||
T}@T{
|
||||
SHA384withECDSA
|
||||
T}@T{
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
= 512
|
||||
T}@T{
|
||||
SHA512withECDSA
|
||||
T}@T{
|
||||
T}
|
||||
T{
|
||||
RSASSA\-PSS
|
||||
T}@T{
|
||||
<= 3072
|
||||
T}@T{
|
||||
RSASSA\-PSS (with SHA\-256)
|
||||
T}@T{
|
||||
\&.RSA
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
<= 7680
|
||||
T}@T{
|
||||
RSASSA\-PSS (with SHA\-384)
|
||||
T}@T{
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
> 7680
|
||||
T}@T{
|
||||
RSASSA\-PSS (with SHA\-512)
|
||||
T}@T{
|
||||
T}
|
||||
T{
|
||||
EdDSA
|
||||
T}@T{
|
||||
255
|
||||
T}@T{
|
||||
Ed25519
|
||||
T}@T{
|
||||
\&.EC
|
||||
T}
|
||||
T{
|
||||
T}@T{
|
||||
448
|
||||
T}@T{
|
||||
Ed448
|
||||
T}@T{
|
||||
T}
|
||||
.TE
|
||||
.IP \[bu] 2
|
||||
If an RSASSA\-PSS key is encoded with parameters, then jarsigner will
|
||||
use the same parameters in the signature.
|
||||
Otherwise, jarsigner will use parameters that are determined by the size
|
||||
of the key as specified in the table above.
|
||||
For example, an 3072\-bit RSASSA\-PSS key will use RSASSA\-PSS as the
|
||||
signature algorithm and SHA\-256 as the hash and MGF1 algorithms.
|
||||
.PP
|
||||
These default signature algorithms can be overridden by using the
|
||||
\f[CB]\-sigalg\f[R] option.
|
||||
@ -393,12 +451,13 @@ A signature block file with a \f[CB]\&.DSA\f[R], \f[CB]\&.RSA\f[R], or
|
||||
The base file names for these two files come from the value of the
|
||||
\f[CB]\-sigfile\f[R] option.
|
||||
For example, when the option is \f[CB]\-sigfile\ MKSIGN\f[R], the files
|
||||
are named \f[CB]MKSIGN.SF\f[R] and \f[CB]MKSIGN.DSA\f[R]
|
||||
are named \f[CB]MKSIGN.SF\f[R] and \f[CB]MKSIGN.RSA\f[R].
|
||||
In this document, we assume the signer always uses an RSA key.
|
||||
.PP
|
||||
If no \f[CB]\-sigfile\f[R] option appears on the command line, then the
|
||||
base file name for the \f[CB]\&.SF\f[R] and \f[CB]\&.DSA\f[R] files is the
|
||||
first 8 characters of the alias name specified on the command line, all
|
||||
converted to uppercase.
|
||||
base file name for the \f[CB]\&.SF\f[R] and the signature block files is
|
||||
the first 8 characters of the alias name specified on the command line,
|
||||
all converted to uppercase.
|
||||
If the alias name has fewer than 8 characters, then the full alias name
|
||||
is used.
|
||||
If the alias name contains any characters that aren\[aq]t allowed in a
|
||||
@ -442,7 +501,8 @@ This file also contains, encoded inside it, the certificate or
|
||||
certificate chain from the keystore that authenticates the public key
|
||||
corresponding to the private key used for signing.
|
||||
The file has the extension \f[CB]\&.DSA\f[R], \f[CB]\&.RSA\f[R], or
|
||||
\f[CB]\&.EC\f[R], depending on the digest algorithm used.
|
||||
\f[CB]\&.EC\f[R], depending on the key algorithm used.
|
||||
See the table in \f[B]Supported Algorithms\f[R].
|
||||
.SH SIGNATURE TIME STAMP
|
||||
.PP
|
||||
The \f[CB]jarsigner\f[R] command used with the following options generates
|
||||
@ -468,9 +528,9 @@ Verify the signature of the \f[CB]\&.SF\f[R] file.
|
||||
.RS 4
|
||||
.PP
|
||||
The verification ensures that the signature stored in each signature
|
||||
block (\f[CB]\&.DSA\f[R]) file was generated using the private key
|
||||
corresponding to the public key whose certificate (or certificate chain)
|
||||
also appears in the \f[CB]\&.DSA\f[R] file.
|
||||
block file was generated using the private key corresponding to the
|
||||
public key whose certificate (or certificate chain) also appears in the
|
||||
signature block file.
|
||||
It also ensures that the signature is a valid signature of the
|
||||
corresponding signature (\f[CB]\&.SF\f[R]) file, and thus the
|
||||
\f[CB]\&.SF\f[R] file wasn\[aq]t tampered with.
|
||||
@ -543,7 +603,7 @@ jarsigner\ myBundle.jar\ kevin
|
||||
.fi
|
||||
.PP
|
||||
When a JAR file is signed multiple times, there are multiple
|
||||
\f[CB]\&.SF\f[R] and \f[CB]\&.DSA\f[R] files in the resulting JAR file, one
|
||||
\f[CB]\&.SF\f[R] and signature block files in the resulting JAR file, one
|
||||
pair for each signature.
|
||||
In the previous example, the output JAR file includes files with the
|
||||
following names:
|
||||
@ -551,9 +611,9 @@ following names:
|
||||
.nf
|
||||
\f[CB]
|
||||
SUSAN.SF
|
||||
SUSAN.DSA
|
||||
SUSAN.RSA
|
||||
KEVIN.SF
|
||||
KEVIN.DSA
|
||||
KEVIN.RSA
|
||||
\f[R]
|
||||
.fi
|
||||
.SH OPTIONS FOR JARSIGNER
|
||||
@ -701,10 +761,10 @@ by \f[B]Internet RFC 1421 Certificate Encoding Standard\f[R]
|
||||
.TP
|
||||
.B \f[CB]\-sigfile\f[R] \f[I]file\f[R]
|
||||
Specifies the base file name to be used for the generated \f[CB]\&.SF\f[R]
|
||||
and \f[CB]\&.DSA\f[R] files.
|
||||
and signature block files.
|
||||
For example, if file is \f[CB]DUKESIGN\f[R], then the generated
|
||||
\f[CB]\&.SF\f[R] and \f[CB]\&.DSA\f[R] files are named \f[CB]DUKESIGN.SF\f[R]
|
||||
and \f[CB]DUKESIGN.DSA\f[R], and placed in the \f[CB]META\-INF\f[R]
|
||||
\f[CB]\&.SF\f[R] and signature block files are named \f[CB]DUKESIGN.SF\f[R]
|
||||
and \f[CB]DUKESIGN.RSA\f[R], and placed in the \f[CB]META\-INF\f[R]
|
||||
directory of the signed JAR file.
|
||||
.RS
|
||||
.PP
|
||||
@ -712,10 +772,10 @@ The characters in the file must come from the set
|
||||
\f[CB]a\-zA\-Z0\-9_\-\f[R].
|
||||
Only letters, numbers, underscore, and hyphen characters are allowed.
|
||||
All lowercase characters are converted to uppercase for the
|
||||
\f[CB]\&.SF\f[R] and \f[CB]\&.DSA\f[R] file names.
|
||||
\f[CB]\&.SF\f[R] and signature block file names.
|
||||
.PP
|
||||
If no \f[CB]\-sigfile\f[R] option appears on the command line, then the
|
||||
base file name for the \f[CB]\&.SF\f[R] and \f[CB]\&.DSA\f[R] files is the
|
||||
base file name for the \f[CB]\&.SF\f[R] and signature block files is the
|
||||
first 8 characters of the alias name specified on the command line, all
|
||||
converted to upper case.
|
||||
If the alias name has fewer than 8 characters, then the full alias name
|
||||
@ -804,7 +864,7 @@ If the \f[CB]\-certs\f[R] option appears on the command line with the
|
||||
\f[CB]\-verify\f[R] and \f[CB]\-verbose\f[R] options, then the output
|
||||
includes certificate information for each signer of the JAR file.
|
||||
This information includes the name of the type of certificate (stored in
|
||||
the \f[CB]\&.DSA\f[R] file) that certifies the signer\[aq]s public key,
|
||||
the signature block file) that certifies the signer\[aq]s public key,
|
||||
and if the certificate is an X.509 certificate (an instance of the
|
||||
\f[CB]java.security.cert.X509Certificate\f[R]), then the distinguished
|
||||
name of the signer.
|
||||
@ -885,11 +945,11 @@ Standard Algorithm Names.
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-internalsf\f[R]
|
||||
In the past, the \f[CB]\&.DSA\f[R] (signature block) file generated when a
|
||||
JAR file was signed included a complete encoded copy of the
|
||||
\f[CB]\&.SF\f[R] file (signature file) also generated.
|
||||
In the past, the signature block file generated when a JAR file was
|
||||
signed included a complete encoded copy of the \f[CB]\&.SF\f[R] file
|
||||
(signature file) also generated.
|
||||
This behavior has been changed.
|
||||
To reduce the overall size of the output JAR file, the \f[CB]\&.DSA\f[R]
|
||||
To reduce the overall size of the output JAR file, the signature block
|
||||
file by default doesn\[aq]t contain a copy of the \f[CB]\&.SF\f[R] file
|
||||
anymore.
|
||||
If \f[CB]\-internalsf\f[R] appears on the command line, then the old
|
||||
@ -900,6 +960,15 @@ incurs higher overhead.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-directsign\f[R]
|
||||
By default, jarsigner stores the hash of the \f[CB]\&.SF\f[R] file and
|
||||
possibly other information in a SignerInfo signedAttributes field, and
|
||||
then calculates the signature on this field.
|
||||
If this option is set, no SignerInfo signedAttributes field is generated
|
||||
and the signature is calculated on the \f[CB]\&.SF\f[R] file directly.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[CB]\-sectionsonly\f[R]
|
||||
If the \f[CB]\-sectionsonly\f[R] option appears on the command line, then
|
||||
the \f[CB]\&.SF\f[R] file (signature file) generated when a JAR file is
|
||||
@ -1213,6 +1282,15 @@ Informational warnings include those that aren\[aq]t errors but regarded
|
||||
as bad practice.
|
||||
They don\[aq]t have a code.
|
||||
.TP
|
||||
.B extraAttributesDetected
|
||||
The POSIX file permissions and/or symlink attributes are detected during
|
||||
signing or verifying a JAR file.
|
||||
The \f[CB]jarsigner\f[R] tool preserves these attributes in the newly
|
||||
signed file but warns that these attributes are unsigned and not
|
||||
protected by the signature.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B hasExpiringCert
|
||||
This JAR contains entries whose signer certificate expires within six
|
||||
months.
|
||||
@ -1251,9 +1329,9 @@ JAR file \f[CB]sbundle.jar\f[R]:
|
||||
.RE
|
||||
.PP
|
||||
There is no \f[CB]\-sigfile\f[R] specified in the previous command so the
|
||||
generated \f[CB]\&.SF\f[R] and \f[CB]\&.DSA\f[R] files to be placed in the
|
||||
generated \f[CB]\&.SF\f[R] and signature block files to be placed in the
|
||||
signed JAR file have default names based on the alias name.
|
||||
They are named \f[CB]JANE.SF\f[R] and \f[CB]JANE.DSA\f[R].
|
||||
They are named \f[CB]JANE.SF\f[R] and \f[CB]JANE.RSA\f[R].
|
||||
.PP
|
||||
If you want to be prompted for the store password and the private key
|
||||
password, then you could shorten the previous command to the following:
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JAVADOC" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JAVADOC" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JCMD" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JCMD" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2004, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 2004, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JINFO" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JINFO" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2004, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 2004, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JMAP" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JMAP" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2004, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 2004, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JPS" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JPS" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2004, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 2004, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JSTACK" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JSTACK" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JSTAT" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JSTAT" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
@ -224,7 +224,7 @@ Class loader statistics.
|
||||
.PP
|
||||
\f[CB]Unloaded\f[R]: Number of classes unloaded.
|
||||
.PP
|
||||
\f[CB]Bytes\f[R]: Number of KB loaded.
|
||||
\f[CB]Bytes\f[R]: Number of KB unloaded.
|
||||
.PP
|
||||
\f[CB]Time\f[R]: Time spent performing class loading and unloading
|
||||
operations.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2004, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 2004, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JCONSOLE" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JCONSOLE" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JAVAP" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JAVAP" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JDEPRSCAN" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JDEPRSCAN" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JDEPS" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JDEPS" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 1995, 2018, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JDB" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JDB" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 2019, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JFR" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JFR" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 2017, 2019, 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
|
||||
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JLINK" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JLINK" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JMOD" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JMOD" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -1,4 +1,3 @@
|
||||
.\"t
|
||||
.\" Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
.\"
|
||||
@ -8,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -20,9 +19,10 @@
|
||||
.\" or visit www.oracle.com if you need additional information or have any
|
||||
.\" questions.
|
||||
.\"
|
||||
.\"t
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JSHELL" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JSHELL" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\"
|
||||
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
.\" version 2 for more details (a copy is included in the LICENSE file that
|
||||
.\" accompanied this code).
|
||||
.\"
|
||||
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" Automatically generated by Pandoc 2.3.1
|
||||
.\"
|
||||
.TH "JSTATD" "1" "2020" "JDK 15" "JDK Commands"
|
||||
.TH "JSTATD" "1" "2020" "JDK 16" "JDK Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
|
Loading…
x
Reference in New Issue
Block a user