hotspot/src/share/vm/memory/heapInspection.cpp
changeset 30764 fec48bf5a827
parent 29800 fa5f7a2bf717
child 33602 16053580a684
equal deleted inserted replaced
30614:e45861098f5a 30764:fec48bf5a827
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "classfile/classLoaderData.hpp"
    26 #include "classfile/classLoaderData.hpp"
    27 #include "classfile/systemDictionary.hpp"
    27 #include "classfile/systemDictionary.hpp"
    28 #include "gc_interface/collectedHeap.hpp"
    28 #include "gc/shared/collectedHeap.hpp"
    29 #include "memory/genCollectedHeap.hpp"
    29 #include "gc/shared/genCollectedHeap.hpp"
    30 #include "memory/heapInspection.hpp"
    30 #include "memory/heapInspection.hpp"
    31 #include "memory/resourceArea.hpp"
    31 #include "memory/resourceArea.hpp"
    32 #include "oops/oop.inline.hpp"
    32 #include "oops/oop.inline.hpp"
    33 #include "runtime/os.hpp"
    33 #include "runtime/os.hpp"
    34 #include "utilities/globalDefinitions.hpp"
    34 #include "utilities/globalDefinitions.hpp"
    35 #include "utilities/macros.hpp"
    35 #include "utilities/macros.hpp"
    36 #include "utilities/stack.inline.hpp"
    36 #include "utilities/stack.inline.hpp"
    37 #if INCLUDE_ALL_GCS
    37 #if INCLUDE_ALL_GCS
    38 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    38 #include "gc/parallel/parallelScavengeHeap.hpp"
    39 #endif // INCLUDE_ALL_GCS
    39 #endif // INCLUDE_ALL_GCS
    40 
    40 
    41 // HeapInspection
    41 // HeapInspection
    42 
    42 
    43 inline KlassInfoEntry::~KlassInfoEntry() {
    43 inline KlassInfoEntry::~KlassInfoEntry() {