< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/stack/InspectedFrame.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.code.stack; ! import jdk.vm.ci.meta.*; public interface InspectedFrame { /** * Returns the value of the local at the given index. Currently only works for object values. --- 20,30 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.code.stack; ! import jdk.vm.ci.meta.ResolvedJavaMethod; public interface InspectedFrame { /** * Returns the value of the local at the given index. Currently only works for object values.
< prev index next >