--- old/src/share/vm/runtime/globals.hpp 2013-09-25 14:44:53.684642841 +0200 +++ new/src/share/vm/runtime/globals.hpp 2013-09-25 14:44:53.604642842 +0200 @@ -3685,6 +3685,9 @@ diagnostic(bool, PrintDTraceDOF, false, \ "Print the DTrace DOF passed to the system for JSDT probes") \ \ + product(uintx, ProtectionDomainCacheSize, defaultProtectionDomainCacheSize,\ + "Number of buckets in the protection domain cache table") \ + \ product(uintx, StringTableSize, defaultStringTableSize, \ "Number of buckets in the interned String table") \ \