hotspot/src/cpu/arm/vm/c2_globals_arm.hpp
changeset 45804 41b19cb98a96
parent 42664 29142a56c193
child 45871 878e21603932
equal deleted inserted replaced
45803:8ee2c9c86cfe 45804:41b19cb98a96
    68 define_pd_global(intx, RegisterCostAreaRatio,        16000);
    68 define_pd_global(intx, RegisterCostAreaRatio,        16000);
    69 define_pd_global(bool, UseTLAB,                      true);
    69 define_pd_global(bool, UseTLAB,                      true);
    70 define_pd_global(bool, ResizeTLAB,                   true);
    70 define_pd_global(bool, ResizeTLAB,                   true);
    71 define_pd_global(intx, LoopUnrollLimit,              60); // Design center runs on 1.3.1
    71 define_pd_global(intx, LoopUnrollLimit,              60); // Design center runs on 1.3.1
    72 define_pd_global(intx, LoopPercentProfileLimit,      10);
    72 define_pd_global(intx, LoopPercentProfileLimit,      10);
    73 define_pd_global(intx, PostLoopMultiversioning,      false);
       
    74 define_pd_global(intx, MinJumpTableSize,             16);
    73 define_pd_global(intx, MinJumpTableSize,             16);
    75 
    74 
    76 // Peephole and CISC spilling both break the graph, and so makes the
    75 // Peephole and CISC spilling both break the graph, and so makes the
    77 // scheduler sick.
    76 // scheduler sick.
    78 define_pd_global(bool, OptoPeephole,                 false);
    77 define_pd_global(bool, OptoPeephole,                 false);