RFR: 8267123: Remove RMI Activation

Stuart Marks smarks at openjdk.java.net
Wed May 26 19:49:04 UTC 2021


On Tue, 25 May 2021 18:04:45 GMT, Stuart Marks <smarks at openjdk.org> wrote:

> This is the implementation of [JEP 407](https://openjdk.java.net/jeps/407).
> 
> This is a fairly straightforward removal of this component.
>  - Activation implementation classes removed
>  - Activation tests removed
>  - adjustments to various comments to remove references to Activation
>  - adjustments to some code to remove special-case support for Activation from core RMI
>  - adjustments to several tests to remove testing and support for, and mentions of Activation
>  - remove `rmid` tool
> 
> (Personally, I found that reviewing using the webrev was easier than navigating github's diff viewer.)

AlanBateman wrote:

> test/jdk/sun/rmi/log/ReliableLog/LogAlignmentTest.java

Oh yes, this test mentions `rmid`, but it is basically a direct test of the `ReliableLog` stuff and it doesn't actually use or depend on Activation or `rmid`. The test still runs and passes.

I'll do a followup pass to see if anything in the system uses anything in the `sun.rmi.log` package. Maybe the only user was Activation.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4194


More information about the hotspot-runtime-dev mailing list