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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • repo-valhalla
    • Affects Version/s: repo-valhalla
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: