RFR: JDK-8215239: Make deletes images/jdk/bin/java if something goes wrong (original) (raw)
Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Wed Dec 12 11:22:05 UTC 2018
- Previous message (by thread): RFR: JDK-8215239: Make deletes images/jdk/bin/java if something goes wrong
- Next message (by thread): 8215296: do not disable c99 on Solaris - was :RE: disabled c99 in Solaris builds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2018-12-12 01:01, Erik Joelsson wrote:
If something goes wrong in the recipe for creating the jdk image, make will automatically delete the target of the recipe, which happens to be bin/java in the image. This is unfortunate, because that file is rather useful when troubleshooting what went wrong.
I propose to fix this by changing the target to the release file in the root of the image instead. Bug: https://bugs.openjdk.java.net/browse/JDK-8215239 Webrev: http://cr.openjdk.java.net/~erikj/8215239/webrev.01/ Looks good to me.
/Magnus
/Erik
- Previous message (by thread): RFR: JDK-8215239: Make deletes images/jdk/bin/java if something goes wrong
- Next message (by thread): 8215296: do not disable c99 on Solaris - was :RE: disabled c99 in Solaris builds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]