< prev index next >

src/hotspot/share/gc/shared/parallelCleaning.hpp

Print this page
rev 53303 : imported patch 8213229-strings-as-weak-during-young-gc
rev 53305 : [mq]: 8217203-fix-inline.hpp

*** 23,33 **** */ #ifndef SHARE_GC_SHARED_PARALLELCLEANING_HPP #define SHARE_GC_SHARED_PARALLELCLEANING_HPP ! #include "classfile/classLoaderDataGraph.inline.hpp" #include "gc/shared/oopStorageParState.hpp" #include "gc/shared/stringdedup/stringDedup.hpp" #include "gc/shared/workgroup.hpp" class ParallelCleaningTask; --- 23,34 ---- */ #ifndef SHARE_GC_SHARED_PARALLELCLEANING_HPP #define SHARE_GC_SHARED_PARALLELCLEANING_HPP ! #include "classfile/classLoaderDataGraph.hpp" ! #include "code/codeCache.hpp" #include "gc/shared/oopStorageParState.hpp" #include "gc/shared/stringdedup/stringDedup.hpp" #include "gc/shared/workgroup.hpp" class ParallelCleaningTask;
< prev index next >