--- old/src/share/vm/utilities/globalDefinitions.hpp 2017-07-18 22:56:34.744978054 -0400 +++ new/src/share/vm/utilities/globalDefinitions.hpp 2017-07-18 22:56:34.408971995 -0400 @@ -417,10 +417,6 @@ const int max_method_code_size = 64*K - 1; // JVM spec, 2nd ed. section 4.8.1 (p.134) -// Default ProtectionDomainCacheSize values - -const int defaultProtectionDomainCacheSize = NOT_LP64(137) LP64_ONLY(2017); - //---------------------------------------------------------------------------------------------------- // Default and minimum StringTableSize values