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

Remove unused code in AArch64 back end

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • hotspot
    • None
    • b114
    • aarch64

        sharedRuntime_aarch64.cpp contains an unused definition of min:

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

        We should delete it.

              aph Andrew Haley
              aph Andrew Haley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: