comparison src/share/vm/classfile/vmSymbols.hpp @ 1421:6223633ce7dd

changed VMExit/VMEntries to non-static, added eclipse c++ project, CIR interface changes
author Lukas Stadler <lukas.stadler@oracle.com>
date Fri, 23 Jul 2010 15:53:02 -0700
parents 1ecc8f0aad00
children 3483ec571caf
comparison
equal deleted inserted replaced
1420:44efca8a02d6 1421:6223633ce7dd
274 template(createCiConstantFloat_signature, "(F)Lcom/sun/cri/ci/CiConstant;") \ 274 template(createCiConstantFloat_signature, "(F)Lcom/sun/cri/ci/CiConstant;") \
275 template(createCiConstantDouble_name, "createCiConstantDouble") \ 275 template(createCiConstantDouble_name, "createCiConstantDouble") \
276 template(createCiConstantDouble_signature, "(D)Lcom/sun/cri/ci/CiConstant;") \ 276 template(createCiConstantDouble_signature, "(D)Lcom/sun/cri/ci/CiConstant;") \
277 template(createCiConstantObject_name, "createCiConstantObject") \ 277 template(createCiConstantObject_name, "createCiConstantObject") \
278 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \ 278 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \
279 template(com_sun_hotspot_c1x_Compiler, "com/sun/hotspot/c1x/Compiler") \
280 template(getVMExits_name, "getVMExits") \
281 template(getVMExits_signature, "()Lcom/sun/hotspot/c1x/VMExits;") \
279 \ 282 \
280 /* common method and field names */ \ 283 /* common method and field names */ \
281 template(object_initializer_name, "<init>") \ 284 template(object_initializer_name, "<init>") \
282 template(class_initializer_name, "<clinit>") \ 285 template(class_initializer_name, "<clinit>") \
283 template(println_name, "println") \ 286 template(println_name, "println") \