Re: RFR: JDK-8221565: Linux build broken after merge with default branch

2019-03-27 Thread Alexander Matveev
Hi Andy, Changes looks fine, but do we really need such try/catch block? I think this code needs to be modify, so we do not need such try/catch or handle this error as real error. Probably another bug can be filed to do this. Thanks, Alexander On 3/27/2019 12:33 PM, Andy Herrick wrote:

RFR: JDK-8221565: Linux build broken after merge with default branch

2019-03-27 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-8221565 [2] - http://cr.openjdk.java.net/~herrick/8221565 /Andy