src/hotspot/share/gc/z/zRelocate.cpp
changeset 58706 d8e211419aaf
parent 58705 f5662bdbee4a
equal deleted inserted replaced
58705:f5662bdbee4a 58706:d8e211419aaf
    31 #include "gc/z/zRelocate.hpp"
    31 #include "gc/z/zRelocate.hpp"
    32 #include "gc/z/zRelocationSet.inline.hpp"
    32 #include "gc/z/zRelocationSet.inline.hpp"
    33 #include "gc/z/zRootsIterator.hpp"
    33 #include "gc/z/zRootsIterator.hpp"
    34 #include "gc/z/zStat.hpp"
    34 #include "gc/z/zStat.hpp"
    35 #include "gc/z/zTask.hpp"
    35 #include "gc/z/zTask.hpp"
    36 #include "gc/z/zThread.hpp"
    36 #include "gc/z/zThread.inline.hpp"
    37 #include "gc/z/zThreadLocalAllocBuffer.hpp"
    37 #include "gc/z/zThreadLocalAllocBuffer.hpp"
    38 #include "gc/z/zWorkers.hpp"
    38 #include "gc/z/zWorkers.hpp"
    39 #include "logging/log.hpp"
    39 #include "logging/log.hpp"
    40 
    40 
    41 static const ZStatCounter ZCounterRelocationContention("Contention", "Relocation Contention", ZStatUnitOpsPerSecond);
    41 static const ZStatCounter ZCounterRelocationContention("Contention", "Relocation Contention", ZStatUnitOpsPerSecond);