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

Parallel: Use correct is_par argument in ScavengeRootsTask

XMLWordPrintable

    • gc
    • b05

      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: