< prev index next >

src/cpu/s390/vm/c2_globals_s390.hpp

Print this page

        

@@ -54,11 +54,10 @@
 define_pd_global(intx, RegisterCostAreaRatio,        12000);
 define_pd_global(bool, UseTLAB,                      true);
 define_pd_global(bool, ResizeTLAB,                   true);
 define_pd_global(intx, LoopUnrollLimit,              60);
 define_pd_global(intx, LoopPercentProfileLimit,      10);
-define_pd_global(intx, PostLoopMultiversioning,      false);
 define_pd_global(intx, MinJumpTableSize,             18);
 
 // Peephole and CISC spilling both break the graph, and so makes the
 // scheduler sick.
 define_pd_global(bool, OptoPeephole,                 false);
< prev index next >