< prev index next >

src/hotspot/share/gc/shared/c1/cardTableBarrierSetC1.cpp

Print this page
rev 49910 : imported patch removeAllGCs.fixIncludes

*** 22,31 **** --- 22,32 ---- * */ #include "precompiled.hpp" #include "gc/shared/c1/cardTableBarrierSetC1.hpp" + #include "gc/shared/cardTable.hpp" #include "gc/shared/cardTableBarrierSet.hpp" #include "utilities/macros.hpp" #ifdef ASSERT #define __ gen->lir(__FILE__, __LINE__)->
< prev index next >