comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiCodePos.java @ 5507:dc71b06d09f8

Moving classes from cri.ri to api.meta.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 18:24:06 +0200
parents 51111665eda6
children
comparison
equal deleted inserted replaced
5506:56860d3f9f39 5507:dc71b06d09f8
22 */ 22 */
23 package com.oracle.max.cri.ci; 23 package com.oracle.max.cri.ci;
24 24
25 import java.io.*; 25 import java.io.*;
26 26
27 import com.oracle.max.cri.ri.*; 27 import com.oracle.graal.api.meta.*;
28 28
29 /** 29 /**
30 * Represents a code position, that is, a chain of inlined methods with bytecode 30 * Represents a code position, that is, a chain of inlined methods with bytecode
31 * locations, that is communicated from the compiler to the runtime system. A code position 31 * locations, that is communicated from the compiler to the runtime system. A code position
32 * can be used by the runtime system to reconstruct a source-level stack trace 32 * can be used by the runtime system to reconstruct a source-level stack trace