8067865: Changes 8066780/8066782 broke the non-PCH build

Reviewed-by: kvn
This commit is contained in:
Volker Simonis 2014-12-18 16:53:13 +01:00
parent e176c66ae5
commit 97f5022f02
2 changed files with 2 additions and 0 deletions
hotspot/src/share/vm
gc_implementation/concurrentMarkSweep
memory

@ -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"

@ -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"