diff src/share/vm/graal/graalJavaAccess.hpp @ 4993:897b7d18bebc

added RiCompiledMethod.execute and the required VM infrastructure
author Lukas Stadler <lukas.stadler@jku.at>
date Tue, 28 Feb 2012 18:00:35 +0100
parents cd298550a597
children b5dc2403c1e7
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Tue Feb 28 17:53:07 2012 +0100
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Tue Feb 28 18:00:35 2012 +0100
@@ -85,6 +85,7 @@
     int_field(HotSpotField, accessFlags)                                                \
   end_class                                                                             \
   start_class(HotSpotCompiledMethod)                                                    \
+    oop_field(HotSpotCompiledMethod, compiler, "Lcom/oracle/max/graal/hotspot/Compiler;") \
     long_field(HotSpotCompiledMethod, nmethod)                                          \
     oop_field(HotSpotCompiledMethod, method, "Lcom/oracle/max/cri/ri/RiResolvedMethod;") \
   end_class                                                                             \