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

Remove CompressedOops::ptrs_base

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • hotspot
    • b17

      JDK-8224815 changed the underlying data for CompressedOops, eliminating _narrow_ptrs_base and instead using only _narrow_oop, updating the functions ptrs_base() and ptrs_base_addr() accordingly. However, this made ptrs_base() identical to base(). Rather than two functions that do the same thing, ptrs_base() should be removed and callers should use base(). That leaves ptrs_base_addr() orphaned and misnamed, so rename it to base_addr().

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: