mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8079275: Remove CollectedHeap::use_parallel_gc_threads
Reviewed-by: sjohanss, kbarrett
This commit is contained in:
parent
00f9d96a8b
commit
7ede39f590
5 changed files with 9 additions and 36 deletions
|
@ -647,7 +647,6 @@ class CMSCollector: public CHeapObj<mtGC> {
|
|||
// Keep this textually after _markBitMap and _span; c'tor dependency.
|
||||
|
||||
ConcurrentMarkSweepThread* _cmsThread; // The thread doing the work
|
||||
ModUnionClosure _modUnionClosure;
|
||||
ModUnionClosurePar _modUnionClosurePar;
|
||||
|
||||
// CMS abstract state machine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue