src/hotspot/share/gc/z/zCollectedHeap.hpp
changeset 53815 46ce458df412
parent 52140 3a168f782e80
child 53921 a590b6107ab3
--- a/src/hotspot/share/gc/z/zCollectedHeap.hpp	Tue Feb 19 10:03:41 2019 +0100
+++ b/src/hotspot/share/gc/z/zCollectedHeap.hpp	Tue Feb 19 10:04:28 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -75,8 +75,6 @@
   virtual bool is_in(const void* p) const;
   virtual bool is_in_closed_subset(const void* p) const;
 
-  virtual void fill_with_dummy_object(HeapWord* start, HeapWord* end, bool zap);
-
   virtual HeapWord* mem_allocate(size_t size, bool* gc_overhead_limit_was_exceeded);
   virtual MetaWord* satisfy_failed_metadata_allocation(ClassLoaderData* loader_data,
                                                        size_t size,