JDK 19 |
---|
19 b14Fixed |
Relates :
|
|
Relates :
|
UnsafeCopyMemory.java contains a few tests with 'mismatched' source and destination size. These tests use Unsafe.copyMemory to copy 4 bytes between longs and ints. These copies do not happen as expected on big endian systems since the low-order bytes are stored in 'other' half of the long, and a little extra work is required to copy between the correct locations.
|