-
Bug
-
Resolution: Fixed
-
P2
-
repo-valhalla
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.
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.