RFR (S): 7192916: Hotspot development launcher should use DYLD_LIBRARY_PATH on OS X
Dmitry Samersoff
Dmitry.Samersoff at oracle.com
Tue Aug 21 09:31:05 PDT 2012
Staffan,
Looks good for me.
PS:
It's usually better to use
case ${OS} in
Darwin)
*)
....
esac
to simplify handling OS variants in the future.
-Dmitry
On 2012-08-21 17:07, Staffan Larsen wrote:
> Please review this change to the HotSpot development launcher. The development launcher (called 'hotspot' in the build output folder) should use DYLD_LIBRARY_PATH instead of LD_LIBRARY_PATH on OS X.
>
> http://cr.openjdk.java.net/~sla/7192916/webrev.00/
>
> Thanks,
> /Staffan
>
--
Dmitry Samersoff
Java Hotspot development team, SPB04
* There will come soft rains ...
More information about the hotspot-dev
mailing list