diff graal/com.oracle.max.criutils/src/com/oracle/max/criutils/CompilationPrinter.java @ 5541:b4c406861c33

More renamings to drop Ri* prefix completely. Deleted graph.BitMap class and replaced with java.util.BitSet.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 09 Jun 2012 16:52:12 +0200
parents bc647d8b0080
children e318468952f5
line wrap: on
line diff
--- a/graal/com.oracle.max.criutils/src/com/oracle/max/criutils/CompilationPrinter.java	Fri Jun 08 23:47:42 2012 +0200
+++ b/graal/com.oracle.max.criutils/src/com/oracle/max/criutils/CompilationPrinter.java	Sat Jun 09 16:52:12 2012 +0200
@@ -95,7 +95,7 @@
      *
      * @param method the method for which a timestamp will be printed
      */
-    public void printCompilation(RiMethod method) {
+    public void printCompilation(JavaMethod method) {
         begin("compilation");
         out.print("name \" ").print(CiUtil.format("%H::%n", method)).println('"');
         out.print("method \"").print(CiUtil.format("%f %r %H.%n(%p)", method)).println('"');