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

G1: Remove default arg for pretouch_workers of G1CollectedHeap::expand

XMLWordPrintable

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

      All callers of this method provide the `pretouch_workers` arg explicitly, so there is no need for the default arg.

      ```
      bool expand(size_t expand_bytes, WorkerThreads* pretouch_workers = nullptr, double* expand_time_ms = nullptr);
      ```

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

              Created:
              Updated:
              Resolved: