On Mon, 27 Jun 2022 05:32:01 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> This is a simple change to add some protective code to >> java/util/zip/ZipFile/DeleteTempJar.java so that the clean-up is more >> complete in the event of encountering an any exceptions while running. In >> the present state, the server.stop() does not get executed in case of >> encountering a failure. As a result, the test may get hung until a timeout. >> This fix should address the scenario. >> >> The test passes on all supported platforms post fix. > > Hello Thejasvi, the change looks good to me. Please update the copyright year > to 2022 in this changed file. Thank you much @jaikiran for timely reviews, feedback, and sponsoring this commit. Also thank you @AlanBateman and @dfuch for your kind review and feedback. ------------- PR: https://git.openjdk.org/jdk/pull/9293