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

Remove duplicate code in <OS>Address.java in SA

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 20
    • 9
    • hotspot
    • b04
    • generic
    • generic

      After asLongValue() added to interface Address.java, there no need to have the function in every instance Address.java:
       
      long getValue() {
          return addr;
      }

      It can be replaced by asLongValue and removed from SA.

            sgehwolf Severin Gehwolf
            minqi Yumin Qi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: