mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8076457: Fix includes of inline.hpp in GC code
Reviewed-by: pliden, jmasa
This commit is contained in:
parent
5285c9ea86
commit
d71d16b043
23 changed files with 33 additions and 18 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp"
|
||||
#include "gc_implementation/shared/concurrentGCThread.hpp"
|
||||
#include "runtime/thread.inline.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
|
||||
class ConcurrentMarkSweepGeneration;
|
||||
class CMSCollector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue