RFR(M): 8008555: Debugging code in compiled method sometimes leaks memory

Roland Westrelin roland.westrelin at oracle.com
Tue Mar 12 09:56:50 PDT 2013


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