< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/BytecodePosition.java

Print this page

        

*** 20,32 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.code; ! import java.util.*; ! import jdk.vm.ci.meta.*; /** * Represents a code position, that is, a chain of inlined methods with bytecode locations, that is * communicated from the compiler to the runtime system. A code position can be used by the runtime * system to reconstruct a source-level stack trace for exceptions and to create --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.code; ! import java.util.Objects; ! import jdk.vm.ci.meta.ResolvedJavaMethod; /** * Represents a code position, that is, a chain of inlined methods with bytecode locations, that is * communicated from the compiler to the runtime system. A code position can be used by the runtime * system to reconstruct a source-level stack trace for exceptions and to create
< prev index next >