On Fri, Mar 17, 2023 at 12:00 PM Jaikiran Pai <jai.forums2...@gmail.com> wrote:
> Additional details in that issue state that the JDK being used is Java 15. > There have been code changes in this piece of code in java.util.zip.ZipFile > since then. > Looks to me like an instance of JDK-8260010 [1], which was a thread-safety regression introduced (probably by me) in JDK-8243469 [2]. The fix was backported to 15, not sure which build it was included in. MNG-7742 indicates that Amazon Corretto is being used here. If a JVM upgrade doesn't help, then maybe Amazon never backported the fix..? Claes, do you have anything to add? [1] https://bugs.openjdk.org/browse/JDK-8260010 [2] https://bugs.openjdk.org/browse/JDK-8243469 Eirik. >