Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8274946: Cleanup unnecessary calls to Throwable.initCause() in java.rmi
Reviewed-by: iris, rriggs
- Loading branch information
Showing
with
10 additions
and 20 deletions.
- +4 −8 src/java.rmi/share/classes/java/rmi/server/RMIClassLoader.java
- +1 −2 src/java.rmi/share/classes/java/rmi/server/RemoteObjectInvocationHandler.java
- +2 −4 src/java.rmi/share/classes/javax/rmi/ssl/SslRMIClientSocketFactory.java
- +1 −2 src/java.rmi/share/classes/javax/rmi/ssl/SslRMIServerSocketFactory.java
- +2 −4 src/java.rmi/share/classes/sun/rmi/log/ReliableLog.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f609b8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review
Issues