RFR: JDK-8013736: [launcher] cleanup code for correctness
Alan Bateman
Alan.Bateman at oracle.com
Thu May 2 12:11:17 UTC 2013
On 01/05/2013 20:33, Kumar Srinivasan wrote:
> Hi,
>
> Please review simple fixes for code correctness in the launcher.
>
> http://cr.openjdk.java.net/~ksrini/8013736/webrev.0/
>
> Thanks
> Kumar
>
This looks okay to me although I wonder why the NULL_CHECK macros check
for 0 rather than NULL. I don't know if jexec is still used but does the
malloc return need to be checked?
-Alan
More information about the core-libs-dev
mailing list