comparison src/share/vm/graal/graalJavaAccess.hpp @ 3619:5e9645341ec3

support for new RiRuntime features: add code without making it the default for the method, executing Java tasks on the compile thread, communicate nmethod reference to Java code as HotSpotCompiledMethod
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 09 Nov 2011 11:27:38 +0100
parents 29d302af9207
children d24f157f2ba8 6c04a4f268e5
comparison
equal deleted inserted replaced
3601:3822c5969a8b 3619:5e9645341ec3
71 start_class(HotSpotType) \ 71 start_class(HotSpotType) \
72 oop_field(HotSpotType, name, "Ljava/lang/String;") \ 72 oop_field(HotSpotType, name, "Ljava/lang/String;") \
73 end_class \ 73 end_class \
74 start_class(HotSpotField) \ 74 start_class(HotSpotField) \
75 oop_field(HotSpotField, constant, "Lcom/sun/cri/ci/CiConstant;") \ 75 oop_field(HotSpotField, constant, "Lcom/sun/cri/ci/CiConstant;") \
76 int_field(HotSpotField, offset) \
77 int_field(HotSpotField, accessFlags) \
78 end_class \
79 start_class(HotSpotCompiledMethod) \
80 long_field(HotSpotCompiledMethod, nmethod) \
76 end_class \ 81 end_class \
77 start_class(HotSpotProxy) \ 82 start_class(HotSpotProxy) \
78 static_oop_field(HotSpotProxy, DUMMY_CONSTANT_OBJ, "Ljava/lang/Long;") \ 83 static_oop_field(HotSpotProxy, DUMMY_CONSTANT_OBJ, "Ljava/lang/Long;") \
79 end_class \ 84 end_class \
80 start_class(HotSpotTargetMethod) \ 85 start_class(HotSpotTargetMethod) \