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);
```
```
bool expand(size_t expand_bytes, WorkerThreads* pretouch_workers = nullptr, double* expand_time_ms = nullptr);
```
- links to
-
Commit(master) openjdk/jdk/59460ff7
-
Review(master) openjdk/jdk/25826