< prev index next >

src/hotspot/share/opto/compile.hpp

Print this page
rev 52800 : 8209686: cleanup arguments to PhaseIdealLoop() constructor
Reviewed-by: thartmann, kvn, pliden
rev 52801 : Upstream/backport Shenandoah to JDK11u
* * *
[backport] 8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
Reviewed-by: rkennke

*** 92,101 **** --- 92,103 ---- enum LoopOptsMode { LoopOptsDefault, LoopOptsNone, LoopOptsSkipSplitIf, + LoopOptsShenandoahExpand, + LoopOptsShenandoahPostExpand, LoopOptsVerify, LoopOptsLastRound }; typedef unsigned int node_idx_t;
< prev index next >