diff -r 64752e56d721 -r be27e1b6a4b9 hotspot/src/share/vm/runtime/vframeArray.cpp --- a/hotspot/src/share/vm/runtime/vframeArray.cpp Wed Jun 27 15:23:36 2012 +0200 +++ b/hotspot/src/share/vm/runtime/vframeArray.cpp Thu Jun 28 17:03:16 2012 -0400 @@ -443,7 +443,7 @@ // Allocate the vframeArray vframeArray * result = (vframeArray*) AllocateHeap(sizeof(vframeArray) + // fixed part sizeof(vframeArrayElement) * (chunk->length() - 1), // variable part - "vframeArray::allocate"); + mtCompiler); result->_frames = chunk->length(); result->_owner_thread = thread; result->_sender = sender;