hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp
changeset 7397 5b173b4ca846
parent 6762 f8d1b560700e
child 8685 f8edcc58cca7
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "incls/_precompiled.incl"
    25 #include "precompiled.hpp"
    26 #include "incls/_psPromotionManager.cpp.incl"
    26 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
       
    27 #include "gc_implementation/parallelScavenge/psOldGen.hpp"
       
    28 #include "gc_implementation/parallelScavenge/psPromotionManager.inline.hpp"
       
    29 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
       
    30 #include "gc_implementation/shared/mutableSpace.hpp"
       
    31 #include "memory/memRegion.hpp"
       
    32 #include "oops/oop.inline.hpp"
       
    33 #include "oops/oop.psgc.inline.hpp"
    27 
    34 
    28 PSPromotionManager**         PSPromotionManager::_manager_array = NULL;
    35 PSPromotionManager**         PSPromotionManager::_manager_array = NULL;
    29 OopStarTaskQueueSet*         PSPromotionManager::_stack_array_depth = NULL;
    36 OopStarTaskQueueSet*         PSPromotionManager::_stack_array_depth = NULL;
    30 PSOldGen*                    PSPromotionManager::_old_gen = NULL;
    37 PSOldGen*                    PSPromotionManager::_old_gen = NULL;
    31 MutableSpace*                PSPromotionManager::_young_space = NULL;
    38 MutableSpace*                PSPromotionManager::_young_space = NULL;