@Override
 @ForceInline
 public long readVolatileLong(long offset) {
   return memory.readVolatileLong(address + translate(offset));
 }