diff src/cpu/x86/vm/c1_globals_x86.hpp @ 2926:0e3ec0a4eda4

RiTypeProfile information and invocation counters for RiMethods
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 09 Jun 2011 15:25:27 +0200
parents f95d63e2154a
children 1e13559b112d
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_globals_x86.hpp	Thu Jun 09 14:42:24 2011 +0200
+++ b/src/cpu/x86/vm/c1_globals_x86.hpp	Thu Jun 09 15:25:27 2011 +0200
@@ -48,7 +48,7 @@
 define_pd_global(intx, NewSizeThreadIncrease,        4*K  );
 define_pd_global(intx, InitialCodeCacheSize,         160*K);
 define_pd_global(intx, ReservedCodeCacheSize,        32*M );
-define_pd_global(bool, ProfileInterpreter,           false);
+define_pd_global(bool, ProfileInterpreter,           true );    // changed for GRAAL
 define_pd_global(intx, CodeCacheExpansionSize,       32*K );
 define_pd_global(uintx,CodeCacheMinBlockLength,      1);
 define_pd_global(uintx,PermSize,                     12*M );
@@ -57,7 +57,7 @@
 define_pd_global(uint64_t,MaxRAM,                    1ULL*G);
 define_pd_global(bool, CICompileOSR,                 true );
 #endif // !TIERED
-define_pd_global(bool, UseTypeProfile,               false);
+define_pd_global(bool, UseTypeProfile,               true );    // changed for GRAAL
 define_pd_global(bool, RoundFPResults,               true );
 
 define_pd_global(bool, LIRFillDelaySlots,            false);