src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java
changeset 53853 7ca9e625d6b2
parent 53782 37c12515c30f
child 58074 6eca527d3689
equal deleted inserted replaced
53851:cc4f5bf6b26b 53853:7ca9e625d6b2
   929                    // NonStandard options passed on
   929                    // NonStandard options passed on
   930                    token.startsWith("-X") ||
   930                    token.startsWith("-X") ||
   931                    // Old-style options (These should remain in place as long as
   931                    // Old-style options (These should remain in place as long as
   932                    //  the standard VM accepts them)
   932                    //  the standard VM accepts them)
   933                    token.equals("-noasyncgc") || token.equals("-prof") ||
   933                    token.equals("-noasyncgc") || token.equals("-prof") ||
   934                    token.equals("-verify") || token.equals("-noverify") ||
   934                    token.equals("-verify") ||
   935                    token.equals("-verifyremote") ||
   935                    token.equals("-verifyremote") ||
   936                    token.equals("-verbosegc") ||
   936                    token.equals("-verbosegc") ||
   937                    token.startsWith("-ms") || token.startsWith("-mx") ||
   937                    token.startsWith("-ms") || token.startsWith("-mx") ||
   938                    token.startsWith("-ss") || token.startsWith("-oss") ) {
   938                    token.startsWith("-ss") || token.startsWith("-oss") ) {
   939 
   939