src/hotspot/share/gc/shared/barrierSet.hpp
changeset 49164 7e958a8ebcd3
parent 49041 44122f767467
child 49383 bf2ff45e592f
child 56276 ee5e58456be5
--- a/src/hotspot/share/gc/shared/barrierSet.hpp	Mon Feb 26 09:34:20 2018 +0100
+++ b/src/hotspot/share/gc/shared/barrierSet.hpp	Mon Feb 26 09:34:12 2018 +0100
@@ -123,15 +123,6 @@
   virtual void write_ref_array_work(MemRegion mr) = 0;
 
 public:
-  // Inform the BarrierSet that the the covered heap region that starts
-  // with "base" has been changed to have the given size (possibly from 0,
-  // for initialization.)
-  virtual void resize_covered_region(MemRegion new_region) = 0;
-
-  // If the barrier set imposes any alignment restrictions on boundaries
-  // within the heap, this function tells whether they are met.
-  virtual bool is_aligned(HeapWord* addr) = 0;
-
   // Print a description of the memory for the barrier set
   virtual void print_on(outputStream* st) const = 0;