diff 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
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Fri Jun 08 23:28:45 2012 +0200
+++ b/src/share/vm/classfile/vmSymbols.hpp	Fri Jun 08 23:35:16 2012 +0200
@@ -352,7 +352,7 @@
   template(forObject_name,                            "forObject")                                                      \
   template(callbackInternal_name,                     "callbackInternal")                                               \
   template(callback_signature,                        "(Ljava/lang/Object;)Ljava/lang/Object;")                         \
-  template(MethodInvalidatedException,                "com/oracle/graal/api/meta/RiCompiledMethod$MethodInvalidatedException") \
+  template(MethodInvalidatedException,                "com/oracle/graal/api/meta/InstalledCode$MethodInvalidatedException") \
                                                                                                                         \
                                                                                                   \
   /* common method and field names */                                                             \