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

[lworld] JVM_GetArrayElement and,JVM_SetArrayElement don't work for flatten array

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • repo-valhalla
    • repo-valhalla
    • hotspot

      Array::get and Array::set call JVM_GetArrayElement and JVM_SetArrayElement function to get and set an array element. The JVM entry points don't support flattened arrays.

      Instead of adding the flatten array support in JVM_GetArrayElement and JVM_SetArrayElement, we can do that in Array::get and Array::set in Java.

            mchung Mandy Chung (Inactive)
            mchung Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: