RFR: JDK-8226904: current working directory wrong running jpackage app

2019-06-28 Thread Andy Herrick
Please review the jpackage fix for bug [1] at [2]. This is a fix for the JDK-8200758-branch branch of the open sandbox repository (jpackage). [1] https://bugs.openjdk.java.net/browse/JDK-8226904 [2] http://cr.openjdk.java.net/~herrick/8226904/webrev.01/ /Andy

Re: RFR: JDK-8226904: current working directory wrong running jpackage app

2019-06-28 Thread Alexey Semenyuk
Looks good. - Alexey On 6/28/2019 1:59 PM, Andy Herrick wrote: Please review the jpackage fix for bug [1] at [2]. This is a fix for the JDK-8200758-branch branch of the open sandbox repository (jpackage). [1] https://bugs.openjdk.java.net/browse/JDK-8226904 [2] http://cr.openjdk.java.net/

Re: RFR: JDK-8226904: current working directory wrong running jpackage app

2019-06-28 Thread Alexander Matveev
Hi Andy, http://cr.openjdk.java.net/~herrick/8226904/webrev.01/test/jdk/tools/jpackage/createappimage/JPackageCreateAppImageRuntimeBase.java.frames.html Do we need these extra System.out? Otherwise looks fine. Thanks, Alexander On 6/28/2019 10:59 AM, Andy Herrick wrote: Please review the jpac