comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/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
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 /** 23 /**
24 * The runtime-provided part of the bi-directional interface between the compiler and the runtime system of a virtual machine for the 24 * The runtime-provided part of the bi-directional interface between the compiler and the runtime system of a virtual machine for the
25 * instruction set defined in {@link com.oracle.max.graal.compiler.graphbuilder.Bytecodes}. 25 * instruction set defined in {@link com.oracle.graal.compiler.graphbuilder.Bytecodes}.
26 * <p> 26 * <p>
27 * Unlike the {@link com.oracle.max.cri.ci compiler-provided interface}, the runtime-provided interface is specified largely 27 * Unlike the {@link com.oracle.max.cri.ci compiler-provided interface}, the runtime-provided interface is specified largely
28 * using interfaces, that must be implemented by classes provided by a specific runtime implementation. 28 * using interfaces, that must be implemented by classes provided by a specific runtime implementation.
29 * <p> 29 * <p>
30 * {@link com.oracle.max.cri.ri.RiRuntime} encapsulates the main functionality of the runtime for the compiler. 30 * {@link com.oracle.max.cri.ri.RiRuntime} encapsulates the main functionality of the runtime for the compiler.