comparison src/share/vm/classfile/vmSymbols.hpp @ 6505:1ecf984d490c

fixed an ordering issue in the initialization and retrieval of the platform specific HotSpotGraalRuntime instance
author Doug Simon <doug.simon@oracle.com>
date Wed, 03 Oct 2012 23:44:38 +0200
parents 75f130f2b30f
children 2a0c9f20baa1
comparison
equal deleted inserted replaced
6504:cc863a159645 6505:1ecf984d490c
349 template(createConstantObject_name, "createConstantObject") \ 349 template(createConstantObject_name, "createConstantObject") \
350 template(createConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/Constant;") \ 350 template(createConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/Constant;") \
351 template(getVMToCompiler_name, "getVMToCompiler") \ 351 template(getVMToCompiler_name, "getVMToCompiler") \
352 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 352 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
353 template(getInstance_name, "getInstance") \ 353 template(getInstance_name, "getInstance") \
354 template(makeInstance_name, "makeInstance") \
354 template(initialize_name, "initialize") \ 355 template(initialize_name, "initialize") \
355 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \ 356 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \
356 template(forObject_name, "forObject") \ 357 template(forObject_name, "forObject") \
357 template(callbackInternal_name, "callbackInternal") \ 358 template(callbackInternal_name, "callbackInternal") \
358 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \ 359 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \