RFR(L): 8186027: C2: loop strip mining

Roland Westrelin rwestrel at redhat.com
Wed Nov 29 15:33:52 UTC 2017


> UseCountedLoopSafepoints should be false by default too. Otherwise code in arguments.cpp will set LoopStripMiningIter to 
> 1. I will remove next change in c2_globals.hpp:
>
> -  product(bool, UseCountedLoopSafepoints, false,                            \
> +  product(bool, UseCountedLoopSafepoints, true,                             \

Right. Thanks for pushing this.

Roland.



More information about the hotspot-gc-dev mailing list