src/hotspot/share/gc/g1/g1RemSet.hpp
changeset 48950 f323537c9b75
parent 47885 5caa1d5f74c1
child 48890 f9884e190f2b
--- a/src/hotspot/share/gc/g1/g1RemSet.hpp	Fri Feb 09 12:09:21 2018 +0530
+++ b/src/hotspot/share/gc/g1/g1RemSet.hpp	Fri Feb 09 13:09:55 2018 +0100
@@ -176,7 +176,7 @@
                            CodeBlobClosure* code_root_cl,
                            uint worker_i);
 
-  bool doHeapRegion(HeapRegion* r);
+  bool do_heap_region(HeapRegion* r);
 
   double strong_code_root_scan_time_sec() {
     return _strong_code_root_scan_time_sec;