comparison src/cpu/x86/vm/c1_globals_x86.hpp @ 9760:c76b43ed5089

Added infrastructure for recording invoked methods in the profiling information.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 17 May 2013 15:38:22 +0200
parents 911872d97f65
children 6b0fd0964b87
comparison
equal deleted inserted replaced
9759:580faa2ee288 9760:c76b43ed5089
54 define_pd_global(uintx,MetaspaceSize, 12*M ); 54 define_pd_global(uintx,MetaspaceSize, 12*M );
55 define_pd_global(bool, NeverActAsServerClassMachine, true ); 55 define_pd_global(bool, NeverActAsServerClassMachine, true );
56 define_pd_global(uint64_t,MaxRAM, 1ULL*G); 56 define_pd_global(uint64_t,MaxRAM, 1ULL*G);
57 define_pd_global(bool, CICompileOSR, true ); 57 define_pd_global(bool, CICompileOSR, true );
58 define_pd_global(intx, TypeProfileWidth, 0); 58 define_pd_global(intx, TypeProfileWidth, 0);
59 define_pd_global(intx, MethodProfileWidth, 0);
59 #endif // !TIERED 60 #endif // !TIERED
60 define_pd_global(bool, UseTypeProfile, false); 61 define_pd_global(bool, UseTypeProfile, false);
61 define_pd_global(bool, RoundFPResults, true ); 62 define_pd_global(bool, RoundFPResults, true );
62 63
63 define_pd_global(bool, LIRFillDelaySlots, false); 64 define_pd_global(bool, LIRFillDelaySlots, false);