RFR(M): 8008555: Debugging code in compiled method sometimes leaks memory
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Mar 12 12:00:58 PDT 2013
Looks good.
Please, test with parfait since code_string() may return NULL in some cases.
thanks,
Vladimir
On 3/12/13 9:56 AM, Roland Westrelin wrote:
> Same change but rather than allocate temporary strings in the heap, they are allocated in the resource area and built with stringStream:
>
> http://cr.openjdk.java.net/~roland/8008555/webrev.02/
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list