JDK-8241073 : Pre-generated Stubs for javax.management, Activation, Naming
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.rmi
  • Affected Version: 15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-03-16
  • Updated: 2020-04-07
  • Resolved: 2020-03-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15 b16Fixed
Related Reports
Relates :  
Relates :  
Description
The stub .java classes generated by rmic should be committed to the repo.
It removes a dependency on rmic and simplifies the build.

The stubs include:
- javax/management/remote/rmi/RMIConnectionImpl
- javax/management/remote/rmi/RMIServerImpl
- sun/rmi/server/Activation$ActivationSystemImpl
- com/sun/jndi/rmi/registry/ReferenceWrapper

The generated .java files will be edited to remove compiler warnings.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/9d9ce4a87009 User: rriggs Date: 2020-03-19 19:36:20 +0000
19-03-2020