Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8213745

Don't use memset to initialize array of RegMask in matcher.cpp

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 12
    • None
    • hotspot
    • b20
    • generic
    • generic

        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.

              rkennke Roman Kennke
              rkennke Roman Kennke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: