comparison src/share/vm/classfile/vmSymbols.hpp @ 5537:80371cc2256d

Renaming RiCompiledMethod => InstalledCode.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Jun 2012 23:35:16 +0200
parents 1c4af0e7517f
children e18ba36bfebc
comparison
equal deleted inserted replaced
5536:1c4af0e7517f 5537:80371cc2256d
350 template(initialize_name, "initialize") \ 350 template(initialize_name, "initialize") \
351 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \ 351 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \
352 template(forObject_name, "forObject") \ 352 template(forObject_name, "forObject") \
353 template(callbackInternal_name, "callbackInternal") \ 353 template(callbackInternal_name, "callbackInternal") \
354 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \ 354 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \
355 template(MethodInvalidatedException, "com/oracle/graal/api/meta/RiCompiledMethod$MethodInvalidatedException") \ 355 template(MethodInvalidatedException, "com/oracle/graal/api/meta/InstalledCode$MethodInvalidatedException") \
356 \ 356 \
357 \ 357 \
358 /* common method and field names */ \ 358 /* common method and field names */ \
359 template(object_initializer_name, "<init>") \ 359 template(object_initializer_name, "<init>") \
360 template(class_initializer_name, "<clinit>") \ 360 template(class_initializer_name, "<clinit>") \