diff -r 3c94db05e903 -r ef49ed90010b hotspot/src/share/vm/classfile/symbolTable.hpp --- a/hotspot/src/share/vm/classfile/symbolTable.hpp Thu Nov 05 19:31:57 2015 +0100 +++ b/hotspot/src/share/vm/classfile/symbolTable.hpp Fri Nov 06 11:34:03 2015 +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);