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

Remove unused code in AArch64 back end

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • None
    • 9
    • hotspot
    • None
    • b114
    • aarch64

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: