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

Cleanup forward_to_atomic and ClaimedForwardPtr

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b59

        oopDesc::forward_to_atomic is used by ParNew and G1, but it contains a call to ParNew specific code.

        It's defined in oop.pcgc.inline.hpp, which is a ParCompact specific file.

        I propose that we fix both issues by moving forward_to_atomic to oop.inline.hpp and move the ParNew specific code out to ParNew.

              stefank Stefan Karlsson
              stefank Stefan Karlsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: