RFR(XS): 8196294: LoopStripMiningIterShortLoop is set to zero by default
Aleksey Shipilev
shade at redhat.com
Mon Mar 19 16:50:41 UTC 2018
On 03/19/2018 05:40 PM, Roland Westrelin wrote:
> http://cr.openjdk.java.net/~roland/8196294/webrev.00/
>
> When loop strip mining is enabled by default for G1, the
> LoopStripMiningIterShortLoop option should be set too.
Um. So there is a block in Arguments::check_vm_args_consistency():
if (FLAG_IS_DEFAULT(LoopStripMiningIterShortLoop)) {
// blind guess
LoopStripMiningIterShortLoop = LoopStripMiningIter / 10;
}
Is that block misplaced? Should be removed, if we init this per-GC? Or, it should be moved somewhere
after GC argument initializations?
Thanks,
-Aleksey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20180319/e30e17b5/signature.asc>
More information about the hotspot-compiler-dev
mailing list