# HG changeset patch # User Lukas Stadler # Date 1343052002 -7200 # Node ID 7ee5463a4f4823b6573f3cd2d86aad727fccd05e # Parent 576460f7e740839dcfc0c444d9ca0e4fb8636ed4 fix package name for InvalidatedException in vmSymbols.hpp diff -r 576460f7e740 -r 7ee5463a4f48 src/share/vm/classfile/vmSymbols.hpp --- 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") \