changeset 3590:b2015b970785

React to changes related to the RiResolvedMethod introduction.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 17 Oct 2011 20:41:50 +0200
parents faa4e0c20d6a
children 29d302af9207
files src/share/vm/graal/graalJavaAccess.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Mon Oct 17 14:08:47 2011 +0200
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Mon Oct 17 20:41:50 2011 +0200
@@ -153,7 +153,7 @@
   end_class                                                                             \
   start_class(CiCodePos)                                                                \
     oop_field(CiCodePos, caller, "Lcom/sun/cri/ci/CiCodePos;")                          \
-    oop_field(CiCodePos, method, "Lcom/sun/cri/ri/RiMethod;")                           \
+    oop_field(CiCodePos, method, "Lcom/sun/cri/ri/RiResolvedMethod;")                   \
     int_field(CiCodePos, bci)                                                           \
   end_class                                                                             \
   start_class(CiConstant)                                                               \