comparison src/share/vm/classfile/vmSymbols.hpp @ 2289:6190d20bd6d6

merge
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 11 Apr 2011 11:25:06 +0200
parents 8c426c2891c8
children 34354e2e40a3
comparison
equal deleted inserted replaced
2288:8c426c2891c8 2289:6190d20bd6d6
328 template(getVMExits_name, "getVMExits") \ 328 template(getVMExits_name, "getVMExits") \
329 template(getVMExits_signature, "()Lcom/sun/hotspot/c1x/VMExits;") \ 329 template(getVMExits_signature, "()Lcom/sun/hotspot/c1x/VMExits;") \
330 template(getInstance_name, "getInstance") \ 330 template(getInstance_name, "getInstance") \
331 template(getInstance_signature, "()Lcom/sun/hotspot/c1x/Compiler;") \ 331 template(getInstance_signature, "()Lcom/sun/hotspot/c1x/Compiler;") \
332 template(forObject_name, "forObject") \ 332 template(forObject_name, "forObject") \
333 template(forObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \
334 \ 333 \
335 /* common method and field names */ \ 334 /* common method and field names */ \
336 template(object_initializer_name, "<init>") \ 335 template(object_initializer_name, "<init>") \
337 template(class_initializer_name, "<clinit>") \ 336 template(class_initializer_name, "<clinit>") \
338 template(println_name, "println") \ 337 template(println_name, "println") \