RFR: 8339918: Remove checks for outdated -t -tm -Xfuture -checksource -cs -noasyncgc options from the launcher [v3]
Jaikiran Pai
jpai at openjdk.org
Mon Sep 16 03:56:40 UTC 2024
On Sat, 14 Sep 2024 20:52:03 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> src/java.base/share/man/java.1 line 3918:
>>
>>> 3916: option \f[V]-XX:-ScavengeBeforeFullGC\f[R].
>>> 3917: .TP
>>> 3918: \f[V]-Xfuture\f[R]
>>
>> Maybe also remove the -X help (or at least change its description) in https://github.com/openjdk/jdk/blob/c91fa278fe17ab204beef0fcef1ada6dd0bc37bb/src/java.base/share/classes/sun/launcher/resources/launcher.properties#L144
>
> Yes this needs to be removed from the help text.
Thank you for spotting that Bernd. I have updated the PR to remove that text as well as updated an example program that was using `-noasyncgc`. I have searched the code for other similar occurences and haven't found anymore.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20945#discussion_r1760499899
More information about the core-libs-dev
mailing list