On Mon, 30 Oct 2023 16:16:52 GMT, Ryan Wallace <d...@openjdk.org> wrote:
> Hi all, > > Please review this fix for jar tool not producing an archive if there is a > missing file supplied. > The current behaviour will recognise missing files as an error but continue > processing, > creating a temporary archive and then deleting it without moving to the > current directory. > The fix is to return false when a missing file is supplied and exit > immediately without continuing with any wasted processing. > > Thanks, > Ryan. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/16423