< prev index next >

src/share/vm/opto/c2_globals.hpp

Print this page
rev 10578 : 8154135: Loop alignment may be added inside the loop body
Summary: loop alignment code may add alignment constraint to top of loop and loop head
Reviewed-by:

*** 585,595 **** "Miniumum %% of a successor (predecessor) for which block " \ "layout a will allow a fork (join) in a single chain") \ range(0, 100) \ \ product(bool, BlockLayoutRotateLoops, true, \ ! "Allow back branches to be fall throughs in the block layour") \ \ diagnostic(bool, InlineReflectionGetCallerClass, true, \ "inline sun.reflect.Reflection.getCallerClass(), known to be " \ "part of base library DLL") \ \ --- 585,595 ---- "Miniumum %% of a successor (predecessor) for which block " \ "layout a will allow a fork (join) in a single chain") \ range(0, 100) \ \ product(bool, BlockLayoutRotateLoops, true, \ ! "Allow back branches to be fall throughs in the block layout") \ \ diagnostic(bool, InlineReflectionGetCallerClass, true, \ "inline sun.reflect.Reflection.getCallerClass(), known to be " \ "part of base library DLL") \ \
< prev index next >