comparison src/cpu/sparc/vm/c2_globals_sparc.hpp @ 12356:359f7e70ae7f

Reduce HotSpot diff and fix previous merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 15:41:33 +0200
parents cefad50507d8
children d511d688b782
comparison
equal deleted inserted replaced
12355:cefad50507d8 12356:359f7e70ae7f
42 #ifdef CC_INTERP 42 #ifdef CC_INTERP
43 define_pd_global(bool, ProfileInterpreter, false); 43 define_pd_global(bool, ProfileInterpreter, false);
44 #else 44 #else
45 define_pd_global(bool, ProfileInterpreter, true); 45 define_pd_global(bool, ProfileInterpreter, true);
46 #endif // CC_INTERP 46 #endif // CC_INTERP
47 // Disable TieredCompilation while profile data problems are not resolved - same thing in c2_globals_x86.hpp
47 #ifdef GRAAL 48 #ifdef GRAAL
48 define_pd_global(bool, TieredCompilation, false); 49 define_pd_global(bool, TieredCompilation, false);
49 #else 50 #else
50 define_pd_global(bool, TieredCompilation, trueInTiered); 51 define_pd_global(bool, TieredCompilation, trueInTiered);
51 #endif 52 #endif