< prev index next >

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

Print this page

        

*** 50,60 **** ModRef, // ModRefBarrierSet CardTableModRef, // CardTableModRefBS CardTableForRS, // CardTableModRefBSForCTRS CardTableExtension, // CardTableExtension G1SATBCT, // G1SATBCardTableModRefBS ! G1SATBCTLogging // G1SATBCardTableLoggingModRefBS }; protected: typedef FakeRttiSupport<BarrierSet, Name> FakeRtti; --- 50,61 ---- ModRef, // ModRefBarrierSet CardTableModRef, // CardTableModRefBS CardTableForRS, // CardTableModRefBSForCTRS CardTableExtension, // CardTableExtension G1SATBCT, // G1SATBCardTableModRefBS ! G1SATBCTLogging, // G1SATBCardTableLoggingModRefBS ! Epsilon, // EpsilonBarrierSet }; protected: typedef FakeRttiSupport<BarrierSet, Name> FakeRtti;
< prev index next >