hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp
changeset 32596 8feecdee3156
parent 32591 b4acfa743bb6
child 32603 2eba0435dc51
--- a/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Fri Aug 28 11:10:57 2015 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Tue Aug 18 17:48:35 2015 -0400
@@ -634,8 +634,6 @@
   virtual HeapWord* satisfy_failed_allocation(size_t size,
                                               bool is_tlab);
 
-  BarrierSet::Name barrier_set_name() { return BarrierSet::G1SATBCTLogging; }
-
   bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0);
 
   // Record the start and end of an evacuation pause.