RFR: 8239095: Upgrade libFFI to the latest 3.3 version
Ambarish Rapte
arapte at openjdk.java.net
Mon Jun 1 09:56:41 UTC 2020
On Fri, 29 May 2020 01:24:29 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
> - Updated libffi to 3.3.
modules/javafx.media/src/main/native/gstreamer/3rd_party/libffi/include/ffitarget.h line 53:
> 52: #define FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION
> 53: #ifndef _MSC_VER
> 54: #define FFI_TARGET_HAS_COMPLEX_TYPE
In the original release of libffi 3.2.1, this line is not commented. which means it was commented in JavaFX. I cannot
trace when and why was it commented. Should it be reasoned to whether enable it or not ?
-------------
PR: https://git.openjdk.java.net/jfx/pull/242
More information about the openjfx-dev
mailing list