JDK debug builds on OSX copying dSYM

Radosław Smogura mail at smogura.eu
Mon Jun 20 21:01:48 UTC 2016


Hello,

Recently I tried to compile JDK9 on OS X, I've found two issues related to installing debug symbols, which on OSX are package-folders.

1. Install-file macro doesn't remove dSYM folder, as used rm -f, instead of rm -rf
2. There was additional parenthesis in Dist.gmk which caused dSYM not to be copied.

The overview of changes is attached.

Kind regards,
Radek Smogura
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdk9-root-make-dsym-remove.diff
Type: application/octet-stream
Size: 1344 bytes
Desc: jdk9-root-make-dsym-remove.diff
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160620/f5f755f2/jdk9-root-make-dsym-remove.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdk9-hotspot-osx-copy-dsym.diff
Type: application/octet-stream
Size: 593 bytes
Desc: jdk9-hotspot-osx-copy-dsym.diff
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160620/f5f755f2/jdk9-hotspot-osx-copy-dsym.diff>


More information about the hotspot-compiler-dev mailing list