src/hotspot/share/gc/z/zCollectedHeap.hpp
changeset 54834 39ba09047e19
parent 54678 93f09ca4a7f8
child 57850 b2b77f6922dc
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/gc/z/zCollectedHeap.hpp	Tue May 14 09:12:06 2019 +0200
+++ b/src/hotspot/share/gc/z/zCollectedHeap.hpp	Tue May 14 09:55:02 2019 +0200
@@ -29,10 +29,11 @@
 #include "gc/z/zBarrierSet.hpp"
 #include "gc/z/zDirector.hpp"
 #include "gc/z/zDriver.hpp"
+#include "gc/z/zHeap.hpp"
 #include "gc/z/zInitialize.hpp"
-#include "gc/z/zHeap.hpp"
 #include "gc/z/zRuntimeWorkers.hpp"
 #include "gc/z/zStat.hpp"
+#include "gc/z/zUncommitter.hpp"
 
 class ZCollectedHeap : public CollectedHeap {
   friend class VMStructs;
@@ -44,6 +45,7 @@
   ZHeap             _heap;
   ZDirector*        _director;
   ZDriver*          _driver;
+  ZUncommitter*     _uncommitter;
   ZStat*            _stat;
   ZRuntimeWorkers   _runtime_workers;