RFR(XS): 8214376: Don't use memset to initialize array of Bundle in output.cpp
Aleksey Shipilev
shade at redhat.com
Fri Dec 7 14:29:47 UTC 2018
On 12/7/18 2:32 PM, Dmitry Chuyko wrote:
> bug: https://bugs.openjdk.java.net/browse/JDK-8214376
> webrev: http://cr.openjdk.java.net/~dchuyko/8214376/webrev.00/
Looks fine.
I think we better break the lines:
for (uint i = 0; i < node_max; i++) {
::new (&_node_bundling_base[i]) Bundle();
}
uint and not size_t, though? Probably matches the existing style.
-Aleksey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20181207/18d75a59/signature-0001.asc>
More information about the hotspot-compiler-dev
mailing list