comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/package-info.java @ 5060:4ed4295ce15f

Update import statements.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 19:11:12 +0100
parents aaac4894175c
children
comparison
equal deleted inserted replaced
5059:ed559a528128 5060:4ed4295ce15f
22 */ 22 */
23 /** 23 /**
24 * A virtual machine compiler-runtime interface (CRI). 24 * A virtual machine compiler-runtime interface (CRI).
25 * <p> 25 * <p>
26 * Specifically, this package defines an interface between the compiler and the runtime system of a virtual machine for 26 * Specifically, this package defines an interface between the compiler and the runtime system of a virtual machine for
27 * the instruction set defined in {@link com.oracle.max.graal.compiler.graphbuilder.Bytecodes}. The interface has three components: 27 * the instruction set defined in {@link com.oracle.graal.compiler.graphbuilder.Bytecodes}. The interface has three components:
28 * <ol> 28 * <ol>
29 * <li>the {@link com.oracle.max.cri.ci compiler-provided interface} that must be used by the runtime. 29 * <li>the {@link com.oracle.max.cri.ci compiler-provided interface} that must be used by the runtime.
30 * <li>the {@link com.oracle.max.cri.ri runtime-provided interface} that must be used by the compiler. 30 * <li>the {@link com.oracle.max.cri.ri runtime-provided interface} that must be used by the compiler.
31 * <li>the {@link com.oracle.max.cri.xir XIR interface} for translating object operations. 31 * <li>the {@link com.oracle.max.cri.xir XIR interface} for translating object operations.
32 * </ol> 32 * </ol>