8067865: Changes 8066780/8066782 broke the non-PCH build
authorsimonis
Thu, 18 Dec 2014 16:53:13 +0100
changeset 28220 6be786c17d01
parent 28219 4fd1bd84c735
child 28221 000bc11b1078
child 28383 aa83cdd8d7f1
8067865: Changes 8066780/8066782 broke the non-PCH build Reviewed-by: kvn
hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
hotspot/src/share/vm/memory/tenuredGeneration.cpp
--- a/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Fri Dec 19 16:42:16 2014 +0100
+++ b/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Thu Dec 18 16:53:13 2014 +0100
@@ -42,6 +42,7 @@
 #include "gc_implementation/shared/isGCActiveMark.hpp"
 #include "gc_interface/collectedHeap.inline.hpp"
 #include "memory/allocation.hpp"
+#include "memory/cardGeneration.inline.hpp"
 #include "memory/cardTableRS.hpp"
 #include "memory/collectorPolicy.hpp"
 #include "memory/gcLocker.inline.hpp"
--- a/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Fri Dec 19 16:42:16 2014 +0100
+++ b/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Thu Dec 18 16:53:13 2014 +0100
@@ -28,6 +28,7 @@
 #include "gc_implementation/shared/parGCAllocBuffer.hpp"
 #include "memory/allocation.inline.hpp"
 #include "memory/blockOffsetTable.inline.hpp"
+#include "memory/cardGeneration.inline.hpp"
 #include "memory/generationSpec.hpp"
 #include "memory/genMarkSweep.hpp"
 #include "memory/genOopClosures.inline.hpp"