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

Print this page

        

@@ -56,12 +56,13 @@
  * @author Robert Field
  * @author Gordon Hirsch
  * @author James McIlree
  * @since  1.3
  */
-public interface StackFrame extends Mirror, Locatable
-{
+@jdk.Supported
+public interface StackFrame extends Mirror, Locatable {
+
     /**
      * Returns the {@link Location} of the current instruction in the frame.
      * The method for which this frame was created can also be accessed
      * through the returned location.
      * For the top frame in the stack, this location identifies the