< prev index next >

src/share/vm/memory/heapInspection.cpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 23,43 **** */ #include "precompiled.hpp" #include "classfile/classLoaderData.hpp" #include "classfile/systemDictionary.hpp" ! #include "gc_interface/collectedHeap.hpp" ! #include "memory/genCollectedHeap.hpp" #include "memory/heapInspection.hpp" #include "memory/resourceArea.hpp" #include "oops/oop.inline.hpp" #include "runtime/os.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/macros.hpp" #include "utilities/stack.inline.hpp" #if INCLUDE_ALL_GCS ! #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" #endif // INCLUDE_ALL_GCS // HeapInspection inline KlassInfoEntry::~KlassInfoEntry() { --- 23,43 ---- */ #include "precompiled.hpp" #include "classfile/classLoaderData.hpp" #include "classfile/systemDictionary.hpp" ! #include "gc/shared/collectedHeap.hpp" ! #include "gc/shared/genCollectedHeap.hpp" #include "memory/heapInspection.hpp" #include "memory/resourceArea.hpp" #include "oops/oop.inline.hpp" #include "runtime/os.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/macros.hpp" #include "utilities/stack.inline.hpp" #if INCLUDE_ALL_GCS ! #include "gc/parallel/parallelScavengeHeap.hpp" #endif // INCLUDE_ALL_GCS // HeapInspection inline KlassInfoEntry::~KlassInfoEntry() {
< prev index next >