hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
changeset 27883 3179632c8f66
parent 27687 3a6367d7110b
parent 27880 afb974a04396
child 27905 12c6386f6775
--- a/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Wed Nov 26 20:38:10 2014 -0500
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Wed Dec 03 20:32:33 2014 -0800
@@ -3561,7 +3561,7 @@
 void
 G1CollectedHeap::cleanup_surviving_young_words() {
   guarantee( _surviving_young_words != NULL, "pre-condition" );
-  FREE_C_HEAP_ARRAY(size_t, _surviving_young_words, mtGC);
+  FREE_C_HEAP_ARRAY(size_t, _surviving_young_words);
   _surviving_young_words = NULL;
 }