src/hotspot/share/gc/g1/g1CollectedHeap.cpp
changeset 47647 64dba69fc528
parent 47636 52d46d7e3454
child 47650 80e75cbb08d6
equal deleted inserted replaced
47646:c20cc2d3aa39 47647:64dba69fc528
    55 #include "gc/g1/g1StringDedup.hpp"
    55 #include "gc/g1/g1StringDedup.hpp"
    56 #include "gc/g1/g1YCTypes.hpp"
    56 #include "gc/g1/g1YCTypes.hpp"
    57 #include "gc/g1/heapRegion.inline.hpp"
    57 #include "gc/g1/heapRegion.inline.hpp"
    58 #include "gc/g1/heapRegionRemSet.hpp"
    58 #include "gc/g1/heapRegionRemSet.hpp"
    59 #include "gc/g1/heapRegionSet.inline.hpp"
    59 #include "gc/g1/heapRegionSet.inline.hpp"
    60 #include "gc/g1/suspendibleThreadSet.hpp"
       
    61 #include "gc/g1/vm_operations_g1.hpp"
    60 #include "gc/g1/vm_operations_g1.hpp"
    62 #include "gc/shared/gcHeapSummary.hpp"
    61 #include "gc/shared/gcHeapSummary.hpp"
    63 #include "gc/shared/gcId.hpp"
    62 #include "gc/shared/gcId.hpp"
    64 #include "gc/shared/gcLocker.inline.hpp"
    63 #include "gc/shared/gcLocker.inline.hpp"
    65 #include "gc/shared/gcTimer.hpp"
    64 #include "gc/shared/gcTimer.hpp"
    66 #include "gc/shared/gcTrace.hpp"
    65 #include "gc/shared/gcTrace.hpp"
    67 #include "gc/shared/gcTraceTime.inline.hpp"
    66 #include "gc/shared/gcTraceTime.inline.hpp"
    68 #include "gc/shared/generationSpec.hpp"
    67 #include "gc/shared/generationSpec.hpp"
    69 #include "gc/shared/isGCActiveMark.hpp"
    68 #include "gc/shared/isGCActiveMark.hpp"
    70 #include "gc/shared/preservedMarks.inline.hpp"
    69 #include "gc/shared/preservedMarks.inline.hpp"
       
    70 #include "gc/shared/suspendibleThreadSet.hpp"
    71 #include "gc/shared/referenceProcessor.inline.hpp"
    71 #include "gc/shared/referenceProcessor.inline.hpp"
    72 #include "gc/shared/taskqueue.inline.hpp"
    72 #include "gc/shared/taskqueue.inline.hpp"
    73 #include "logging/log.hpp"
    73 #include "logging/log.hpp"
    74 #include "memory/allocation.hpp"
    74 #include "memory/allocation.hpp"
    75 #include "memory/iterator.hpp"
    75 #include "memory/iterator.hpp"