hotspot/src/share/vm/runtime/vframeArray.cpp
changeset 13195 be27e1b6a4b9
parent 9636 363ca5579aff
child 13391 30245956af37
--- 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;