comparison graal/com.oracle.max.criutils/src/com/oracle/max/criutils/HexCodeFile.java @ 5510:426c605c9d3c

Move cri.ci to api.code.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 18:55:34 +0200
parents aaac4894175c
children e42c0df7212a
comparison
equal deleted inserted replaced
5509:6ed763809de7 5510:426c605c9d3c
25 import java.io.*; 25 import java.io.*;
26 import java.lang.reflect.*; 26 import java.lang.reflect.*;
27 import java.util.*; 27 import java.util.*;
28 import java.util.regex.*; 28 import java.util.regex.*;
29 29
30 import com.oracle.max.cri.ci.*; 30 import com.oracle.graal.api.code.*;
31 import com.oracle.max.cri.ci.CiTargetMethod.*; 31 import com.oracle.graal.api.code.CiTargetMethod.*;
32 32
33 33
34 /** 34 /**
35 * A HexCodeFile is a textual format for representing a chunk of machine code along 35 * A HexCodeFile is a textual format for representing a chunk of machine code along
36 * with extra information that can be used to enhance a disassembly of the code. 36 * with extra information that can be used to enhance a disassembly of the code.