8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet

Reviewed-by: ehelin, kbarrett
This commit is contained in:
Erik Österlund 2018-03-06 08:36:44 +01:00
parent 963ee1591a
commit a06129a432
63 changed files with 142 additions and 190 deletions

View file

@ -41,7 +41,8 @@
#include "runtime/vm_version.hpp"
#if INCLUDE_ALL_GCS
#include "gc/g1/g1SATBCardTableModRefBS.hpp"
#include "gc/g1/g1BarrierSet.hpp"
#include "gc/g1/g1CardTable.hpp"
#include "gc/g1/heapRegion.hpp"
#endif