8079275: Remove CollectedHeap::use_parallel_gc_threads

Reviewed-by: sjohanss, kbarrett
This commit is contained in:
Stefan Karlsson 2015-05-04 15:02:37 +02:00
parent 00f9d96a8b
commit 7ede39f590
5 changed files with 9 additions and 36 deletions

View file

@ -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