comparison src/share/vm/classfile/vmSymbols.hpp @ 3586:7604c69a6301

rename com.oracle.max.graal.runtime to com.oracle.max.graal.hotspot
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Fri, 07 Oct 2011 16:49:07 +0200
parents c4f88f4ede54
children 5e9645341ec3
comparison
equal deleted inserted replaced
3585:f3e823ead645 3586:7604c69a6301
257 template(makeDynamicCallSite_signature, "(Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Object;Ljava/lang/invoke/MemberName;I)Ljava/lang/invoke/CallSite;") \ 257 template(makeDynamicCallSite_signature, "(Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Object;Ljava/lang/invoke/MemberName;I)Ljava/lang/invoke/CallSite;") \
258 NOT_LP64( do_alias(machine_word_signature, int_signature) ) \ 258 NOT_LP64( do_alias(machine_word_signature, int_signature) ) \
259 LP64_ONLY( do_alias(machine_word_signature, long_signature) ) \ 259 LP64_ONLY( do_alias(machine_word_signature, long_signature) ) \
260 \ 260 \
261 /* support for graal */ \ 261 /* support for graal */ \
262 template(com_sun_hotspot_graal_VMExits, "com/oracle/max/graal/runtime/VMExits") \ 262 template(com_sun_hotspot_graal_VMExits, "com/oracle/max/graal/hotspot/VMExits") \
263 template(com_sun_hotspot_graal_HotSpotMethodResolved, "com/oracle/max/graal/runtime/HotSpotMethodResolvedImpl") \ 263 template(com_sun_hotspot_graal_HotSpotMethodResolved, "com/oracle/max/graal/hotspot/HotSpotMethodResolvedImpl") \
264 template(com_sun_hotspot_graal_HotSpotTargetMethod, "com/oracle/max/graal/runtime/HotSpotTargetMethod") \ 264 template(com_sun_hotspot_graal_HotSpotTargetMethod, "com/oracle/max/graal/hotspot/HotSpotTargetMethod") \
265 template(com_sun_hotspot_graal_HotSpotField, "com/oracle/max/graal/runtime/HotSpotField") \ 265 template(com_sun_hotspot_graal_HotSpotField, "com/oracle/max/graal/hotspot/HotSpotField") \
266 template(com_sun_graal_graalOptions, "com/sun/graal/graalOptions") \ 266 template(com_sun_graal_graalOptions, "com/sun/graal/graalOptions") \
267 template(com_sun_hotspot_graal_HotSpotOptions, "com/oracle/max/graal/runtime/HotSpotOptions") \ 267 template(com_sun_hotspot_graal_HotSpotOptions, "com/oracle/max/graal/hotspot/HotSpotOptions") \
268 template(com_sun_hotspot_graal_HotSpotTypeResolved, "com/oracle/max/graal/runtime/HotSpotTypeResolvedImpl") \ 268 template(com_sun_hotspot_graal_HotSpotTypeResolved, "com/oracle/max/graal/hotspot/HotSpotTypeResolvedImpl") \
269 template(com_sun_hotspot_graal_HotSpotType, "com/oracle/max/graal/runtime/HotSpotType") \ 269 template(com_sun_hotspot_graal_HotSpotType, "com/oracle/max/graal/hotspot/HotSpotType") \
270 template(com_sun_hotspot_graal_HotSpotExceptionHandler,"com/oracle/max/graal/runtime/HotSpotExceptionHandler") \ 270 template(com_sun_hotspot_graal_HotSpotExceptionHandler,"com/oracle/max/graal/hotspot/HotSpotExceptionHandler") \
271 template(com_sun_hotspot_graal_HotSpotProxy, "com/oracle/max/graal/runtime/HotSpotProxy") \ 271 template(com_sun_hotspot_graal_HotSpotProxy, "com/oracle/max/graal/hotspot/HotSpotProxy") \
272 template(com_sun_hotspot_graal_Compiler, "com/oracle/max/graal/runtime/Compiler") \ 272 template(com_sun_hotspot_graal_Compiler, "com/oracle/max/graal/hotspot/Compiler") \
273 template(com_sun_hotspot_graal_CompilerImpl, "com/oracle/max/graal/runtime/CompilerImpl") \ 273 template(com_sun_hotspot_graal_CompilerImpl, "com/oracle/max/graal/hotspot/CompilerImpl") \
274 template(com_sun_cri_ri_RiMethod, "com/sun/cri/ri/RiMethod") \ 274 template(com_sun_cri_ri_RiMethod, "com/sun/cri/ri/RiMethod") \
275 template(com_sun_cri_ri_RiField, "com/sun/cri/ri/RiField") \ 275 template(com_sun_cri_ri_RiField, "com/sun/cri/ri/RiField") \
276 template(com_sun_cri_ri_RiType, "com/sun/cri/ri/RiType") \ 276 template(com_sun_cri_ri_RiType, "com/sun/cri/ri/RiType") \
277 template(com_sun_cri_ri_RiTypeProfile, "com/sun/cri/ri/RiTypeProfile") \ 277 template(com_sun_cri_ri_RiTypeProfile, "com/sun/cri/ri/RiTypeProfile") \
278 template(com_sun_cri_ri_RiConstantPool, "com/sun/cri/ri/RiConstantPool") \ 278 template(com_sun_cri_ri_RiConstantPool, "com/sun/cri/ri/RiConstantPool") \
301 template(com_sun_cri_ci_CiKind, "com/sun/cri/ci/CiKind") \ 301 template(com_sun_cri_ci_CiKind, "com/sun/cri/ci/CiKind") \
302 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \ 302 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \
303 template(startCompiler_name, "startCompiler") \ 303 template(startCompiler_name, "startCompiler") \
304 template(shutdownCompiler_name, "shutdownCompiler") \ 304 template(shutdownCompiler_name, "shutdownCompiler") \
305 template(compileMethod_name, "compileMethod") \ 305 template(compileMethod_name, "compileMethod") \
306 template(compileMethod_signature, "(Lcom/oracle/max/graal/runtime/HotSpotMethodResolved;I)V") \ 306 template(compileMethod_signature, "(Lcom/oracle/max/graal/hotspot/HotSpotMethodResolved;I)V") \
307 template(setOption_name, "setOption") \ 307 template(setOption_name, "setOption") \
308 template(setDefaultOptions_name, "setDefaultOptions") \ 308 template(setDefaultOptions_name, "setDefaultOptions") \
309 template(setOption_signature, "(Ljava/lang/String;)Z") \ 309 template(setOption_signature, "(Ljava/lang/String;)Z") \
310 template(createRiMethodResolved_name, "createRiMethodResolved") \ 310 template(createRiMethodResolved_name, "createRiMethodResolved") \
311 template(createRiMethodResolved_signature, "(JLjava/lang/String;)Lcom/sun/cri/ri/RiMethod;") \ 311 template(createRiMethodResolved_signature, "(JLjava/lang/String;)Lcom/sun/cri/ri/RiMethod;") \
330 template(createCiConstantDouble_name, "createCiConstantDouble") \ 330 template(createCiConstantDouble_name, "createCiConstantDouble") \
331 template(createCiConstantDouble_signature, "(D)Lcom/sun/cri/ci/CiConstant;") \ 331 template(createCiConstantDouble_signature, "(D)Lcom/sun/cri/ci/CiConstant;") \
332 template(createCiConstantObject_name, "createCiConstantObject") \ 332 template(createCiConstantObject_name, "createCiConstantObject") \
333 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \ 333 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \
334 template(getVMExits_name, "getVMExits") \ 334 template(getVMExits_name, "getVMExits") \
335 template(getVMExits_signature, "()Lcom/oracle/max/graal/runtime/VMExits;") \ 335 template(getVMExits_signature, "()Lcom/oracle/max/graal/hotspot/VMExits;") \
336 template(getInstance_name, "getInstance") \ 336 template(getInstance_name, "getInstance") \
337 template(initialize_name, "initialize") \ 337 template(initialize_name, "initialize") \
338 template(getInstance_signature, "()Lcom/oracle/max/graal/runtime/Compiler;") \ 338 template(getInstance_signature, "()Lcom/oracle/max/graal/hotspot/Compiler;") \
339 template(forObject_name, "forObject") \ 339 template(forObject_name, "forObject") \
340 \ 340 \
341 /* common method and field names */ \ 341 /* common method and field names */ \
342 template(object_initializer_name, "<init>") \ 342 template(object_initializer_name, "<init>") \
343 template(class_initializer_name, "<clinit>") \ 343 template(class_initializer_name, "<clinit>") \