Assembler_x86.cpp char buffer deallocation

Vitaly Davidovich vitalyd at gmail.com
Tue Oct 9 06:10:05 PDT 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20121009/c28add41/attachment.html 


More information about the hotspot-compiler-dev mailing list