Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8198445

Access API for primitive/native arraycopy

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 11
    • hotspot
    • None
    • gc
    • b07
    • generic
    • generic

      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.

            rkennke Roman Kennke
            rkennke Roman Kennke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: