6849122: G1: Typo introduced during implementation of the parallel refinement
authoriveresov
Mon, 08 Jun 2009 16:14:19 -0700
changeset 2886 70bf7d429eba
parent 2885 7dd49b9daa4a
child 2887 b003d950922a
6849122: G1: Typo introduced during implementation of the parallel refinement Summary: Typo fix Reviewed-by: jcoomes
hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
--- a/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp	Sun Jun 07 00:27:41 2009 -0700
+++ b/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp	Mon Jun 08 16:14:19 2009 -0700
@@ -111,7 +111,7 @@
     for (int i = 0; i < _n_threads; i++) {
       delete _threads[i];
     }
-    FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _n_threads);
+    FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _threads);
   }
 }