comparison src/share/vm/classfile/vmSymbols.hpp @ 2288:8c426c2891c8

client/server: new interface Remote marks classes that should not be serialized, but called remotely
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 11 Apr 2011 10:37:24 +0200
parents 762de4b26788
children 6190d20bd6d6
comparison
equal deleted inserted replaced
2287:66ffa0e99cef 2288:8c426c2891c8
327 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \ 327 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \
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") \
333 template(forObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \
332 \ 334 \
333 /* common method and field names */ \ 335 /* common method and field names */ \
334 template(object_initializer_name, "<init>") \ 336 template(object_initializer_name, "<init>") \
335 template(class_initializer_name, "<clinit>") \ 337 template(class_initializer_name, "<clinit>") \
336 template(println_name, "println") \ 338 template(println_name, "println") \