// Use of this method should be gated by VM_Version::has_prefetchw.
inline void Prefetch::write(void *loc, intx interval) {
#ifdef AMD64
  _Prefetch_write(loc, interval);
#endif // AMD64
}
inline void Prefetch::write(void *loc, intx interval) {
  _Prefetch_write(loc, interval);
}