diff src/share/vm/graal/graalJavaAccess.hpp @ 3536:c4f88f4ede54

Reflect API changes in JavaAccess.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 10 Aug 2011 02:13:41 +0200
parents bee93b329be2
children e4616e3d207b
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Wed Aug 10 01:31:45 2011 +0200
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Wed Aug 10 02:13:41 2011 +0200
@@ -139,8 +139,8 @@
   end_class                                                                             \
   start_class(CiDebugInfo)                                                              \
     oop_field(CiDebugInfo, codePos, "Lcom/sun/cri/ci/CiCodePos;")                       \
-    oop_field(CiDebugInfo, registerRefMap, "Lcom/oracle/max/graal/graph/BitMap;")       \
-    oop_field(CiDebugInfo, frameRefMap, "Lcom/oracle/max/graal/graph/BitMap;")          \
+    oop_field(CiDebugInfo, registerRefMap, "Lcom/sun/cri/ci/CiBitMap;")                 \
+    oop_field(CiDebugInfo, frameRefMap, "Lcom/sun/cri/ci/CiBitMap;")                    \
   end_class                                                                             \
   start_class(GraalBitMap)                                                              \
     int_field(GraalBitMap, size)                                                        \