diff -r 64752e56d721 -r be27e1b6a4b9 hotspot/src/share/vm/runtime/unhandledOops.cpp --- a/hotspot/src/share/vm/runtime/unhandledOops.cpp Wed Jun 27 15:23:36 2012 +0200 +++ b/hotspot/src/share/vm/runtime/unhandledOops.cpp Thu Jun 28 17:03:16 2012 -0400 @@ -37,7 +37,7 @@ UnhandledOops::UnhandledOops(Thread* thread) { _thread = thread; - _oop_list = new (ResourceObj::C_HEAP) + _oop_list = new (ResourceObj::C_HEAP, mtInternal) GrowableArray(free_list_size, true); _level = 0; }