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

Dmitry Chuyko dmitry.chuyko at bell-sw.com
Fri Dec 7 13:32:51 UTC 2018


Hello,

Please review one liner for one more error reported by GCC 8. Placement 
new is used instead of memset. Generated Bundle constructor does zero 
initialization, so it's similar to memset zeroing.

bug: https://bugs.openjdk.java.net/browse/JDK-8214376
webrev: http://cr.openjdk.java.net/~dchuyko/8214376/webrev.00/
testing: submit repo (mach5-one-dchuyko-JDK-8214376-20181207-1203-13573: 
PASSED)

-Dmitry



More information about the hotspot-compiler-dev mailing list