comparison src/share/vm/classfile/vmSymbols.hpp @ 12456:f87c68d79f07

improved support for co-existing, multiple backends (GRAAL-363)
author Doug Simon <doug.simon@oracle.com>
date Thu, 17 Oct 2013 01:08:17 +0200
parents 359f7e70ae7f
children 0dd597c6c9c7
comparison
equal deleted inserted replaced
12455:d08accd58925 12456:f87c68d79f07
312 template(com_oracle_graal_hotspot_meta_HotSpotResolvedJavaMethod, "com/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod") \ 312 template(com_oracle_graal_hotspot_meta_HotSpotResolvedJavaMethod, "com/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod") \
313 template(com_oracle_graal_hotspot_meta_HotSpotResolvedObjectType, "com/oracle/graal/hotspot/meta/HotSpotResolvedObjectType") \ 313 template(com_oracle_graal_hotspot_meta_HotSpotResolvedObjectType, "com/oracle/graal/hotspot/meta/HotSpotResolvedObjectType") \
314 template(com_oracle_graal_hotspot_meta_HotSpotMonitorValue, "com/oracle/graal/hotspot/meta/HotSpotMonitorValue") \ 314 template(com_oracle_graal_hotspot_meta_HotSpotMonitorValue, "com/oracle/graal/hotspot/meta/HotSpotMonitorValue") \
315 template(com_oracle_graal_hotspot_debug_LocalImpl, "com/oracle/graal/hotspot/debug/LocalImpl") \ 315 template(com_oracle_graal_hotspot_debug_LocalImpl, "com/oracle/graal/hotspot/debug/LocalImpl") \
316 template(com_oracle_graal_hotspot_CompilerThread, "com/oracle/graal/hotspot/CompilerThread") \ 316 template(com_oracle_graal_hotspot_CompilerThread, "com/oracle/graal/hotspot/CompilerThread") \
317 template(com_oracle_graal_hotspot_ptx_PTXHotSpotGraalRuntime, "com/oracle/graal/hotspot/ptx/PTXHotSpotGraalRuntime")\
318 AMD64_ONLY(template(com_oracle_graal_hotspot_amd64_AMD64HotSpotGraalRuntime,"com/oracle/graal/hotspot/amd64/AMD64HotSpotGraalRuntime"))\
319 SPARC_ONLY(template(com_oracle_graal_hotspot_sparc_SPARCHotSpotGraalRuntime,"com/oracle/graal/hotspot/sparc/SPARCHotSpotGraalRuntime"))\
320 /* graal.api.meta */ \ 317 /* graal.api.meta */ \
321 template(com_oracle_graal_api_meta_Constant, "com/oracle/graal/api/meta/Constant") \ 318 template(com_oracle_graal_api_meta_Constant, "com/oracle/graal/api/meta/Constant") \
322 template(com_oracle_graal_api_meta_ConstantPool, "com/oracle/graal/api/meta/ConstantPool") \ 319 template(com_oracle_graal_api_meta_ConstantPool, "com/oracle/graal/api/meta/ConstantPool") \
323 template(com_oracle_graal_api_meta_ExceptionHandler, "com/oracle/graal/api/meta/ExceptionHandler") \ 320 template(com_oracle_graal_api_meta_ExceptionHandler, "com/oracle/graal/api/meta/ExceptionHandler") \
324 template(com_oracle_graal_api_meta_JavaMethod, "com/oracle/graal/api/meta/JavaMethod") \ 321 template(com_oracle_graal_api_meta_JavaMethod, "com/oracle/graal/api/meta/JavaMethod") \
385 template(createConstantDouble_signature, "(D)Lcom/oracle/graal/api/meta/Constant;") \ 382 template(createConstantDouble_signature, "(D)Lcom/oracle/graal/api/meta/Constant;") \
386 template(createConstantObject_name, "createConstantObject") \ 383 template(createConstantObject_name, "createConstantObject") \
387 template(createConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/Constant;") \ 384 template(createConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/Constant;") \
388 template(getVMToCompiler_name, "getVMToCompiler") \ 385 template(getVMToCompiler_name, "getVMToCompiler") \
389 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 386 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
390 template(getInstance_name, "getInstance") \ 387 template(runtime_name, "runtime") \
391 template(getTruffleRuntimeInstance_signature, "()Lcom/oracle/graal/truffle/GraalTruffleRuntime;") \ 388 template(runtime_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \
392 template(makeInstance_name, "makeInstance") \ 389 template(makeInstance_name, "makeInstance") \
390 template(makeInstance_signature, "()Lcom/oracle/graal/truffle/GraalTruffleRuntime;") \
393 template(initialize_name, "initialize") \ 391 template(initialize_name, "initialize") \
394 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \
395 template(forObject_name, "forObject") \ 392 template(forObject_name, "forObject") \
396 template(callbackInternal_name, "callbackInternal") \ 393 template(callbackInternal_name, "callbackInternal") \
397 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \ 394 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \
398 \ 395 \
399 /* common method and field names */ \ 396 /* common method and field names */ \