src/hotspot/share/gc/g1/g1FullGCMarker.cpp
changeset 54781 f3f07c76d3d1
parent 52141 de6dc206a92b
equal deleted inserted replaced
54780:f8d182aedc92 54781:f3f07c76d3d1
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "classfile/classLoaderData.hpp"
    26 #include "classfile/classLoaderData.hpp"
    27 #include "gc/g1/g1FullGCMarker.inline.hpp"
    27 #include "gc/g1/g1FullGCMarker.inline.hpp"
    28 #include "gc/shared/referenceProcessor.hpp"
    28 #include "gc/shared/referenceProcessor.hpp"
       
    29 #include "gc/shared/verifyOption.hpp"
    29 #include "memory/iterator.inline.hpp"
    30 #include "memory/iterator.inline.hpp"
    30 
    31 
    31 G1FullGCMarker::G1FullGCMarker(uint worker_id, PreservedMarks* preserved_stack, G1CMBitMap* bitmap) :
    32 G1FullGCMarker::G1FullGCMarker(uint worker_id, PreservedMarks* preserved_stack, G1CMBitMap* bitmap) :
    32     _worker_id(worker_id),
    33     _worker_id(worker_id),
    33     _bitmap(bitmap),
    34     _bitmap(bitmap),