--- old/src/share/vm/utilities/hashtable.cpp 2017-06-28 15:45:17.000000000 -0700 +++ new/src/share/vm/utilities/hashtable.cpp 2017-06-28 15:45:16.000000000 -0700 @@ -100,8 +100,6 @@ return false; } -template juint RehashableHashtable::_seed = 0; - // Create a new table and using alternate hash code, populate the new table // with the existing elements. This can be used to change the hash code // and could in the future change the size of the table.