RFR(M): 8008555: Debugging code in compiled method sometimes leaks memory
Vitaly Davidovich
vitalyd at gmail.com
Fri Feb 22 21:15:56 PST 2013
Hi Roland,
In the macroAssembler files, shouldn't you be using delete[] instead of
delete for deallocating the char[]'s?
Thanks
Sent from my phone
On Feb 22, 2013 12:28 PM, "Roland Westrelin" <roland.westrelin at oracle.com>
wrote:
> > Looks good, except next check (should it be >= )?
> >
> > + bool is_comment() const { return _offset > 0; }
>
> You're right, of course!
>
> Roland.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20130223/ac50111a/attachment.html
More information about the hotspot-compiler-dev
mailing list