diff src/share/vm/runtime/vframeArray.cpp @ 6198:24b9c7f4cae6

Merge
author coleenp
date Mon, 02 Jul 2012 13:11:28 -0400
parents d2a62e0f25eb
children 1d7922586cf6
line wrap: on
line diff
--- a/src/share/vm/runtime/vframeArray.cpp	Fri Jun 29 17:12:15 2012 -0700
+++ b/src/share/vm/runtime/vframeArray.cpp	Mon Jul 02 13:11:28 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;