src/share/vm/memory/heapInspection.cpp

changeset 4542
db9981fd3124
parent 4037
da91efe96a93
child 4544
3c9bc17b9403
equal deleted inserted replaced
4461:46e60405583b 4542:db9981fd3124
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) {

mercurial