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

Parallel: Remove PSPromotionManager::drain_stacks_depth

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • gc

      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.

            ayang Albert Yang
            ayang Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: