comparison graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/CodeInfo.java @ 7530:5e3d1a68664e

applied mx eclipseformat to all Java files
author Doug Simon <doug.simon@oracle.com>
date Wed, 23 Jan 2013 16:34:57 +0100
parents 2463eb24b644
children
comparison
equal deleted inserted replaced
7529:4a11124a3563 7530:5e3d1a68664e
23 package com.oracle.graal.api.code; 23 package com.oracle.graal.api.code;
24 24
25 import com.oracle.graal.api.meta.*; 25 import com.oracle.graal.api.meta.*;
26 26
27 /** 27 /**
28 * Represents some code installed in the code cache of the runtime. 28 * Represents some code installed in the code cache of the runtime. This encapsulated details are
29 * This encapsulated details are only for informational purposes. 29 * only for informational purposes. At any time, the runtime may invalidate the underlying code
30 * At any time, the runtime may invalidate the underlying code (e.g. due to deopt etc). 30 * (e.g. due to deopt etc).
31 */ 31 */
32 public interface CodeInfo { 32 public interface CodeInfo {
33 33
34 /** 34 /**
35 * Returns the start address of this installed code. 35 * Returns the start address of this installed code.