hotspot/src/share/vm/memory/heapInspection.cpp
changeset 15482 470d0b0c09f1
parent 13728 882756847a04
child 15484 7395ace8a11a
equal deleted inserted replaced
15224:0f9e3436040d 15482:470d0b0c09f1
    27 #include "memory/genCollectedHeap.hpp"
    27 #include "memory/genCollectedHeap.hpp"
    28 #include "memory/heapInspection.hpp"
    28 #include "memory/heapInspection.hpp"
    29 #include "memory/resourceArea.hpp"
    29 #include "memory/resourceArea.hpp"
    30 #include "runtime/os.hpp"
    30 #include "runtime/os.hpp"
    31 #include "utilities/globalDefinitions.hpp"
    31 #include "utilities/globalDefinitions.hpp"
    32 #ifndef SERIALGC
    32 #include "utilities/macros.hpp"
       
    33 #if INCLUDE_ALL_GCS
    33 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    34 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    34 #endif
    35 #endif // INCLUDE_ALL_GCS
    35 
    36 
    36 // HeapInspection
    37 // HeapInspection
    37 
    38 
    38 int KlassInfoEntry::compare(KlassInfoEntry* e1, KlassInfoEntry* e2) {
    39 int KlassInfoEntry::compare(KlassInfoEntry* e1, KlassInfoEntry* e2) {
    39   if(e1->_instance_words > e2->_instance_words) {
    40   if(e1->_instance_words > e2->_instance_words) {