< prev index next >

src/share/vm/gc/g1/g1RemSetSummary.hpp

Print this page
rev 13167 : imported patch 8179677-rename-conc-refined-cards

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2017, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -80,11 +80,11 @@
 
   double sampling_thread_vtime() const {
     return _sampling_thread_vtime;
   }
 
-  size_t num_concurrent_refined_cards() const {
+  size_t num_refined_cards() const {
     return _num_refined_cards;
   }
 
   size_t num_processed_buf_mutator() const {
     return _num_processed_buf_mutator;
< prev index next >