--- old/src/share/vm/classfile/symbolTable.hpp 2015-10-30 19:14:49.840475588 +0100 +++ new/src/share/vm/classfile/symbolTable.hpp 2015-10-30 19:14:49.776475585 +0100 @@ -165,7 +165,7 @@ // Look up the address of the literal in the SymbolTable for this Symbol* static Symbol** lookup_symbol_addr(Symbol* sym); - // jchar (utf16) version of lookups + // jchar (UTF16) version of lookups static Symbol* lookup_unicode(const jchar* name, int len, TRAPS); static Symbol* lookup_only_unicode(const jchar* name, int len, unsigned int& hash);