src/hotspot/share/gc/cms/cmsVMOperations.hpp
changeset 52877 9e041366c764
parent 52876 2d17750d41e7
child 53244 9807daeb47c4
equal deleted inserted replaced
52876:2d17750d41e7 52877:9e041366c764
    27 
    27 
    28 #include "gc/cms/concurrentMarkSweepGeneration.hpp"
    28 #include "gc/cms/concurrentMarkSweepGeneration.hpp"
    29 #include "gc/shared/gcCause.hpp"
    29 #include "gc/shared/gcCause.hpp"
    30 #include "gc/shared/gcId.hpp"
    30 #include "gc/shared/gcId.hpp"
    31 #include "gc/shared/gcVMOperations.hpp"
    31 #include "gc/shared/gcVMOperations.hpp"
    32 #include "runtime/vm_operations.hpp"
    32 #include "runtime/vmOperations.hpp"
    33 
    33 
    34 // The VM_CMS_Operation is slightly different from
    34 // The VM_CMS_Operation is slightly different from
    35 // a VM_GC_Operation -- and would not have subclassed easily
    35 // a VM_GC_Operation -- and would not have subclassed easily
    36 // to VM_GC_Operation without several changes to VM_GC_Operation.
    36 // to VM_GC_Operation without several changes to VM_GC_Operation.
    37 // To minimize the changes, we have replicated some of the VM_GC_Operation
    37 // To minimize the changes, we have replicated some of the VM_GC_Operation