How are objects in heap represented in Dalvik VM and JVM, respectively, in terms of the object size and field order. Are they the same (like mirror)?
Is it possible to migrate the heap objects in DVM to JVM? For example, for each object in DVM heap, allocate an object of the same type in JVM, and then copy the content byte by byte (or, field by field).