RFR: 8339918: Remove checks for outdated -t -tm -Xfuture -checksource -cs -noasyncgc options from the launcher [v5]

Jaikiran Pai jpai at openjdk.org
Mon Sep 16 04:18:39 UTC 2024


On Mon, 16 Sep 2024 03:59:37 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Jaikiran Pai has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove -noasyncgc from com.sun.tools.example.debug.tty.TTY
>
> src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java line 991:
> 
>> 989:                    // Old-style options (These should remain in place as long as
>> 990:                    //  the standard VM accepts them)
>> 991:                    token.equals("-prof") ||
> 
> The `-prof` flag doesn't exist either.

Done. There also was `-v` and `-v:...` in this example which aren't supported either (not even in JDK 8). So I've removed those as well.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20945#discussion_r1760510631


More information about the core-libs-dev mailing list