comparison 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
comparison
equal deleted inserted replaced
4992:f86ddbd42a7b 4993:897b7d18bebc
83 oop_field(HotSpotField, constant, "Lcom/oracle/max/cri/ci/CiConstant;") \ 83 oop_field(HotSpotField, constant, "Lcom/oracle/max/cri/ci/CiConstant;") \
84 int_field(HotSpotField, offset) \ 84 int_field(HotSpotField, offset) \
85 int_field(HotSpotField, accessFlags) \ 85 int_field(HotSpotField, accessFlags) \
86 end_class \ 86 end_class \
87 start_class(HotSpotCompiledMethod) \ 87 start_class(HotSpotCompiledMethod) \
88 oop_field(HotSpotCompiledMethod, compiler, "Lcom/oracle/max/graal/hotspot/Compiler;") \
88 long_field(HotSpotCompiledMethod, nmethod) \ 89 long_field(HotSpotCompiledMethod, nmethod) \
89 oop_field(HotSpotCompiledMethod, method, "Lcom/oracle/max/cri/ri/RiResolvedMethod;") \ 90 oop_field(HotSpotCompiledMethod, method, "Lcom/oracle/max/cri/ri/RiResolvedMethod;") \
90 end_class \ 91 end_class \
91 start_class(HotSpotProxy) \ 92 start_class(HotSpotProxy) \
92 static_oop_field(HotSpotProxy, DUMMY_CONSTANT_OBJ, "Ljava/lang/Long;") \ 93 static_oop_field(HotSpotProxy, DUMMY_CONSTANT_OBJ, "Ljava/lang/Long;") \