2021-07-23 14:18:23 by Jonathan Perkin | Files touched by this commit (3) |
Log message: openjdk8: Fix build on SunOS. |
2021-06-29 19:32:52 by Tobias Nygren | Files touched by this commit (1) |
Log message: openjdk8: backport kqueue fix from openjdk11 Although 8 doesn't seem to use kqueue by default the class is still compiled so it's a good idea to have the correct values. Bump PKGREVISION for this and recent changes. |
2021-06-28 18:29:12 by Tobias Nygren | Files touched by this commit (1) |
Log message: openjdk8: make hotspot a supported option on aarch64 ... but don't enable by default yet. Works for me, but needs more testing. |
2021-06-28 17:59:50 by Tobias Nygren | Files touched by this commit (1) |
Log message: openjdk8: fix PLIST issues |
2021-06-28 17:53:57 by Tobias Nygren | Files touched by this commit (2) |
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. |
2021-06-27 20:30:26 by Tobias Nygren | Files touched by this commit (6) |
Log message: openjdk8: some hotspot fixes for NetBSD/evbarm-aarch64 (doesn't work yet) |
2021-06-27 16:54:41 by Tobias Nygren | Files touched by this commit (5) | |
Log message: openjdk8: update to 1.8.292 Updated BSD port of JDK 8 Additional features include: Native HotSpot support for aarch64 (not enabled yet in pkgsrc) |
2021-04-28 19:32:12 by Tobias Nygren | Files touched by this commit (2) |
Log message: openjdk8: fix build w/ GCC>=10 |
2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864) |
Log message: revbump for boost-libs |
2020-10-13 11:46:03 by Hauke Fath | Files touched by this commit (1) |
Log message: Depend on binutils for OmniOS build, too. |