JDK-8141491 moves the copy functionality from libjava.so/Bits.c into the VM and Unsafe. The wrapper methods are no longer needed and the nio code should be updated to call them directly instead. This will have the additional benefit of removing the now confusingly named copy{From,To}{Short,Int,Long} (they don't just copy data, they also byte swap elements on the fly).