Approved. Kumar
hi all, Please find attached a trivial patch to remove an unused variable in jdk/src/solaris/bin/java_md.c The present of the variable causes the AIX build to fail since Dl_info is not supported on AIX. The other use of Dl_info in the file is safely wrapped with an #if defined(__solaris__) I have built with the change successfully on AIX and Linux. Cheers Steve