--- old/src/hotspot/share/classfile/symbolTable.cpp 2018-03-26 09:40:01.561197182 +0900 +++ new/src/hotspot/share/classfile/symbolTable.cpp 2018-03-26 09:40:01.227194341 +0900 @@ -567,7 +567,7 @@ if (!verbose) { the_table()->print_table_statistics(st, "SymbolTable"); } else { - st->print_cr("VERSION: 1.0"); + st->print_cr(HASHTABLE_VERSION); for (int i = 0; i < the_table()->table_size(); ++i) { HashtableEntry* p = the_table()->bucket(i); for ( ; p != NULL; p = p->next()) {