changeset 5872:7ee5463a4f48

fix package name for InvalidatedException in vmSymbols.hpp
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 23 Jul 2012 16:00:02 +0200
parents 576460f7e740
children d4d5af0234b7
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	Fri Jul 20 14:40:37 2012 +0200
+++ b/src/share/vm/classfile/vmSymbols.hpp	Mon Jul 23 16:00:02 2012 +0200
@@ -350,7 +350,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/InstalledCode$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")                                                                          \