comparison graal/com.oracle.max.criutils/src/com/oracle/max/criutils/HexCodeFile.java @ 5546:e42c0df7212a

Rename CiTargetMethod => CompilationResult.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 09 Jun 2012 18:01:23 +0200
parents 426c605c9d3c
children b6617d13ea44
comparison
equal deleted inserted replaced
5545:65f832e7476b 5546:e42c0df7212a
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.graal.api.code.*; 30 import com.oracle.graal.api.code.*;
31 import com.oracle.graal.api.code.CiTargetMethod.*; 31 import com.oracle.graal.api.code.CompilationResult.*;
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.