comparison src/share/vm/classfile/vmSymbols.hpp @ 5505:28af6dff047f

C++ changes for the renamings of CiKind and CiConstant.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:25:52 +0200
parents a53162ca8219
children 22fe762332af
comparison
equal deleted inserted replaced
5504:452f91ebdb54 5505:28af6dff047f
308 template(com_oracle_max_cri_ci_CiValue, "com/oracle/max/cri/ci/CiValue") \ 308 template(com_oracle_max_cri_ci_CiValue, "com/oracle/max/cri/ci/CiValue") \
309 template(com_oracle_max_cri_ci_CiStackSlot, "com/oracle/max/cri/ci/CiStackSlot") \ 309 template(com_oracle_max_cri_ci_CiStackSlot, "com/oracle/max/cri/ci/CiStackSlot") \
310 template(com_oracle_max_cri_ci_CiRegisterValue, "com/oracle/max/cri/ci/CiRegisterValue") \ 310 template(com_oracle_max_cri_ci_CiRegisterValue, "com/oracle/max/cri/ci/CiRegisterValue") \
311 template(com_oracle_max_cri_ci_CiRegister, "com/oracle/max/cri/ci/CiRegister") \ 311 template(com_oracle_max_cri_ci_CiRegister, "com/oracle/max/cri/ci/CiRegister") \
312 template(com_oracle_max_cri_ci_CiCodePos, "com/oracle/max/cri/ci/CiCodePos") \ 312 template(com_oracle_max_cri_ci_CiCodePos, "com/oracle/max/cri/ci/CiCodePos") \
313 template(com_oracle_max_cri_ci_CiConstant, "com/oracle/max/cri/ci/CiConstant") \ 313 template(com_oracle_max_cri_ci_CiConstant, "com/oracle/max/cri/ri/RiConstant") \
314 template(com_oracle_max_cri_ci_CiVirtualObject, "com/oracle/max/cri/ci/CiVirtualObject") \ 314 template(com_oracle_max_cri_ci_CiVirtualObject, "com/oracle/max/cri/ci/CiVirtualObject") \
315 template(com_oracle_max_cri_ci_CiMonitorValue, "com/oracle/max/cri/ci/CiMonitorValue") \ 315 template(com_oracle_max_cri_ci_CiMonitorValue, "com/oracle/max/cri/ci/CiMonitorValue") \
316 template(com_oracle_max_cri_ci_CiKind, "com/oracle/max/cri/ci/CiKind") \ 316 template(com_oracle_max_cri_ci_CiKind, "com/oracle/max/cri/ri/RiKind") \
317 template(com_oracle_max_cri_ci_CiRuntimeCall, "com/oracle/max/cri/ci/CiRuntimeCall") \ 317 template(com_oracle_max_cri_ci_CiRuntimeCall, "com/oracle/max/cri/ci/CiRuntimeCall") \
318 template(startCompiler_name, "startCompiler") \ 318 template(startCompiler_name, "startCompiler") \
319 template(bootstrap_name, "bootstrap") \ 319 template(bootstrap_name, "bootstrap") \
320 template(shutdownCompiler_name, "shutdownCompiler") \ 320 template(shutdownCompiler_name, "shutdownCompiler") \
321 template(compileMethod_name, "compileMethod") \ 321 template(compileMethod_name, "compileMethod") \
336 template(createRiTypePrimitive_name, "createRiTypePrimitive") \ 336 template(createRiTypePrimitive_name, "createRiTypePrimitive") \
337 template(createRiTypePrimitive_signature, "(I)Lcom/oracle/max/cri/ri/RiType;") \ 337 template(createRiTypePrimitive_signature, "(I)Lcom/oracle/max/cri/ri/RiType;") \
338 template(createRiTypeUnresolved_name, "createRiTypeUnresolved") \ 338 template(createRiTypeUnresolved_name, "createRiTypeUnresolved") \
339 template(createRiTypeUnresolved_signature, "(Ljava/lang/String;)Lcom/oracle/max/cri/ri/RiType;") \ 339 template(createRiTypeUnresolved_signature, "(Ljava/lang/String;)Lcom/oracle/max/cri/ri/RiType;") \
340 template(createCiConstant_name, "createCiConstant") \ 340 template(createCiConstant_name, "createCiConstant") \
341 template(createCiConstant_signature, "(Lcom/oracle/max/cri/ci/CiKind;J)Lcom/oracle/max/cri/ci/CiConstant;") \ 341 template(createCiConstant_signature, "(Lcom/oracle/max/cri/ri/RiKind;J)Lcom/oracle/max/cri/ri/RiConstant;") \
342 template(createCiConstantFloat_name, "createCiConstantFloat") \ 342 template(createCiConstantFloat_name, "createCiConstantFloat") \
343 template(createCiConstantFloat_signature, "(F)Lcom/oracle/max/cri/ci/CiConstant;") \ 343 template(createCiConstantFloat_signature, "(F)Lcom/oracle/max/cri/ri/RiConstant;") \
344 template(createCiConstantDouble_name, "createCiConstantDouble") \ 344 template(createCiConstantDouble_name, "createCiConstantDouble") \
345 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ci/CiConstant;") \ 345 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ri/RiConstant;") \
346 template(createCiConstantObject_name, "createCiConstantObject") \ 346 template(createCiConstantObject_name, "createCiConstantObject") \
347 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;") \ 347 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ri/RiConstant;") \
348 template(getVMToCompiler_name, "getVMToCompiler") \ 348 template(getVMToCompiler_name, "getVMToCompiler") \
349 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 349 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
350 template(getInstance_name, "getInstance") \ 350 template(getInstance_name, "getInstance") \
351 template(initialize_name, "initialize") \ 351 template(initialize_name, "initialize") \
352 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/Compiler;") \ 352 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/Compiler;") \