comparison src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.inline.hpp @ 20317:ee019285a52c

8031323: Optionally align objects copied to survivor spaces Reviewed-by: brutisso, tschatzl
author jmasa
date Mon, 04 Aug 2014 10:48:10 -0700
parents 78bbf4d43a14
children 7848fc12602b
comparison
equal deleted inserted replaced
20316:3c048df3ef8b 20317:ee019285a52c
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");