diff -r 29604aafa0fc -r 687505381ca4 src/java.rmi/share/classes/java/rmi/dgc/package.html --- a/src/java.rmi/share/classes/java/rmi/dgc/package.html Wed Dec 12 08:38:45 2018 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ - - - - - - -Provides classes and interface for RMI distributed -garbage-collection (DGC). When the RMI server returns an object to -its client (caller of the remote method), it tracks the remote -object's usage in the client. When there are no more references to the -remote object on the client, or if the reference's ``lease'' expires and -not renewed, the server garbage-collects the remote object. - - - -@since 1.1 - -