697698699700701702703704705
} // This function must only be called while synchronized on this object: private synchronized void checkDisposed() { if (disposed) { throw new DisposedException("java_remote_bridge " + this + " is disposed"); } }