JT Harness : Tests that were not run
java/rmi/dgc/dgcAckFailure/DGCAckFailure.java: If, after returning a reference to a remote object in the current VM (which gets implicitly converted to a remote stub), the client fails to both send a DGC dirty call and to send a "DGC acknowledgment", the RMI runtime should eventually allow the remote object to be garbage collected, rather than pinning it indefinitely.
java/rmi/dgc/retryDirtyCalls/RetryDirtyCalls.java: When a DGC dirty call fails, RMI's client-side DGC implementation should attempt to retry the same dirty call a few times, at least until the known lease for that endpoint has expired, instead of just giving up renewing that lease at all after the first failure.
java/rmi/registry/multipleRegistries/MultipleRegistries.java: Can't run multiple registries in the same VM
java/rmi/registry/nonLocalRegistry/NonLocalRegistryTest.java: Verify that Registry rejects non-local access for bind, unbind, rebind.
java/rmi/registry/nonLocalRegistry/NonLocalSkeletonTest.java#id1: Verify that Registry rejects non-local access for bind, unbind, rebind.
java/rmi/server/RMISocketFactory/useSocketFactory/unicast/TCPEndpointReadBug.java: Allow custom socket factory to be null in TCPEndpoint.
java/rmi/server/RemoteServer/AddrInUse.java: retryServerSocket should not retry on BindException
java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java: Check that objects are exported with ObjectInputFilters via UnicastRemoteObject
java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java: synopsis: unexporting doesn't guarantee that DGC will let go of remote object
java/rmi/server/UnicastServerRef/serialFilter/FilterUSRTest.java: Check objects exported with ObjectInputFilters via internal UnicastServerRef(2)
java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java: The local garbage collector needs to inspect a client VM's heap often enough (even if the VM is idle) to detect unreachable live remote references, so that their server VMs can be informed that the client VM is no longer holding a reference; this facilitates the server VM invoking the remote object's unreferenced() method (if present), garbage collecting the remote object, and allowing the server VM to exit.
java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java: Distributed Garbage Collector Memory Leak
Report generated on Nov 16, 2024 3:15:34 AM
Using JT Harness 6.0 b24; built on December 7, 2023 at 12:00:00 AM AEDT with openjdk version "11.0.21" 2023-10-17