diff -r 859cd1a76f8a -r 2a48c84f1d04 src/share/vm/classfile/vmSymbols.hpp --- a/src/share/vm/classfile/vmSymbols.hpp Thu Sep 13 21:20:26 2012 +0200 +++ b/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") \