While working on something in src/hotspot/share/opto/matcher.cpp I noticed the compiler (gcc 8.2.1) complaining about using memset to initialize a RegMask[]. We should use the RegMask initializer instead.
- relates to
-
JDK-8213153 Clean up GCC 8 errors
- Closed