src/hotspot/share/gc/z/zHeap.hpp
changeset 52140 3a168f782e80
parent 50979 270b11dadbaf
child 52939 9a8585f60c32
--- a/src/hotspot/share/gc/z/zHeap.hpp	Tue Oct 16 13:43:04 2018 +0200
+++ b/src/hotspot/share/gc/z/zHeap.hpp	Tue Oct 16 13:14:18 2018 +0200
@@ -133,7 +133,7 @@
   bool is_object_strongly_live(uintptr_t addr) const;
   template <bool finalizable, bool publish> void mark_object(uintptr_t addr);
   void mark_start();
-  void mark();
+  void mark(bool initial);
   void mark_flush_and_free(Thread* thread);
   bool mark_end();