8073543: Circular include dependency between psScavenge.inline.hpp and psPromotionManager.inline.hpp

Reviewed-by: brutisso, mgerdin
This commit is contained in:
Stefan Karlsson 2015-02-20 13:54:42 +01:00
parent 5cc358251f
commit cd997db44d
11 changed files with 58 additions and 51 deletions

View file

@ -67,7 +67,6 @@
#if INCLUDE_ALL_GCS
#include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
#include "gc_implementation/parallelScavenge/psScavenge.hpp"
#include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
#endif // INCLUDE_ALL_GCS
#ifdef COMPILER1
#include "c1/c1_Compiler.hpp"