jdk.aot — the jaotc tool jdk.internal.vm.compiler — the Graal compiler jdk.internal.vm.compiler.management — Graal's MBean Preserve these two Graal-related source files so that the JVMCI module (jdk.internal.vm.ci, JEP 243) continues to build:
Я сейчас оптимизирую функцию, в которой копируются байты из int[] в byte[]. Дооптимизировался до unsafe.copyMemory. И у меня вопрос возник: а могу ли я не копировать, а кастануть, или поменять указатель в destination массиве?