Parallel: Remove PSPromotionManager::drain_stacks_depth

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: None
    • Component/s: hotspot
    • gc
    • b16

      In the same class, there is another method which is effectively identical to `drain_stacks_depth`.

      ```
      void drain_stacks(bool totally_drain) {
        drain_stacks_depth(totally_drain);
      }
      ```

      Can merge the two into one to reduce API surface.

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: