diff src/cpu/x86/vm/graalGlobals_x86.hpp @ 11222:8f33568d693d

Merge
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Tue, 06 Aug 2013 14:39:47 +0200
parents d0aeaf72c7bd
children 800057208a2c
line wrap: on
line diff
--- a/src/cpu/x86/vm/graalGlobals_x86.hpp	Tue Aug 06 14:38:46 2013 +0200
+++ b/src/cpu/x86/vm/graalGlobals_x86.hpp	Tue Aug 06 14:39:47 2013 +0200
@@ -55,6 +55,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