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

Remove ParCompactionManager::Action enum

    XMLWordPrintable

Details

    • gc
    • b08

    Description

      From psCompactionManager.hpp:
      // ------------------------ Don't putback if not needed
        // Actions that the compaction manager should take.
        enum Action {
          Update,
          Copy,
          UpdateAndCopy,
          CopyAndUpdate,
          NotValid
        };
      // ------------------------ End don't putback if not needed

      This code is from the initial push and from what I can see it is not need but was "putback" anyway. It might have been needed, but we should see if we can remove it now. From what I saw when doing a quick scan an action is set in the constructor, but then never considered during the collection.

      Attachments

        Activity

          People

            lkorinth Leo Korinth
            sjohanss Stefan Johansson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: