JDK 17 | JDK 19 |
---|---|
17.0.6Fixed | 19 b18Fixed |
Building the zero variant of the JVM causes the compiler to emit warnings as the `FFI_GO_CLOSURES` macro is not defined: ``` In file included from ..../cpu/zero/globalDefinitions_zero.hpp:37: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/ffi/ffi.h:483:20: error: expected value in expression #if FFI_GO_CLOSURES ``` This only happens for the zero variant, as other variants do not use the ffi header.
|