comparison src/share/vm/classfile/vmSymbols.hpp @ 4993:897b7d18bebc

added RiCompiledMethod.execute and the required VM infrastructure
author Lukas Stadler <lukas.stadler@jku.at>
date Tue, 28 Feb 2012 18:00:35 +0100
parents 33df1aeaebbf
children bf63d72879aa
comparison
equal deleted inserted replaced
4992:f86ddbd42a7b 4993:897b7d18bebc
349 template(initialize_name, "initialize") \ 349 template(initialize_name, "initialize") \
350 template(getInstance_signature, "()Lcom/oracle/max/graal/hotspot/Compiler;") \ 350 template(getInstance_signature, "()Lcom/oracle/max/graal/hotspot/Compiler;") \
351 template(forObject_name, "forObject") \ 351 template(forObject_name, "forObject") \
352 template(callbackInternal_name, "callbackInternal") \ 352 template(callbackInternal_name, "callbackInternal") \
353 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \ 353 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \
354 template(MethodInvalidatedException, "com/oracle/max/cri/ri/RiCompiledMethod$MethodInvalidatedException") \
354 \ 355 \
355 \ 356 \
356 /* common method and field names */ \ 357 /* common method and field names */ \
357 template(object_initializer_name, "<init>") \ 358 template(object_initializer_name, "<init>") \
358 template(class_initializer_name, "<clinit>") \ 359 template(class_initializer_name, "<clinit>") \