On Fri, 15 Nov 2024 01:12:34 GMT, Stuart Marks <sma...@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 <sma...@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