Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.
/ jdk18 Public archive

Commit be6b90d

Browse files
author
Stuart Marks
committedDec 16, 2021
8278574: update --help-extra message to include default value of --finalization option
Reviewed-by: sundar, alanb, lancea, mchung
1 parent aec1b03 commit be6b90d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎src/java.base/share/classes/sun/launcher/resources/launcher.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,9 @@ java.launcher.X.usage=\n\
196196
\ --source <version>\n\
197197
\ set the version of the source in source-file mode.\n\
198198
\ --finalization=<value>\n\
199-
\ controls finalization\n\
200-
\ <value> is one of "enabled" or "disabled"\n\n\
199+
\ controls whether the JVM performs finalization of objects,\n\
200+
\ where <value> is one of "enabled" or "disabled".\n\
201+
\ Finalization is enabled by default.\n\n\
201202
These extra options are subject to change without notice.\n
202203

203204
# Translators please note do not translate the options themselves

0 commit comments

Comments
 (0)