< prev index next >

src/share/vm/gc/shared/barrierSet.hpp

Print this page

        

@@ -50,11 +50,12 @@
     ModRef,                     // ModRefBarrierSet
     CardTableModRef,            // CardTableModRefBS
     CardTableForRS,             // CardTableModRefBSForCTRS
     CardTableExtension,         // CardTableExtension
     G1SATBCT,                   // G1SATBCardTableModRefBS
-    G1SATBCTLogging             // G1SATBCardTableLoggingModRefBS
+    G1SATBCTLogging,            // G1SATBCardTableLoggingModRefBS
+    Epsilon,                    // EpsilonBarrierSet
   };
 
 protected:
   typedef FakeRttiSupport<BarrierSet, Name> FakeRtti;
 
< prev index next >