On Mon, 16 Sep 2024 03:59:37 GMT, David Holmes <dhol...@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