diff -r 92f03fcf979a -r 1df4fd11c5b8 hotspot/src/share/vm/classfile/vmSymbols.hpp --- a/hotspot/src/share/vm/classfile/vmSymbols.hpp Thu Sep 13 21:20:26 2012 +0200 +++ b/hotspot/src/share/vm/classfile/vmSymbols.hpp Mon Sep 17 10:46:59 2012 -0400 @@ -314,6 +314,7 @@ template(type_name, "type") \ template(findNative_name, "findNative") \ template(deadChild_name, "deadChild") \ + template(addClass_name, "addClass") \ template(getFromClass_name, "getFromClass") \ template(dispatch_name, "dispatch") \ template(getSystemClassLoader_name, "getSystemClassLoader") \