src/hotspot/share/opto/graphKit.cpp
changeset 50113 caf115bb98ad
parent 49982 9042ffe5b7fe
child 50180 ffa644980dff
equal deleted inserted replaced
50112:7a2a740815b7 50113:caf115bb98ad
    47 #include "runtime/sharedRuntime.hpp"
    47 #include "runtime/sharedRuntime.hpp"
    48 #if INCLUDE_G1GC
    48 #if INCLUDE_G1GC
    49 #include "gc/g1/g1CardTable.hpp"
    49 #include "gc/g1/g1CardTable.hpp"
    50 #include "gc/g1/g1ThreadLocalData.hpp"
    50 #include "gc/g1/g1ThreadLocalData.hpp"
    51 #include "gc/g1/heapRegion.hpp"
    51 #include "gc/g1/heapRegion.hpp"
    52 #endif // INCLUDE_ALL_GCS
    52 #endif // INCLUDE_G1GC
    53 
    53 
    54 //----------------------------GraphKit-----------------------------------------
    54 //----------------------------GraphKit-----------------------------------------
    55 // Main utility constructor.
    55 // Main utility constructor.
    56 GraphKit::GraphKit(JVMState* jvms)
    56 GraphKit::GraphKit(JVMState* jvms)
    57   : Phase(Phase::Parser),
    57   : Phase(Phase::Parser),