comparison src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.inline.hpp @ 5962:8a729074feae

7154517: Build error in hotspot-gc without precompiled headers Reviewed-by: jcoomes, brutisso
author nloodin
date Fri, 16 Mar 2012 16:14:04 +0100
parents 95f6641e38e0
children da91efe96a93
comparison
equal deleted inserted replaced
5961:0e9e3cecdc81 5962:8a729074feae
23 */ 23 */
24 24
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/psPromotionManager.hpp" 29 #include "gc_implementation/parallelScavenge/psPromotionManager.hpp"
29 #include "gc_implementation/parallelScavenge/psScavenge.hpp" 30 #include "gc_implementation/parallelScavenge/psScavenge.hpp"
30 31
31 inline PSPromotionManager* PSPromotionManager::manager_array(int index) { 32 inline PSPromotionManager* PSPromotionManager::manager_array(int index) {
32 assert(_manager_array != NULL, "access of NULL manager_array"); 33 assert(_manager_array != NULL, "access of NULL manager_array");