diff src/share/vm/gc_implementation/g1/g1RemSet.hpp @ 22909:38d6febe66af

8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap Summary: Create a G1RootProcessor and move SharedHeap root processing to GenCollectedHeap Reviewed-by: brutisso, tschatzl, ehelin
author mgerdin
date Mon, 01 Dec 2014 15:24:56 +0100
parents 8e9ede9dd2cd
children dd9cc155639c
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1RemSet.hpp	Thu Mar 26 13:19:32 2015 +0100
+++ b/src/share/vm/gc_implementation/g1/g1RemSet.hpp	Mon Dec 01 15:24:56 2014 +0100
@@ -59,7 +59,6 @@
   };
 
   CardTableModRefBS*     _ct_bs;
-  SubTasksDone*          _seq_task;
   G1CollectorPolicy*     _g1p;
 
   ConcurrentG1Refine*    _cg1r;