--- old/src/share/vm/utilities/globalDefinitions.hpp 2017-07-21 13:44:56.624604172 -0400 +++ new/src/share/vm/utilities/globalDefinitions.hpp 2017-07-21 13:44:56.296386635 -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