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

Parallel: Remove PSPromotionManager::drain_stacks_depth

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: