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

StringDedupTable should use Access API

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P4 P4
    • tbd
    • None
    • hotspot
    • None
    • gc
    • generic
    • generic

      The StringDedupTable class should be using the Access API for all accesses to the StringDedupTableEnty::_obj member. Presently it only uses Access in the lookup() function (and incorrectly there, until JDK-8205559 is fixed).

      There is also a lingering reference to the non-existent G1StringDedupTableEntry class that should be renamed. (It doesn't cause a compile error because it is used as an ignored macro argument.)

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

              Created:
              Updated:
              Resolved: