changeset 4129:bbe3dc541016

8169448: OpenJDK 6 fails to build without pre-compiled headers Summary: psPromotionManager.hpp is missing an import for psOldGen Reviewed-by: omajid
author andrew
date Wed, 09 Nov 2016 01:53:20 +0000
parents 1943edc6f06a
children 1a9842caf835
files src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp	Wed Aug 24 23:12:18 2016 +0100
+++ b/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp	Wed Nov 09 01:53:20 2016 +0000
@@ -25,6 +25,7 @@
 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_HPP
 #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_HPP
 
+#include "gc_implementation/parallelScavenge/psOldGen.hpp"
 #include "gc_implementation/parallelScavenge/psPromotionLAB.hpp"
 #include "memory/allocation.hpp"
 #include "utilities/taskqueue.hpp"