Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8366423 | 11.0.30-oracle | Ivan Bereziuk | P4 | Resolved | Fixed | master |
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.
- backported by
-
JDK-8366423 Don't use memset to initialize array of RegMask in matcher.cpp
-
- Resolved
-
- relates to
-
JDK-8213153 Clean up GCC 8 errors
-
- Closed
-