RFR(XS): 8239856: [ntintel] asserts about copying unaligned array element
Doerr, Martin
martin.doerr at sap.com
Mon Feb 24 11:44:20 UTC 2020
Hi,
we had fixed stack array alignment for Windows 32 bit with JDK-8220348.
However, there are also stack allocated jlong and jdouble used as source for SetLongArrayRegion and SetDoubleArrayRegion with insufficient alignment for this platform.
Here’s my proposed fix:
http://cr.openjdk.java.net/~mdoerr/8239856_win32_long_double_align/webrev.00/
Please review.
Best regards,
Martin
More information about the core-libs-dev
mailing list