Loading... (original) (raw)

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.

relates to

Bug - A problem which impairs or prevents the functions of the product. JDK-8200376 JDK-8198445 broke the build with GCC 7.3.0

Bug - A problem which impairs or prevents the functions of the product. JDK-8199764 Zero broken after 8198445