hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
changeset 30572 3d36f972d68b
parent 30571 9223db5721fe
parent 30568 d0a24d56d8ea
child 30574 c38efb747c8a
equal deleted inserted replaced
30571:9223db5721fe 30572:3d36f972d68b
    64 #include "runtime/atomic.inline.hpp"
    64 #include "runtime/atomic.inline.hpp"
    65 #include "runtime/orderAccess.inline.hpp"
    65 #include "runtime/orderAccess.inline.hpp"
    66 #include "runtime/vmThread.hpp"
    66 #include "runtime/vmThread.hpp"
    67 #include "utilities/globalDefinitions.hpp"
    67 #include "utilities/globalDefinitions.hpp"
    68 #include "utilities/stack.inline.hpp"
    68 #include "utilities/stack.inline.hpp"
       
    69 #include "utilities/taskqueue.inline.hpp"
    69 
    70 
    70 size_t G1CollectedHeap::_humongous_object_threshold_in_words = 0;
    71 size_t G1CollectedHeap::_humongous_object_threshold_in_words = 0;
    71 
    72 
    72 // turn it on so that the contents of the young list (scan-only /
    73 // turn it on so that the contents of the young list (scan-only /
    73 // to-be-collected) are printed at "strategic" points before / during
    74 // to-be-collected) are printed at "strategic" points before / during