Description
Currently, the Access API does not support primitive arrays. While there *is* an API in place, it does not compile, and the relevant hooks in the runtime are missing.
The same API may/should be used in places where we currently call typeArrayOopDesc::*_addr() functions followed by memcpy() to bulk transfer memory between primitive Java and native arrays.
The same API may/should be used in places where we currently call typeArrayOopDesc::*_addr() functions followed by memcpy() to bulk transfer memory between primitive Java and native arrays.
Attachments
Issue Links
- relates to
-
JDK-8200376 JDK-8198445 broke the build with GCC 7.3.0
- Closed
-
JDK-8199764 Zero broken after 8198445
- Resolved