private final void checkBounds(long off, long len) {
   Util.checkBounds(runtime, size, off, len);
 }