Skip to content

Commit 12528bb

Browse files
committed
8280060: The sun/rmi/server/Activation.java class use Thread.dumpStack()
Reviewed-by: phh
1 parent 53bb5f6 commit 12528bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jdk/src/share/classes/sun/rmi/server/Activation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ public void unregisterObject(ActivationID id)
535535
public ActivationGroupID registerGroup(ActivationGroupDesc desc)
536536
throws ActivationException, RemoteException
537537
{
538-
Thread.dumpStack();
539538
checkShutdown();
540539
// RegistryImpl.checkAccess() is done in the SameHostOnlyServerRef
541540
// during unmarshallCustomData and is not applicable to local access.

0 commit comments

Comments
 (0)