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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 20
    • Affects Version/s: 9
    • Component/s: 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.

            Assignee:
            Severin Gehwolf
            Reporter:
            Yumin Qi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: