diff src/share/vm/graal/graalJavaAccess.hpp @ 4229:8074251d1e05

Fix bug in code installer that caused builds with assertions to crash
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Thu, 05 Jan 2012 17:25:28 +0100
parents e0a4668c57a2
children d089b71a5237 f7251c729b31
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Thu Jan 05 14:53:37 2012 +0100
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Thu Jan 05 17:25:28 2012 +0100
@@ -80,6 +80,9 @@
     long_field(HotSpotCompiledMethod, nmethod)                                          \
     oop_field(HotSpotCompiledMethod, method, "Lcom/oracle/max/cri/ri/RiResolvedMethod;") \
   end_class                                                                             \
+  start_class(HotSpotProxy)                                                             \
+    static_oop_field(HotSpotProxy, DUMMY_CONSTANT_OBJ, "Ljava/lang/Long;")              \
+  end_class                                                                             \
   start_class(HotSpotTargetMethod)                                                      \
     oop_field(HotSpotTargetMethod, targetMethod, "Lcom/oracle/max/cri/ci/CiTargetMethod;") \
     oop_field(HotSpotTargetMethod, method, "Lcom/oracle/max/graal/hotspot/ri/HotSpotMethodResolved;") \