[10] RFR(XS): 8180473: Use proper deallocation for FileBuff::_bigbuf
Thomas Stüfe
thomas.stuefe at gmail.com
Thu May 18 18:47:39 UTC 2017
Hi Zoltan,
looks good. Old code may have worked but relied on undefined behaviour.
Kind Regards, Thomas
On Wed, May 17, 2017 at 12:52 PM, Zoltán Majó <zoltan.majo at oracle.com>
wrote:
> Hi,
>
>
> please review the following fix for 8180473.
> https://bugs.openjdk.java.net/browse/JDK-8180473
> http://cr.openjdk.java.net/~zmajo/8180473/webrev.00/
>
> It is a good coding practice to properly deallocate dynamically allocated
> resources. In particular, dynamically allocated memory for arrays using the
> array-specific new[] operator is supposed to be deallocated using the
> array-specific delete[] operator. The deallocation of FileBuff::_bigbuf
> does not follow this recommendation and should therefore be changed. Tested
> with JPRT.
>
> Thank you!
>
> Best regards,
>
>
> Zoltan
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20170518/5b92dec0/attachment.html>
More information about the hotspot-compiler-dev
mailing list