8080584: isGCActiveMark.hpp should not include parallelScavengeHeap.hpp
Reviewed-by: kbarrett, tschatzl
This commit is contained in:
parent
5e68a86953
commit
9fb89f6d01
@ -43,6 +43,7 @@
|
|||||||
#include "gc/shared/collectorCounters.hpp"
|
#include "gc/shared/collectorCounters.hpp"
|
||||||
#include "gc/shared/collectorPolicy.hpp"
|
#include "gc/shared/collectorPolicy.hpp"
|
||||||
#include "gc/shared/gcLocker.inline.hpp"
|
#include "gc/shared/gcLocker.inline.hpp"
|
||||||
|
#include "gc/shared/gcPolicyCounters.hpp"
|
||||||
#include "gc/shared/gcTimer.hpp"
|
#include "gc/shared/gcTimer.hpp"
|
||||||
#include "gc/shared/gcTrace.hpp"
|
#include "gc/shared/gcTrace.hpp"
|
||||||
#include "gc/shared/gcTraceTime.hpp"
|
#include "gc/shared/gcTraceTime.hpp"
|
||||||
|
@ -25,10 +25,10 @@
|
|||||||
#ifndef SHARE_VM_GC_SHARED_ISGCACTIVEMARK_HPP
|
#ifndef SHARE_VM_GC_SHARED_ISGCACTIVEMARK_HPP
|
||||||
#define SHARE_VM_GC_SHARED_ISGCACTIVEMARK_HPP
|
#define SHARE_VM_GC_SHARED_ISGCACTIVEMARK_HPP
|
||||||
|
|
||||||
#include "utilities/macros.hpp"
|
#include "gc/shared/collectedHeap.hpp"
|
||||||
#if INCLUDE_ALL_GCS
|
#include "memory/allocation.hpp"
|
||||||
#include "gc/parallel/parallelScavengeHeap.hpp"
|
#include "memory/universe.hpp"
|
||||||
#endif // INCLUDE_ALL_GCS
|
#include "utilities/debug.hpp"
|
||||||
|
|
||||||
// This class provides a method for block structured setting of the
|
// This class provides a method for block structured setting of the
|
||||||
// _is_gc_active state without requiring accessors in CollectedHeap
|
// _is_gc_active state without requiring accessors in CollectedHeap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user