src/hotspot/share/gc/shared/parallelCleaning.hpp
changeset 51959 db0c3952de52
parent 51537 a5d47d1b2a74
child 52385 5c679ec60888
equal deleted inserted replaced
51958:53a4760e9fcc 51959:db0c3952de52
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_GC_SHARED_PARALLELCLEANING_HPP
    25 #ifndef SHARE_VM_GC_SHARED_PARALLELCLEANING_HPP
    26 #define SHARE_VM_GC_SHARED_PARALLELCLEANING_HPP
    26 #define SHARE_VM_GC_SHARED_PARALLELCLEANING_HPP
    27 
    27 
       
    28 #include "classfile/classLoaderDataGraph.inline.hpp"
    28 #include "gc/shared/oopStorageParState.hpp"
    29 #include "gc/shared/oopStorageParState.hpp"
    29 #include "gc/shared/stringdedup/stringDedup.hpp"
    30 #include "gc/shared/stringdedup/stringDedup.hpp"
    30 #include "gc/shared/workgroup.hpp"
    31 #include "gc/shared/workgroup.hpp"
    31 
    32 
    32 class ParallelCleaningTask;
    33 class ParallelCleaningTask;