< prev index next >

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

Print this page
rev 13167 : imported patch 8179677-rename-conc-refined-cards
rev 13168 : [mq]: 8179677-erik-review

@@ -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.

@@ -40,11 +40,11 @@
 
   G1RemSet* remset() const {
     return _remset;
   }
 
-  size_t _num_refined_cards;
+  size_t _num_conc_refined_cards;
   size_t _num_processed_buf_mutator;
   size_t _num_processed_buf_rs_threads;
 
   size_t _num_coarsenings;
 

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