예제 #1
0
 @Override
 @ForceInline
 public byte readVolatileByte(long offset) {
   return memory.readVolatileByte(address + translate(offset));
 }