hotspot/src/share/vm/gc/g1/g1Allocator.cpp
changeset 35079 edab77f91231
parent 34230 b9c64b7c06c9
child 35898 ddc274f0052f
--- a/hotspot/src/share/vm/gc/g1/g1Allocator.cpp	Mon Dec 14 10:04:31 2015 +0100
+++ b/hotspot/src/share/vm/gc/g1/g1Allocator.cpp	Mon Dec 14 13:47:35 2015 +0100
@@ -353,7 +353,7 @@
   assert(hr->is_empty(), "expected empty region (index %u)", hr->hrm_index());
   hr->set_archive();
   _g1h->old_set_add(hr);
-  _g1h->hr_printer()->alloc(hr, G1HRPrinter::Archive);
+  _g1h->hr_printer()->alloc(hr);
   _allocated_regions.append(hr);
   _allocation_region = hr;