diff src/share/vm/code/icBuffer.hpp @ 8767:a5de0cc2f91c

8008555: Debugging code in compiled method sometimes leaks memory Summary: support for strings that have same life-time as code that uses them. Reviewed-by: kvn, twisti
author roland
date Mon, 18 Mar 2013 13:19:06 +0100
parents b31471cdc53e
children b9a918201d47 de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/code/icBuffer.hpp	Sat Mar 16 21:44:52 2013 -0700
+++ b/src/share/vm/code/icBuffer.hpp	Mon Mar 18 13:19:06 2013 +0100
@@ -50,7 +50,7 @@
   friend class ICStubInterface;
   // This will be called only by ICStubInterface
   void    initialize(int size,
-                     CodeComments comments)      { _size = size; _ic_site = NULL; }
+                     CodeStrings strings)        { _size = size; _ic_site = NULL; }
   void    finalize(); // called when a method is removed
 
   // General info