Integrated: 8344149: Remove usage of Security Manager from java.rmi

Stuart Marks smarks at openjdk.org
Tue Nov 19 19:01:08 UTC 2024


On Fri, 15 Nov 2024 01:12:34 GMT, Stuart Marks <smarks at openjdk.org> wrote:

> First cut at removal of Security Manager stuff from RMI.
> 
> This covers just about every SM-related case in RMI, except for a bit of package checking in MarshalInputStream. This will be handled separately. It's covered by [JDK-8344329](https://bugs.openjdk.org/browse/JDK-8344329).
> 
> Further simplifications could be done in RuntimeUtil and NewThreadAction. However, those changes started to become somewhat more intrusive than I'd like for this PR, which is focused on removing security-related stuff. EDIT: I've filed [JDK-8344461](https://bugs.openjdk.org/browse/JDK-8344461) to cover this additional cleanup work.

This pull request has now been integrated.

Changeset: 6a5256ec
Author:    Stuart Marks <smarks at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6a5256ec042e16a2157475e86e7859b345a91bd0
Stats:     723 lines in 27 files changed: 7 ins; 550 del; 166 mod

8344149: Remove usage of Security Manager from java.rmi

Reviewed-by: rriggs, kevinw, aefimov

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

PR: https://git.openjdk.org/jdk/pull/22129


More information about the core-libs-dev mailing list