We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb0462 commit 45a60dbCopy full SHA for 45a60db
src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
@@ -1618,10 +1618,6 @@ void G1ConcurrentMark::weak_refs_work() {
1618
uint active_workers = (ParallelRefProcEnabled ? _g1h->workers()->active_workers() : 1U);
1619
active_workers = clamp(active_workers, 1u, _max_num_tasks);
1620
1621
- // Set the concurrency level. The phase was already set prior to
1622
- // executing the remark task.
1623
- set_concurrency(active_workers);
1624
-
1625
// Set the degree of MT processing here. If the discovery was done MT,
1626
// the number of threads involved during discovery could differ from
1627
// the number of active workers. This is OK as long as the discovered
0 commit comments