comparison src/cpu/x86/vm/c2_globals_x86.hpp @ 4578:b70d180ec022

Fixed regressions in building and running debug verison of HotSpot Client.
author Doug Simon <doug.simon@oracle.com>
date Mon, 13 Feb 2012 14:02:30 +0100
parents f304ba0d4e24
children d8a09bbba79a
comparison
equal deleted inserted replaced
4577:bc8b58c11768 4578:b70d180ec022
37 define_pd_global(bool, CICompileOSR, true); 37 define_pd_global(bool, CICompileOSR, true);
38 define_pd_global(bool, InlineIntrinsics, true); 38 define_pd_global(bool, InlineIntrinsics, true);
39 define_pd_global(bool, PreferInterpreterNativeStubs, false); 39 define_pd_global(bool, PreferInterpreterNativeStubs, false);
40 define_pd_global(bool, ProfileTraps, true); 40 define_pd_global(bool, ProfileTraps, true);
41 define_pd_global(bool, UseOnStackReplacement, true); 41 define_pd_global(bool, UseOnStackReplacement, true);
42 define_pd_global(intx, TypeProfileWidth, 2 );
43 #ifdef CC_INTERP 42 #ifdef CC_INTERP
44 define_pd_global(bool, ProfileInterpreter, false); 43 define_pd_global(bool, ProfileInterpreter, false);
45 #else 44 #else
46 define_pd_global(bool, ProfileInterpreter, true); 45 define_pd_global(bool, ProfileInterpreter, true);
47 #endif // CC_INTERP 46 #endif // CC_INTERP