Hello, I noticed that in Hotspot there are intrinsics defined for Unsafe.prefetchRead(), Unsafe.prefetchWrite(), Unsafe.prefetchReadStatic() and Unsafe.prefetchWriteStatic(), but none of them are defined in JDK's Unsafe.java nor is it called anywhere. Is this code used for anything? Why is it there? Thanks and best regards, Roman