hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.inline.hpp
changeset 25905 04a3d83cc752
parent 24424 2658d7834c6e
child 28177 318600b0d7db
equal deleted inserted replaced
25903:21a77ac2b8c5 25905:04a3d83cc752
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_INLINE_HPP
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_INLINE_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_INLINE_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_INLINE_HPP
    27 
    27 
    28 #include "gc_implementation/parallelScavenge/psOldGen.hpp"
    28 #include "gc_implementation/parallelScavenge/psOldGen.hpp"
    29 #include "gc_implementation/parallelScavenge/psPromotionManager.hpp"
    29 #include "gc_implementation/parallelScavenge/psPromotionManager.hpp"
       
    30 #include "gc_implementation/parallelScavenge/psPromotionLAB.inline.hpp"
    30 #include "gc_implementation/parallelScavenge/psScavenge.hpp"
    31 #include "gc_implementation/parallelScavenge/psScavenge.hpp"
    31 #include "oops/oop.psgc.inline.hpp"
    32 #include "oops/oop.psgc.inline.hpp"
    32 
    33 
    33 inline PSPromotionManager* PSPromotionManager::manager_array(int index) {
    34 inline PSPromotionManager* PSPromotionManager::manager_array(int index) {
    34   assert(_manager_array != NULL, "access of NULL manager_array");
    35   assert(_manager_array != NULL, "access of NULL manager_array");