RFR(XS): 8214376: Don't use memset to initialize array of Bundle in output.cpp

Tobias Hartmann tobias.hartmann at oracle.com
Fri Dec 7 14:34:39 UTC 2018


On 07.12.18 15:29, Aleksey Shipilev wrote:
> I think we better break the lines:
> 	
>   for (uint i = 0; i < node_max; i++) {
>      ::new (&_node_bundling_base[i]) Bundle();
>   }

+1

Best regards,
Tobias


More information about the hotspot-compiler-dev mailing list