changeset 7782:0143fc9505a7

fixed name of symbol missed in Java refactoring
author Doug Simon <doug.simon@oracle.com>
date Wed, 13 Feb 2013 11:33:11 +1000
parents 3a6a718af535
children 0c4eaa06d504
files src/share/vm/classfile/vmSymbols.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Wed Feb 13 11:32:31 2013 +1000
+++ b/src/share/vm/classfile/vmSymbols.hpp	Wed Feb 13 11:33:11 2013 +1000
@@ -371,7 +371,7 @@
   template(forObject_name,                        "forObject")                                                                        \
   template(callbackInternal_name,                 "callbackInternal")                                                                 \
   template(callback_signature,                    "(Ljava/lang/Object;)Ljava/lang/Object;")                                           \
-  template(MethodInvalidatedException,            "com/oracle/graal/api/code/CompilationResult$MethodInvalidatedException")               \
+  template(MethodInvalidatedException,            "com/oracle/graal/api/code/InstalledCode$MethodInvalidatedException")               \
   /* graal.api.interpreter */                                                                                                         \
   template(com_oracle_graal_api_interpreter_Interpreter,             "com/oracle/graal/api/interpreter/Interpreter")                  \
   template(interpreter_execute_name,              "execute")                                                                          \