comparison src/cpu/sparc/vm/c2_globals_sparc.hpp @ 7735:a7a93887b4c4

fix Solaris build and initial SPARC support
author twisti
date Wed, 06 Feb 2013 18:01:07 -0800
parents da91efe96a93
children 5fc51c1ecdeb
comparison
equal deleted inserted replaced
7734:a0cfabe195c6 7735:a7a93887b4c4
35 define_pd_global(bool, CICompileOSR, true); 35 define_pd_global(bool, CICompileOSR, true);
36 define_pd_global(bool, InlineIntrinsics, false); 36 define_pd_global(bool, InlineIntrinsics, false);
37 define_pd_global(bool, PreferInterpreterNativeStubs, false); 37 define_pd_global(bool, PreferInterpreterNativeStubs, false);
38 define_pd_global(bool, ProfileTraps, true); 38 define_pd_global(bool, ProfileTraps, true);
39 define_pd_global(bool, UseOnStackReplacement, true); 39 define_pd_global(bool, UseOnStackReplacement, true);
40 define_pd_global(intx, TypeProfileWidth, 2 );
40 #ifdef CC_INTERP 41 #ifdef CC_INTERP
41 define_pd_global(bool, ProfileInterpreter, false); 42 define_pd_global(bool, ProfileInterpreter, false);
42 #else 43 #else
43 define_pd_global(bool, ProfileInterpreter, true); 44 define_pd_global(bool, ProfileInterpreter, true);
44 #endif // CC_INTERP 45 #endif // CC_INTERP