[lworld] JNI should support inline types

XMLWordPrintable

      JNI API: No issues as yet, "every as handle" fits the VM representation for native code.

      JNI implementation:
      - creation with different mirror types (indirect vs inline)
      - flatten field access
      - array access needs to support valueArrayOop, aka flattened inline type array

      Testing needs expanding to exercise:
      IsAssignableFrom
      SetObjectField
      GetObjectField
      NewObjectArray
      GetObjectArrayElement
      SetObjectArrayElement
      MonitorEnter
      MonitorExit
      IsSameObject
      AllocObject
      NewObject
      NewObjectV
      NewObjectA
      IsInstanceOf
      Call*Method functions
      GetFieldID
      GetArrayLength
      NewGlobalRef
      NewLocalRef
      NewWeakGlobalRef

            Assignee:
            David Simms
            Reporter:
            David Simms
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: