comparison graal/com.oracle.max.asm/src/com/oracle/max/asm/AbstractAssembler.java @ 4199:aaac4894175c

Renamed cri packages from sun to oracle.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 03 Jan 2012 16:29:28 +0100
parents bc8527f3071c
children cf13124efdd9
comparison
equal deleted inserted replaced
4198:8c9c0e1eaab1 4199:aaac4894175c
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 package com.oracle.max.asm; 23 package com.oracle.max.asm;
24 24
25 import com.sun.cri.ci.*; 25 import com.oracle.max.cri.ci.*;
26 import com.sun.cri.ci.CiArchitecture.*; 26 import com.oracle.max.cri.ci.CiArchitecture.*;
27 27
28 /** 28 /**
29 * The platform-independent base class for the assembler. 29 * The platform-independent base class for the assembler.
30 */ 30 */
31 public abstract class AbstractAssembler { 31 public abstract class AbstractAssembler {