RFR(M): 8008555: Debugging code in compiled method sometimes leaks memory
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Mar 15 15:39:33 PDT 2013
Good.
Vladimir
On 3/15/13 9:48 AM, Roland Westrelin wrote:
> That:
>
>> Same change but rather than allocate temporary strings in the heap, they are allocated in the resource area and built with stringStream:
>
> wasn't correct because the relocs are stores in a piece of memory that is allocated in the resource area. I kept the stringStream but made sure the ResourceMark only affect the strings. New and hopefully last webrev:
>
> http://cr.openjdk.java.net/~roland/8008555/webrev.03/
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list