comparison 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
comparison
equal deleted inserted replaced
10912:4ea54634f03e 11173:6b0fd0964b87
55 define_pd_global(intx, InitialCodeCacheSize, 16*M ); 55 define_pd_global(intx, InitialCodeCacheSize, 16*M );
56 define_pd_global(intx, ReservedCodeCacheSize, 64*M ); 56 define_pd_global(intx, ReservedCodeCacheSize, 64*M );
57 define_pd_global(bool, ProfileInterpreter, true ); 57 define_pd_global(bool, ProfileInterpreter, true );
58 define_pd_global(intx, CodeCacheExpansionSize, 64*K ); 58 define_pd_global(intx, CodeCacheExpansionSize, 64*K );
59 define_pd_global(uintx,CodeCacheMinBlockLength, 4); 59 define_pd_global(uintx,CodeCacheMinBlockLength, 4);
60 define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K);
60 define_pd_global(intx, TypeProfileWidth, 8); 61 define_pd_global(intx, TypeProfileWidth, 8);
61 define_pd_global(intx, MethodProfileWidth, 4); 62 define_pd_global(intx, MethodProfileWidth, 4);
62 #endif 63 #endif
63 64
64 #endif // CPU_X86_VM_GRAALGLOBALS_X86_HPP 65 #endif // CPU_X86_VM_GRAALGLOBALS_X86_HPP