equal
deleted
inserted
replaced
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 |