aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp')
-rw-r--r--src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp b/src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp
index f5c3653f8..50ea5e9e6 100644
--- a/src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp
+++ b/src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp
@@ -22,6 +22,14 @@
*
*/
+#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTG1REFINE_HPP
+#define SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTG1REFINE_HPP
+
+#include "memory/allocation.hpp"
+#include "memory/cardTableModRefBS.hpp"
+#include "runtime/thread.hpp"
+#include "utilities/globalDefinitions.hpp"
+
// Forward decl
class ConcurrentG1RefineThread;
class G1RemSet;
@@ -223,3 +231,5 @@ class ConcurrentG1Refine: public CHeapObj {
int thread_threshold_step() const { return _thread_threshold_step; }
};
+
+#endif // SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTG1REFINE_HPP