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

aarch32: remove unused definition of min

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • port-stage-aarch32-8
    • hotspot
    • aarch32
    • linux

      sharedRuntime_aarch32.cpp contains an unused definition of min that breaks compilation with GCC6:

      template <class T> static const T& min (const T& a, const T& b) {
        return (a > b) ? b : a;
      }

            akasko Alex Kasko
            akasko Alex Kasko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: