comparison src/cpu/sparc/vm/graalGlobals_sparc.hpp @ 11232:22d3ee2fcb97

SPARC and Solaris fixes after HSX merge
author twisti
date Mon, 05 Aug 2013 22:21:47 -0700
parents 0f7ca53be929
children 800057208a2c
comparison
equal deleted inserted replaced
11231:cf9603cd8b13 11232:22d3ee2fcb97
53 define_pd_global(intx, InitialCodeCacheSize, 16*M ); 53 define_pd_global(intx, InitialCodeCacheSize, 16*M );
54 define_pd_global(intx, ReservedCodeCacheSize, 64*M ); 54 define_pd_global(intx, ReservedCodeCacheSize, 64*M );
55 define_pd_global(bool, ProfileInterpreter, true ); 55 define_pd_global(bool, ProfileInterpreter, true );
56 define_pd_global(intx, CodeCacheExpansionSize, 64*K ); 56 define_pd_global(intx, CodeCacheExpansionSize, 64*K );
57 define_pd_global(uintx,CodeCacheMinBlockLength, 4); 57 define_pd_global(uintx,CodeCacheMinBlockLength, 4);
58 define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K);
58 define_pd_global(intx, TypeProfileWidth, 8); 59 define_pd_global(intx, TypeProfileWidth, 8);
59 define_pd_global(intx, MethodProfileWidth, 4); 60 define_pd_global(intx, MethodProfileWidth, 4);
60 #endif 61 #endif
61 62
62 #endif // CPU_SPARC_VM_GRAALGLOBALS_SPARC_HPP 63 #endif // CPU_SPARC_VM_GRAALGLOBALS_SPARC_HPP