Assembler_x86.cpp char buffer deallocation
Volker Simonis
volker.simonis at gmail.com
Tue Oct 9 06:47:20 PDT 2012
Hi Vitaly,
it looks not very professional indeed, however it is only in debug
code or in code protected by development parameters (-XX:+VerifyOops)
so it will not cause any trouble in the production VM. Nevertheless it
should be cleaned up when somebody touches that file.
Regards,
Volker
On Tue, Oct 9, 2012 at 3:10 PM, Vitaly Davidovich <vitalyd at gmail.com> wrote:
> Hi guys,
>
> I noticed that assembler_x86.cpp has a few places where a char[] is new()'d
> up to hold an error message when verifying an oop. This buffer is passed to
> the stub routine, but I can't find where this buffer is then
> deleted/deallocated. Am I missing something? Apologies of this is a silly
> question. :)
>
> Thanks
>
> Sent from my phone
More information about the hotspot-compiler-dev
mailing list