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

aarch32: remove unused definition of min

    XMLWordPrintable

Details

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

    Description

      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;
      }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: