public static void copyMemory(long srcAddr, long dstAddr, long length) {
   PlatformDependent0.copyMemory(srcAddr, dstAddr, length);
 }