On Tue, 28 Jun 2022 22:44:55 GMT, Ioi Lam <ik...@openjdk.org> wrote: >> Doesn't the OS_HEADER() -similar macro that handles the posix case too? I >> don't see it though. > > ` OS_HEADER(threadCrashProtection)` will give > threadCrashProtection_linux.hpp, etc. It won't give us > threadCrashProtection_posix.hpp. I didn't want to write three > threadCrashProtection_{aix,bsd,linux}.hpp files that each just has a single > line that includes the _posix version.
Yeah no posix support with OS_HEADER. ------------- PR: https://git.openjdk.org/jdk/pull/9303