On Mon, 26 Sep 2022 19:28:38 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
>> src/jdk.jpackage/share/classes/jdk/jpackage/internal/AppImageFile.java line >> 64: >> >>> 62: >>> 63: // These values will be loaded from AppImage xml file. >>> 64: private final Path appImageDir; >> >> What this field is for? This property doesn't belong to the class. > > It was used to show path to .jpackage.xml file in case of error from > copyAsSigned(), but it is actually not needed, since copyAsSigned() should > not produce invalid app image file. If not used, then I'd remove it. ------------- PR: https://git.openjdk.org/jdk/pull/10316