aarch32: remove unused definition of min

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • None
    • Affects Version/s: port-stage-aarch32-8
    • Component/s: 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;
      }

            Assignee:
            Alex Kasko (Inactive)
            Reporter:
            Alex Kasko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: