Tags: battleblow/openjdk-jdk12u
Tags
Fix build for older versions of Clang * Conditionalise ignoring misleading-indentation to only be for Clang 10+ since that is when that warning was first introduced.
Restrict linger values to a maximum of 32767 * BSD stores linger values in a signed short at the OS level, and as such any value over 32767 will wrap around. This still allows for linger setting of just over 9 hours, which seems more than sufficient. Making this change rather than making the limit OS dependent keeps complexity low and behaviour consistent across all OS within Java. Absent a use case for linger times over 9 hours, this seems like the best trade off.
Fix DTrace support * Adjust to name changes in object files for openjdk12.
Support for the Zero VM for FreeBSD/NetBSD This has been pulled from recent commits to https://github.com/battleblow/openjdk-jdk11u/tree/bsd-port Original changes by: MikaelUrankar
PreviousNext