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

Print this page

        

@@ -32,10 +32,11 @@
  * @deprecated This exception is no longer thrown
  *
  * @author Gordon Hirsch
  * @since  1.3
  */
+@jdk.Supported
 @Deprecated
 public class InvalidCodeIndexException extends RuntimeException {
     private static final long serialVersionUID = 7416010225133747805L;
     public InvalidCodeIndexException() {
         super();