hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
changeset 27880 afb974a04396
parent 27251 7d667f91ec8d
child 27905 12c6386f6775
--- a/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp	Fri Nov 28 16:33:57 2014 +0100
+++ b/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp	Mon Dec 01 12:16:15 2014 -0500
@@ -1609,7 +1609,7 @@
       // This can become a scaling bottleneck when there is work queue overflow coincident
       // with promotion failure.
       oopDesc* f = cur;
-      FREE_C_HEAP_ARRAY(oopDesc, f, mtGC);
+      FREE_C_HEAP_ARRAY(oopDesc, f);
     } else if (par_scan_state->should_be_partially_scanned(obj_to_push, cur)) {
       assert(arrayOop(cur)->length() == 0, "entire array remaining to be scanned");
       obj_to_push = cur;