src/hotspot/cpu/x86/c2_globals_x86.hpp
changeset 54943 6cbb5c2255e3
parent 53244 9807daeb47c4
--- a/src/hotspot/cpu/x86/c2_globals_x86.hpp	Mon May 20 10:06:07 2019 -0400
+++ b/src/hotspot/cpu/x86/c2_globals_x86.hpp	Mon May 20 17:44:29 2019 +0200
@@ -88,7 +88,7 @@
 define_pd_global(uintx, NonProfiledCodeHeapSize,     21*M);
 define_pd_global(uintx, ProfiledCodeHeapSize,        22*M);
 define_pd_global(uintx, NonNMethodCodeHeapSize,      5*M );
-define_pd_global(uintx, CodeCacheMinBlockLength,     4);
+define_pd_global(uintx, CodeCacheMinBlockLength,     6);
 define_pd_global(uintx, CodeCacheMinimumUseSpace,    400*K);
 
 define_pd_global(bool,  TrapBasedRangeChecks,        false); // Not needed on x86.