hotspot/src/cpu/sparc/vm/c2_globals_sparc.hpp
changeset 33065 55892792936f
parent 29697 92501504191b
child 34162 16b54851eaf6
equal deleted inserted replaced
33064:57e7e1d3ade8 33065:55892792936f
    62 // scheduler sick.
    62 // scheduler sick.
    63 define_pd_global(bool, OptoPeephole,                 false);
    63 define_pd_global(bool, OptoPeephole,                 false);
    64 define_pd_global(bool, UseCISCSpill,                 false);
    64 define_pd_global(bool, UseCISCSpill,                 false);
    65 define_pd_global(bool, OptoBundling,                 false);
    65 define_pd_global(bool, OptoBundling,                 false);
    66 define_pd_global(bool, OptoScheduling,               true);
    66 define_pd_global(bool, OptoScheduling,               true);
       
    67 define_pd_global(bool, OptoRegScheduling,            false);
    67 
    68 
    68 #ifdef _LP64
    69 #ifdef _LP64
    69 // We need to make sure that all generated code is within
    70 // We need to make sure that all generated code is within
    70 // 2 gigs of the libjvm.so runtime routines so we can use
    71 // 2 gigs of the libjvm.so runtime routines so we can use
    71 // the faster "call" instruction rather than the expensive
    72 // the faster "call" instruction rather than the expensive