src/cpu/sparc/vm/c1_globals_sparc.hpp

Print this page

        

*** 20,29 **** --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef CPU_SPARC_VM_C1_GLOBALS_SPARC_HPP + #define CPU_SPARC_VM_C1_GLOBALS_SPARC_HPP + + #include "utilities/globalDefinitions.hpp" + #include "utilities/macros.hpp" + // Sets the default values for platform dependent flags used by the client compiler. // (see c1_globals.hpp) #ifndef TIERED define_pd_global(bool, BackgroundCompilation, true );
*** 59,63 **** --- 65,71 ---- define_pd_global(bool, OptimizeSinglePrecision, false); define_pd_global(bool, CSEArrayLength, true ); define_pd_global(bool, TwoOperandLIRForm, false); define_pd_global(intx, SafepointPollOffset, 0 ); + + #endif // CPU_SPARC_VM_C1_GLOBALS_SPARC_HPP