Subject: CVS commit: pkgsrc/lang/openjdk8
From: Tobias Nygren
Date: 2021-06-28 17:53:57
Message id: 20210628155357.761B0FA95@cvs.NetBSD.org

Log Message:
openjdk8: workaround crash during JVM exit

It seems that os_bsd.cpp:Semaphore::~Semaphore() is sometimes called
twice, causing a crash in the call path
vm_direct_exit() -> exit() -> __cxa_finalize () -> sem_destroy().

This patch works around the crash but may obscure some deeper problem.

Files:
RevisionActionfile
1.84modifypkgsrc/lang/openjdk8/distinfo
1.10modifypkgsrc/lang/openjdk8/patches/patch-aa