< prev index next >

src/hotspot/share/opto/graphKit.cpp

Print this page

        

*** 47,57 **** --- 47,59 ---- #include "opto/rootnode.hpp" #include "opto/runtime.hpp" #include "runtime/deoptimization.hpp" #include "runtime/sharedRuntime.hpp" #if INCLUDE_ALL_GCS + #include "gc/g1/g1CardTable.hpp" #include "gc/g1/g1ThreadLocalData.hpp" + #include "gc/g1/heapRegion.hpp" #endif // INCLUDE_ALL_GCS //----------------------------GraphKit----------------------------------------- // Main utility constructor. GraphKit::GraphKit(JVMState* jvms)
< prev index next >