--- old/src/hotspot/share/classfile/stringTable.cpp 2018-03-26 09:40:00.880191389 +0900 +++ new/src/hotspot/share/classfile/stringTable.cpp 2018-03-26 09:40:00.546188547 +0900 @@ -444,7 +444,7 @@ the_table()->print_table_statistics(st, "StringTable"); } else { Thread* THREAD = Thread::current(); - st->print_cr("VERSION: 1.1"); + 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()) {