comparison src/cpu/sparc/vm/graalGlobals_sparc.hpp @ 21125:41f048caa3dd

Predefine value outside of COMPILERGRAAL
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 27 Apr 2015 18:36:16 +0200
parents 019ae3824a4e
children
comparison
equal deleted inserted replaced
21124:019ae3824a4e 21125:41f048caa3dd
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(uintx, CodeCacheMinimumUseSpace, 400*K);
59 define_pd_global(intx, TypeProfileWidth, 8); 59 define_pd_global(intx, TypeProfileWidth, 8);
60 define_pd_global(intx, MethodProfileWidth, 0); 60 define_pd_global(intx, MethodProfileWidth, 0);
61 define_pd_global(intx, MaxVectorSize, 8);
62 #endif // COMPILERGRAAL 61 #endif // COMPILERGRAAL
63 62
63 define_pd_global(intx, MaxVectorSize, 8);
64
64 #endif // CPU_SPARC_VM_GRAALGLOBALS_SPARC_HPP 65 #endif // CPU_SPARC_VM_GRAALGLOBALS_SPARC_HPP