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

Parallel: Remove unused variables in PSPromotionManager::drain_stacks_depth

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 19
    • None
    • hotspot
    • gc
    • b08

      Effectively unused declarations.
      ```
      #ifdef ASSERT
        ParallelScavengeHeap* heap = ParallelScavengeHeap::heap();
        MutableSpace* to_space = heap->young_gen()->to_space();
        MutableSpace* old_space = heap->old_gen()->object_space();
      #endif /* ASSERT */
      ```

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

              Created:
              Updated:
              Resolved: