diff -r 309af3e40a0f -r 17a6bddcfa5d hotspot/src/share/vm/classfile/vmSymbols.hpp --- a/hotspot/src/share/vm/classfile/vmSymbols.hpp Wed Jul 02 15:17:11 2014 +0200 +++ b/hotspot/src/share/vm/classfile/vmSymbols.hpp Wed Jul 02 15:22:18 2014 -0400 @@ -573,6 +573,7 @@ template(serializeAgentPropertiesToByteArray_name, "serializeAgentPropertiesToByteArray") \ template(classRedefinedCount_name, "classRedefinedCount") \ template(classLoader_name, "classLoader") \ + template(componentType_name, "componentType") \ \ /* trace signatures */ \ TRACE_TEMPLATES(template) \