diff src/cpu/x86/vm/graalGlobals_x86.hpp @ 11173:6b0fd0964b87

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 31 Jul 2013 11:00:54 +0200
parents c76b43ed5089
children d0aeaf72c7bd
line wrap: on
line diff
--- a/src/cpu/x86/vm/graalGlobals_x86.hpp	Tue Jul 30 13:03:28 2013 -0700
+++ b/src/cpu/x86/vm/graalGlobals_x86.hpp	Wed Jul 31 11:00:54 2013 +0200
@@ -57,6 +57,7 @@
 define_pd_global(bool, ProfileInterpreter,           true );
 define_pd_global(intx, CodeCacheExpansionSize,       64*K );
 define_pd_global(uintx,CodeCacheMinBlockLength,      4);
+define_pd_global(uintx, CodeCacheMinimumUseSpace,    400*K);
 define_pd_global(intx, TypeProfileWidth,             8);
 define_pd_global(intx, MethodProfileWidth,           4);
 #endif