diff -r 419385282044 -r afb974a04396 hotspot/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp --- a/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp Fri Nov 28 16:33:57 2014 +0100 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp Mon Dec 01 12:16:15 2014 -0500 @@ -187,7 +187,7 @@ } G1StringDedupTable::~G1StringDedupTable() { - FREE_C_HEAP_ARRAY(G1StringDedupEntry*, _buckets, mtGC); + FREE_C_HEAP_ARRAY(G1StringDedupEntry*, _buckets); } void G1StringDedupTable::create() {