Skip to content

Commit 5473e9e

Browse files
author
David Holmes
committed
8325280: Update troff manpages in JDK 23 before RC
Reviewed-by: alanb, iris
1 parent 65197a3 commit 5473e9e

File tree

28 files changed

+90
-91
lines changed

28 files changed

+90
-91
lines changed

src/java.base/share/man/java.1

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
. ftr VB CB
3737
. ftr VBI CBI
3838
.\}
39-
.TH "JAVA" "1" "2024" "JDK 23-ea" "JDK Commands"
39+
.TH "JAVA" "1" "2024" "JDK 23" "JDK Commands"
4040
.hy
4141
.SH NAME
4242
.PP
@@ -1195,7 +1195,7 @@ or directories.
11951195
\f[V]--source\f[R] \f[I]version\f[R]
11961196
Sets the version of the source in source-file mode.
11971197
.TP
1198-
\f[V]--sun-misc-unsafe-memory-acces=\f[R] \f[I]value\f[R]
1198+
\f[V]--sun-misc-unsafe-memory-access=\f[R] \f[I]value\f[R]
11991199
Allow or deny usage of unsupported API \f[V]sun.misc.Unsafe\f[R].
12001200
\f[I]value\f[R] is one of:
12011201
.RS
@@ -3491,16 +3491,6 @@ By default, this option is disabled.
34913491
Enables printing of information about adaptive-generation sizing.
34923492
By default, this option is disabled.
34933493
.TP
3494-
\f[V]-XX:+ScavengeBeforeFullGC\f[R]
3495-
Enables GC of the young generation before each full GC.
3496-
This option is enabled by default.
3497-
It is recommended that you \f[I]don\[aq]t\f[R] disable it, because
3498-
scavenging the young generation before a full GC can reduce the number
3499-
of objects reachable from the old generation space into the young
3500-
generation space.
3501-
To disable GC of the young generation before each full GC, specify the
3502-
option \f[V]-XX:-ScavengeBeforeFullGC\f[R].
3503-
.TP
35043494
\f[V]-XX:SoftRefLRUPolicyMSPerMB=\f[R]\f[I]time\f[R]
35053495
Sets the amount of time (in milliseconds) a softly reachable object is
35063496
kept active on the heap after the last time it was referenced.
@@ -3755,45 +3745,6 @@ Enables the use of Java Flight Recorder (JFR) during the runtime of the
37553745
application.
37563746
Since JDK 8u40 this option has not been required to use JFR.
37573747
.TP
3758-
\f[V]-XX:InitialRAMFraction=\f[R]\f[I]ratio\f[R]
3759-
Sets the initial amount of memory that the JVM may use for the Java heap
3760-
before applying ergonomics heuristics as a ratio of the maximum amount
3761-
determined as described in the \f[V]-XX:MaxRAM\f[R] option.
3762-
The default value is 64.
3763-
.RS
3764-
.PP
3765-
Use the option \f[V]-XX:InitialRAMPercentage\f[R] instead.
3766-
.RE
3767-
.TP
3768-
\f[V]-XX:MaxRAMFraction=\f[R]\f[I]ratio\f[R]
3769-
Sets the maximum amount of memory that the JVM may use for the Java heap
3770-
before applying ergonomics heuristics as a fraction of the maximum
3771-
amount determined as described in the \f[V]-XX:MaxRAM\f[R] option.
3772-
The default value is 4.
3773-
.RS
3774-
.PP
3775-
Specifying this option disables automatic use of compressed oops if the
3776-
combined result of this and other options influencing the maximum amount
3777-
of memory is larger than the range of memory addressable by compressed
3778-
oops.
3779-
See \f[V]-XX:UseCompressedOops\f[R] for further information about
3780-
compressed oops.
3781-
.PP
3782-
Use the option \f[V]-XX:MaxRAMPercentage\f[R] instead.
3783-
.RE
3784-
.TP
3785-
\f[V]-XX:MinRAMFraction=\f[R]\f[I]ratio\f[R]
3786-
Sets the maximum amount of memory that the JVM may use for the Java heap
3787-
before applying ergonomics heuristics as a fraction of the maximum
3788-
amount determined as described in the \f[V]-XX:MaxRAM\f[R] option for
3789-
small heaps.
3790-
A small heap is a heap of approximately 125 MB.
3791-
The default value is 2.
3792-
.RS
3793-
.PP
3794-
Use the option \f[V]-XX:MinRAMPercentage\f[R] instead.
3795-
.RE
3796-
.TP
37973748
\f[V]-XX:RTMAbortRatio=\f[R]\f[I]abort_ratio\f[R]
37983749
Specifies the RTM abort ratio is specified as a percentage (%) of all
37993750
executed RTM transactions.
@@ -3882,6 +3833,55 @@ Controlled \f[I]relaxed strong encapsulation\f[R], as defined in
38823833
This option was deprecated in JDK 16 by \f[B]JEP 396\f[R]
38833834
[https://openjdk.org/jeps/396] and made obsolete in JDK 17 by \f[B]JEP
38843835
403\f[R] [https://openjdk.org/jeps/403].
3836+
.TP
3837+
\f[V]-XX:+ScavengeBeforeFullGC\f[R]
3838+
Enables GC of the young generation before each full GC.
3839+
This option is enabled by default.
3840+
It is recommended that you \f[I]don\[aq]t\f[R] disable it, because
3841+
scavenging the young generation before a full GC can reduce the number
3842+
of objects reachable from the old generation space into the young
3843+
generation space.
3844+
To disable GC of the young generation before each full GC, specify the
3845+
option \f[V]-XX:-ScavengeBeforeFullGC\f[R].
3846+
.TP
3847+
\f[V]-XX:InitialRAMFraction=\f[R]\f[I]ratio\f[R]
3848+
Sets the initial amount of memory that the JVM may use for the Java heap
3849+
before applying ergonomics heuristics as a ratio of the maximum amount
3850+
determined as described in the \f[V]-XX:MaxRAM\f[R] option.
3851+
The default value is 64.
3852+
.RS
3853+
.PP
3854+
Use the option \f[V]-XX:InitialRAMPercentage\f[R] instead.
3855+
.RE
3856+
.TP
3857+
\f[V]-XX:MaxRAMFraction=\f[R]\f[I]ratio\f[R]
3858+
Sets the maximum amount of memory that the JVM may use for the Java heap
3859+
before applying ergonomics heuristics as a fraction of the maximum
3860+
amount determined as described in the \f[V]-XX:MaxRAM\f[R] option.
3861+
The default value is 4.
3862+
.RS
3863+
.PP
3864+
Specifying this option disables automatic use of compressed oops if the
3865+
combined result of this and other options influencing the maximum amount
3866+
of memory is larger than the range of memory addressable by compressed
3867+
oops.
3868+
See \f[V]-XX:UseCompressedOops\f[R] for further information about
3869+
compressed oops.
3870+
.PP
3871+
Use the option \f[V]-XX:MaxRAMPercentage\f[R] instead.
3872+
.RE
3873+
.TP
3874+
\f[V]-XX:MinRAMFraction=\f[R]\f[I]ratio\f[R]
3875+
Sets the maximum amount of memory that the JVM may use for the Java heap
3876+
before applying ergonomics heuristics as a fraction of the maximum
3877+
amount determined as described in the \f[V]-XX:MaxRAM\f[R] option for
3878+
small heaps.
3879+
A small heap is a heap of approximately 125 MB.
3880+
The default value is 2.
3881+
.RS
3882+
.PP
3883+
Use the option \f[V]-XX:MinRAMPercentage\f[R] instead.
3884+
.RE
38853885
.SH REMOVED JAVA OPTIONS
38863886
.PP
38873887
These \f[V]java\f[R] options have been removed in JDK 23 and using them

src/java.base/share/man/keytool.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Copyright (c) 1998, 2023, Oracle and/or its affiliates. All rights reserved.
1+
.\" Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
22
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
.\"
44
.\" This code is free software; you can redistribute it and/or modify it
@@ -36,7 +36,7 @@
3636
. ftr VB CB
3737
. ftr VBI CBI
3838
.\}
39-
.TH "KEYTOOL" "1" "2024" "JDK 23-ea" "JDK Commands"
39+
.TH "KEYTOOL" "1" "2024" "JDK 23" "JDK Commands"
4040
.hy
4141
.SH NAME
4242
.PP
@@ -1747,7 +1747,7 @@ risk.
17471747
The \f[V]keytool\f[R] command supports these named extensions.
17481748
The names aren\[aq]t case-sensitive.
17491749
.TP
1750-
\f[V]BC\f[R] or \f[V]BasicContraints\f[R]
1750+
\f[V]BC\f[R] or \f[V]BasicConstraints\f[R]
17511751
Values:
17521752
.RS
17531753
.PP

src/java.rmi/share/man/rmiregistry.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
. ftr VB CB
3636
. ftr VBI CBI
3737
.\}
38-
.TH "RMIREGISTRY" "1" "2024" "JDK 23-ea" "JDK Commands"
38+
.TH "RMIREGISTRY" "1" "2024" "JDK 23" "JDK Commands"
3939
.hy
4040
.SH NAME
4141
.PP

src/java.scripting/share/man/jrunscript.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
. ftr VB CB
3636
. ftr VBI CBI
3737
.\}
38-
.TH "JRUNSCRIPT" "1" "2024" "JDK 23-ea" "JDK Commands"
38+
.TH "JRUNSCRIPT" "1" "2024" "JDK 23" "JDK Commands"
3939
.hy
4040
.SH NAME
4141
.PP

src/jdk.compiler/share/man/javac.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Copyright (c) 1994, 2024, Oracle and/or its affiliates. All rights reserved.
1+
.\" Copyright (c) 1994, 2023, Oracle and/or its affiliates. All rights reserved.
22
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
.\"
44
.\" This code is free software; you can redistribute it and/or modify it
@@ -35,7 +35,7 @@
3535
. ftr VB CB
3636
. ftr VBI CBI
3737
.\}
38-
.TH "JAVAC" "1" "2024" "JDK 23-ea" "JDK Commands"
38+
.TH "JAVAC" "1" "2024" "JDK 23" "JDK Commands"
3939
.hy
4040
.SH NAME
4141
.PP

src/jdk.compiler/share/man/serialver.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
. ftr VB CB
3636
. ftr VBI CBI
3737
.\}
38-
.TH "SERIALVER" "1" "2024" "JDK 23-ea" "JDK Commands"
38+
.TH "SERIALVER" "1" "2024" "JDK 23" "JDK Commands"
3939
.hy
4040
.SH NAME
4141
.PP

src/jdk.hotspot.agent/share/man/jhsdb.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
. ftr VB CB
3636
. ftr VBI CBI
3737
.\}
38-
.TH "JHSDB" "1" "2024" "JDK 23-ea" "JDK Commands"
38+
.TH "JHSDB" "1" "2024" "JDK 23" "JDK Commands"
3939
.hy
4040
.SH NAME
4141
.PP

src/jdk.httpserver/share/man/jwebserver.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
. ftr VB CB
3636
. ftr VBI CBI
3737
.\}
38-
.TH "JWEBSERVER" "1" "2024" "JDK 23-ea" "JDK Commands"
38+
.TH "JWEBSERVER" "1" "2024" "JDK 23" "JDK Commands"
3939
.hy
4040
.SH NAME
4141
.PP

src/jdk.jartool/share/man/jar.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
. ftr VB CB
3636
. ftr VBI CBI
3737
.\}
38-
.TH "JAR" "1" "2024" "JDK 23-ea" "JDK Commands"
38+
.TH "JAR" "1" "2024" "JDK 23" "JDK Commands"
3939
.hy
4040
.SH NAME
4141
.PP

src/jdk.jartool/share/man/jarsigner.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
. ftr VB CB
3737
. ftr VBI CBI
3838
.\}
39-
.TH "JARSIGNER" "1" "2024" "JDK 23-ea" "JDK Commands"
39+
.TH "JARSIGNER" "1" "2024" "JDK 23" "JDK Commands"
4040
.hy
4141
.SH NAME
4242
.PP

0 commit comments

Comments
 (0)