comparison src/share/vm/graal/graalJavaAccess.hpp @ 21551:5324104ac4f3

moved com.oracle.graal.hotspot.jvmci classes to com.oracle.jvmci.hotspot module (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Tue, 26 May 2015 17:13:37 +0200
parents 1da7aef31a08
children 48c1ebd24120
comparison
equal deleted inserted replaced
21550:f48a6cea31eb 21551:5324104ac4f3
69 end_class \ 69 end_class \
70 start_class(HotSpotCompiledCode) \ 70 start_class(HotSpotCompiledCode) \
71 oop_field(HotSpotCompiledCode, comp, "Lcom/oracle/graal/api/code/CompilationResult;") \ 71 oop_field(HotSpotCompiledCode, comp, "Lcom/oracle/graal/api/code/CompilationResult;") \
72 objArrayOop_field(HotSpotCompiledCode, sites, "[Lcom/oracle/graal/api/code/CompilationResult$Site;") \ 72 objArrayOop_field(HotSpotCompiledCode, sites, "[Lcom/oracle/graal/api/code/CompilationResult$Site;") \
73 objArrayOop_field(HotSpotCompiledCode, exceptionHandlers, "[Lcom/oracle/graal/api/code/CompilationResult$ExceptionHandler;") \ 73 objArrayOop_field(HotSpotCompiledCode, exceptionHandlers, "[Lcom/oracle/graal/api/code/CompilationResult$ExceptionHandler;") \
74 objArrayOop_field(HotSpotCompiledCode, comments, "[Lcom/oracle/graal/hotspot/jvmci/HotSpotCompiledCode$Comment;") \ 74 objArrayOop_field(HotSpotCompiledCode, comments, "[Lcom/oracle/jvmci/hotspot/HotSpotCompiledCode$Comment;") \
75 typeArrayOop_field(HotSpotCompiledCode, dataSection, "[B") \ 75 typeArrayOop_field(HotSpotCompiledCode, dataSection, "[B") \
76 int_field(HotSpotCompiledCode, dataSectionAlignment) \ 76 int_field(HotSpotCompiledCode, dataSectionAlignment) \
77 objArrayOop_field(HotSpotCompiledCode, dataSectionPatches, "[Lcom/oracle/graal/api/code/CompilationResult$DataPatch;") \ 77 objArrayOop_field(HotSpotCompiledCode, dataSectionPatches, "[Lcom/oracle/graal/api/code/CompilationResult$DataPatch;") \
78 end_class \ 78 end_class \
79 start_class(HotSpotCompiledCode_Comment) \ 79 start_class(HotSpotCompiledCode_Comment) \
80 oop_field(HotSpotCompiledCode_Comment, text, "Ljava/lang/String;") \ 80 oop_field(HotSpotCompiledCode_Comment, text, "Ljava/lang/String;") \
81 int_field(HotSpotCompiledCode_Comment, pcOffset) \ 81 int_field(HotSpotCompiledCode_Comment, pcOffset) \
82 end_class \ 82 end_class \
83 start_class(HotSpotCompiledNmethod) \ 83 start_class(HotSpotCompiledNmethod) \
84 oop_field(HotSpotCompiledNmethod, method, "Lcom/oracle/graal/hotspot/jvmci/HotSpotResolvedJavaMethod;") \ 84 oop_field(HotSpotCompiledNmethod, method, "Lcom/oracle/jvmci/hotspot/HotSpotResolvedJavaMethod;") \
85 oop_field(HotSpotCompiledNmethod, installationFailureMessage, "Ljava/lang/String;") \ 85 oop_field(HotSpotCompiledNmethod, installationFailureMessage, "Ljava/lang/String;") \
86 int_field(HotSpotCompiledNmethod, entryBCI) \ 86 int_field(HotSpotCompiledNmethod, entryBCI) \
87 int_field(HotSpotCompiledNmethod, id) \ 87 int_field(HotSpotCompiledNmethod, id) \
88 long_field(HotSpotCompiledNmethod, graalEnv) \ 88 long_field(HotSpotCompiledNmethod, graalEnv) \
89 end_class \ 89 end_class \
158 oop_field(DebugInfo, referenceMap, "Lcom/oracle/graal/api/code/ReferenceMap;") \ 158 oop_field(DebugInfo, referenceMap, "Lcom/oracle/graal/api/code/ReferenceMap;") \
159 oop_field(DebugInfo, calleeSaveInfo, "Lcom/oracle/graal/api/code/RegisterSaveLayout;") \ 159 oop_field(DebugInfo, calleeSaveInfo, "Lcom/oracle/graal/api/code/RegisterSaveLayout;") \
160 objArrayOop_field(DebugInfo, virtualObjectMapping, "[Lcom/oracle/graal/api/meta/Value;") \ 160 objArrayOop_field(DebugInfo, virtualObjectMapping, "[Lcom/oracle/graal/api/meta/Value;") \
161 end_class \ 161 end_class \
162 start_class(HotSpotReferenceMap) \ 162 start_class(HotSpotReferenceMap) \
163 oop_field(HotSpotReferenceMap, registerRefMap, "Lcom/oracle/graal/hotspot/jvmci/HotSpotReferenceMap$HotSpotOopMap;") \ 163 oop_field(HotSpotReferenceMap, registerRefMap, "Lcom/oracle/jvmci/hotspot/HotSpotReferenceMap$HotSpotOopMap;") \
164 oop_field(HotSpotReferenceMap, frameRefMap, "Lcom/oracle/graal/hotspot/jvmci/HotSpotReferenceMap$HotSpotOopMap;") \ 164 oop_field(HotSpotReferenceMap, frameRefMap, "Lcom/oracle/jvmci/hotspot/HotSpotReferenceMap$HotSpotOopMap;") \
165 end_class \ 165 end_class \
166 start_class(RegisterSaveLayout) \ 166 start_class(RegisterSaveLayout) \
167 objArrayOop_field(RegisterSaveLayout, registers, "[Lcom/oracle/graal/api/code/Register;") \ 167 objArrayOop_field(RegisterSaveLayout, registers, "[Lcom/oracle/graal/api/code/Register;") \
168 typeArrayOop_field(RegisterSaveLayout, slots, "[I") \ 168 typeArrayOop_field(RegisterSaveLayout, slots, "[I") \
169 end_class \ 169 end_class \
252 end_class \ 252 end_class \
253 start_class(SpeculationLog) \ 253 start_class(SpeculationLog) \
254 oop_field(SpeculationLog, lastFailed, "Ljava/lang/Object;") \ 254 oop_field(SpeculationLog, lastFailed, "Ljava/lang/Object;") \
255 end_class \ 255 end_class \
256 start_class(HotSpotStackFrameReference) \ 256 start_class(HotSpotStackFrameReference) \
257 oop_field(HotSpotStackFrameReference, compilerToVM, "Lcom/oracle/graal/hotspot/jvmci/CompilerToVM;") \ 257 oop_field(HotSpotStackFrameReference, compilerToVM, "Lcom/oracle/jvmci/hotspot/CompilerToVM;") \
258 long_field(HotSpotStackFrameReference, stackPointer) \ 258 long_field(HotSpotStackFrameReference, stackPointer) \
259 int_field(HotSpotStackFrameReference, frameNumber) \ 259 int_field(HotSpotStackFrameReference, frameNumber) \
260 int_field(HotSpotStackFrameReference, bci) \ 260 int_field(HotSpotStackFrameReference, bci) \
261 long_field(HotSpotStackFrameReference, metaspaceMethod) \ 261 long_field(HotSpotStackFrameReference, metaspaceMethod) \
262 objArrayOop_field(HotSpotStackFrameReference, locals, "[Ljava/lang/Object;") \ 262 objArrayOop_field(HotSpotStackFrameReference, locals, "[Ljava/lang/Object;") \