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

Parallel: Use correct is_par argument in ScavengeRootsTask

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • None
    • hotspot
    • gc
    • master

      During young-gc, the `is_par` arg is hard-coded to true. Should use `_active_workers > 1` instead.

      ```
      Threads::possibly_parallel_threads_do(true /* is_par */, &closure);
      ```

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

              Created:
              Updated:
              Resolved: