src/hotspot/share/gc/g1/g1FullGCPrepareTask.cpp
changeset 49722 a47d1e21b3f1
parent 49635 e79bbf1635da
child 50113 caf115bb98ad
equal deleted inserted replaced
49721:ea0cc7c74e75 49722:a47d1e21b3f1
    33 #include "gc/g1/g1HotCardCache.hpp"
    33 #include "gc/g1/g1HotCardCache.hpp"
    34 #include "gc/g1/heapRegion.inline.hpp"
    34 #include "gc/g1/heapRegion.inline.hpp"
    35 #include "gc/shared/gcTraceTime.inline.hpp"
    35 #include "gc/shared/gcTraceTime.inline.hpp"
    36 #include "gc/shared/referenceProcessor.hpp"
    36 #include "gc/shared/referenceProcessor.hpp"
    37 #include "logging/log.hpp"
    37 #include "logging/log.hpp"
       
    38 #include "oops/oop.inline.hpp"
    38 #include "utilities/ticks.inline.hpp"
    39 #include "utilities/ticks.inline.hpp"
    39 
    40 
    40 bool G1FullGCPrepareTask::G1CalculatePointersClosure::do_heap_region(HeapRegion* hr) {
    41 bool G1FullGCPrepareTask::G1CalculatePointersClosure::do_heap_region(HeapRegion* hr) {
    41   if (hr->is_humongous()) {
    42   if (hr->is_humongous()) {
    42     oop obj = oop(hr->humongous_start_region()->bottom());
    43     oop obj = oop(hr->humongous_start_region()->bottom());