src/share/classes/com/sun/jdi/VMMismatchException.java

Print this page

        

@@ -31,10 +31,11 @@
  * combined with a mirror from another target VM.
  *
  * @author Gordon Hirsch
  * @since  1.3
  */
+@jdk.Supported
 public class VMMismatchException extends RuntimeException {
     private static final long serialVersionUID = 289169358790459564L;
     public VMMismatchException() {
         super();
     }