--- old/src/share/vm/runtime/globals.hpp 2014-12-03 19:33:03.730418388 -0500 +++ new/src/share/vm/runtime/globals.hpp 2014-12-03 19:33:02.790365234 -0500 @@ -3795,6 +3795,9 @@ NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)), \ "Address to allocate shared memory region for class data") \ \ + product(uintx, SharedSymbolTableBucketSize, 4, \ + "Average number of symbols per bucket in shared table") \ + \ diagnostic(bool, IgnoreUnverifiableClassesDuringDump, false, \ "Do not quit -Xshare:dump even if we encounter unverifiable " \ "classes. Just exclude them from the shared dictionary.") \