-
Bug
-
Resolution: Fixed
-
P4
-
11, 13, 14, 15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8249496 | 13.0.5 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8247919 | 13.0.4 | Martin Doerr | P4 | Resolved | Fixed | b06 |
JDK-8240954 | 11.0.8 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8240740 | 11.0.7 | Martin Doerr | P4 | Resolved | Fixed | b07 |
# assert(is_aligned(from, alignment)) failed: must be aligned: ...
was still observed afterJDK-8220348.
src/jdk.jdwp.agent/share/native/libjdwp/ArrayReferenceImpl.c uses stack allocated jlong and jdouble as source for SetLongArrayRegion and SetDoubleArrayRegion. Windows 32 bit only uses 4 Byte alignment by default which is not sufficient.
was still observed after
src/jdk.jdwp.agent/share/native/libjdwp/ArrayReferenceImpl.c uses stack allocated jlong and jdouble as source for SetLongArrayRegion and SetDoubleArrayRegion. Windows 32 bit only uses 4 Byte alignment by default which is not sufficient.
- backported by
-
JDK-8240740 [ntintel] asserts about copying unaligned array element
- Resolved
-
JDK-8240954 [ntintel] asserts about copying unaligned array element
- Resolved
-
JDK-8247919 [ntintel] asserts about copying unaligned array element
- Resolved
-
JDK-8249496 [ntintel] asserts about copying unaligned array element
- Resolved
- clones
-
JDK-8220348 [ntintel] asserts about copying unaligned array
- Resolved