< prev index next >

src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/BreakpointSpec.java

Print this page
@@ -213,10 +213,11 @@
      }
  
      private boolean isValidMethodName(String s) {
          return isJavaIdentifier(s) ||
                 s.equals("<init>") ||
+                s.equals("<vnew>") ||
                 s.equals("<clinit>");
      }
  
      /*
       * Compare a method's argument types with a Vector of type names.
< prev index next >