comparison src/share/vm/classfile/vmSymbols.hpp @ 3632:136ea96eb7f8

Remove the need for VmId (last usage was the constant pool).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 14 Nov 2011 22:33:15 +0100
parents 5e9645341ec3
children 0e8a2a629afb 6c04a4f268e5
comparison
equal deleted inserted replaced
3630:3b18b27b0dd4 3632:136ea96eb7f8
321 template(createRiType_signature, "(JLjava/lang/String;)Lcom/sun/cri/ri/RiType;") \ 321 template(createRiType_signature, "(JLjava/lang/String;)Lcom/sun/cri/ri/RiType;") \
322 template(createRiTypePrimitive_name, "createRiTypePrimitive") \ 322 template(createRiTypePrimitive_name, "createRiTypePrimitive") \
323 template(createRiTypePrimitive_signature, "(I)Lcom/sun/cri/ri/RiType;") \ 323 template(createRiTypePrimitive_signature, "(I)Lcom/sun/cri/ri/RiType;") \
324 template(createRiTypeUnresolved_name, "createRiTypeUnresolved") \ 324 template(createRiTypeUnresolved_name, "createRiTypeUnresolved") \
325 template(createRiTypeUnresolved_signature, "(Ljava/lang/String;)Lcom/sun/cri/ri/RiType;") \ 325 template(createRiTypeUnresolved_signature, "(Ljava/lang/String;)Lcom/sun/cri/ri/RiType;") \
326 template(createRiConstantPool_name, "createRiConstantPool") \
327 template(createRiConstantPool_signature, "(J)Lcom/sun/cri/ri/RiConstantPool;") \
328 template(createCiConstant_name, "createCiConstant") \ 326 template(createCiConstant_name, "createCiConstant") \
329 template(createCiConstant_signature, "(Lcom/sun/cri/ci/CiKind;J)Lcom/sun/cri/ci/CiConstant;") \ 327 template(createCiConstant_signature, "(Lcom/sun/cri/ci/CiKind;J)Lcom/sun/cri/ci/CiConstant;") \
330 template(createCiConstantFloat_name, "createCiConstantFloat") \ 328 template(createCiConstantFloat_name, "createCiConstantFloat") \
331 template(createCiConstantFloat_signature, "(F)Lcom/sun/cri/ci/CiConstant;") \ 329 template(createCiConstantFloat_signature, "(F)Lcom/sun/cri/ci/CiConstant;") \
332 template(createCiConstantDouble_name, "createCiConstantDouble") \ 330 template(createCiConstantDouble_name, "createCiConstantDouble") \