This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8241073: Pre-generated Stubs for javax.management, Activation, Naming
Reviewed-by: erikj, ihse, alanb, dfuchs
- Loading branch information
Showing
with
1,139 additions
and 534 deletions.
- +0 −80 make/CompileInterimRmic.gmk
- +2 −5 make/Docs.gmk
- +2 −2 make/Global.gmk
- +8 −32 make/Main.gmk
- +2 −8 make/ZipSource.gmk
- +1 −10 make/autoconf/spec.gmk.in
- +0 −94 make/common/RMICompilation.gmk
- +2 −32 make/jdk/netbeans/jmx/build.xml
- +0 −53 make/rmic/Rmic-java.management.rmi.gmk
- +0 −48 make/rmic/Rmic-java.rmi.gmk
- +0 −45 make/rmic/Rmic-jdk.naming.rmi.gmk
- +0 −45 make/rmic/RmicCommon.gmk
- +609 −0 src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.java
- +93 −0 src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIServerImpl_Stub.java
- +108 −0 src/java.rmi/share/classes/java/rmi/activation/ActivationGroup_Stub.java
- +239 −0 src/java.rmi/share/classes/sun/rmi/server/Activation$ActivationSystemImpl_Stub.java
- +0 −80 src/java.rmi/share/doc/stub/java/rmi/activation/ActivationGroup_Stub.java
- +73 −0 src/jdk.naming.rmi/share/classes/com/sun/jndi/rmi/registry/ReferenceWrapper_Stub.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
Oops, something went wrong.