hotspot/src/share/vm/asm/codeBuffer.cpp
changeset 27880 afb974a04396
parent 26432 9b974e2eae27
child 29580 a67a581cfe11
--- a/hotspot/src/share/vm/asm/codeBuffer.cpp	Fri Nov 28 16:33:57 2014 +0100
+++ b/hotspot/src/share/vm/asm/codeBuffer.cpp	Mon Dec 01 12:16:15 2014 -0500
@@ -1025,7 +1025,7 @@
 
   ~CodeString() {
     assert(_next == NULL, "wrong interface for freeing list");
-    os::free((void*)_string, mtCode);
+    os::free((void*)_string);
   }
 
   bool is_comment() const { return _offset >= 0; }