comparison src/share/vm/classfile/vmSymbols.hpp @ 5538:e18ba36bfebc

Renamed RiConstant => Constant.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Jun 2012 23:41:02 +0200
parents 80371cc2256d
children bc647d8b0080
comparison
equal deleted inserted replaced
5537:80371cc2256d 5538:e18ba36bfebc
307 template(com_oracle_max_cri_ci_CiValue, "com/oracle/graal/api/meta/RiValue") \ 307 template(com_oracle_max_cri_ci_CiValue, "com/oracle/graal/api/meta/RiValue") \
308 template(com_oracle_max_cri_ci_CiStackSlot, "com/oracle/graal/api/code/CiStackSlot") \ 308 template(com_oracle_max_cri_ci_CiStackSlot, "com/oracle/graal/api/code/CiStackSlot") \
309 template(com_oracle_max_cri_ci_CiRegisterValue, "com/oracle/graal/api/code/CiRegisterValue") \ 309 template(com_oracle_max_cri_ci_CiRegisterValue, "com/oracle/graal/api/code/CiRegisterValue") \
310 template(com_oracle_max_cri_ci_CiRegister, "com/oracle/graal/api/code/CiRegister") \ 310 template(com_oracle_max_cri_ci_CiRegister, "com/oracle/graal/api/code/CiRegister") \
311 template(com_oracle_max_cri_ci_CiCodePos, "com/oracle/graal/api/code/CiCodePos") \ 311 template(com_oracle_max_cri_ci_CiCodePos, "com/oracle/graal/api/code/CiCodePos") \
312 template(com_oracle_max_cri_ci_CiConstant, "com/oracle/graal/api/meta/RiConstant") \ 312 template(com_oracle_max_cri_ci_CiConstant, "com/oracle/graal/api/meta/Constant") \
313 template(com_oracle_max_cri_ci_CiVirtualObject, "com/oracle/graal/api/code/CiVirtualObject") \ 313 template(com_oracle_max_cri_ci_CiVirtualObject, "com/oracle/graal/api/code/CiVirtualObject") \
314 template(com_oracle_max_cri_ci_CiMonitorValue, "com/oracle/graal/api/code/CiMonitorValue") \ 314 template(com_oracle_max_cri_ci_CiMonitorValue, "com/oracle/graal/api/code/CiMonitorValue") \
315 template(com_oracle_max_cri_ci_CiKind, "com/oracle/graal/api/meta/RiKind") \ 315 template(com_oracle_max_cri_ci_CiKind, "com/oracle/graal/api/meta/RiKind") \
316 template(com_oracle_max_cri_ci_CiRuntimeCall, "com/oracle/graal/api/code/CiRuntimeCall") \ 316 template(com_oracle_max_cri_ci_CiRuntimeCall, "com/oracle/graal/api/code/CiRuntimeCall") \
317 template(startCompiler_name, "startCompiler") \ 317 template(startCompiler_name, "startCompiler") \
335 template(createRiTypePrimitive_name, "createRiTypePrimitive") \ 335 template(createRiTypePrimitive_name, "createRiTypePrimitive") \
336 template(createRiTypePrimitive_signature, "(I)Lcom/oracle/graal/api/meta/RiType;") \ 336 template(createRiTypePrimitive_signature, "(I)Lcom/oracle/graal/api/meta/RiType;") \
337 template(createRiTypeUnresolved_name, "createRiTypeUnresolved") \ 337 template(createRiTypeUnresolved_name, "createRiTypeUnresolved") \
338 template(createRiTypeUnresolved_signature, "(Ljava/lang/String;)Lcom/oracle/graal/api/meta/RiType;") \ 338 template(createRiTypeUnresolved_signature, "(Ljava/lang/String;)Lcom/oracle/graal/api/meta/RiType;") \
339 template(createCiConstant_name, "createCiConstant") \ 339 template(createCiConstant_name, "createCiConstant") \
340 template(createCiConstant_signature, "(Lcom/oracle/graal/api/meta/RiKind;J)Lcom/oracle/graal/api/meta/RiConstant;") \ 340 template(createCiConstant_signature, "(Lcom/oracle/graal/api/meta/RiKind;J)Lcom/oracle/graal/api/meta/Constant;") \
341 template(createCiConstantFloat_name, "createCiConstantFloat") \ 341 template(createCiConstantFloat_name, "createCiConstantFloat") \
342 template(createCiConstantFloat_signature, "(F)Lcom/oracle/graal/api/meta/RiConstant;") \ 342 template(createCiConstantFloat_signature, "(F)Lcom/oracle/graal/api/meta/Constant;") \
343 template(createCiConstantDouble_name, "createCiConstantDouble") \ 343 template(createCiConstantDouble_name, "createCiConstantDouble") \
344 template(createCiConstantDouble_signature, "(D)Lcom/oracle/graal/api/meta/RiConstant;") \ 344 template(createCiConstantDouble_signature, "(D)Lcom/oracle/graal/api/meta/Constant;") \
345 template(createCiConstantObject_name, "createCiConstantObject") \ 345 template(createCiConstantObject_name, "createCiConstantObject") \
346 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/RiConstant;") \ 346 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/Constant;") \
347 template(getVMToCompiler_name, "getVMToCompiler") \ 347 template(getVMToCompiler_name, "getVMToCompiler") \
348 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 348 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
349 template(getInstance_name, "getInstance") \ 349 template(getInstance_name, "getInstance") \
350 template(initialize_name, "initialize") \ 350 template(initialize_name, "initialize") \
351 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \ 351 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \