RFR: 8344034: Remove security manager dependency in Serialization [v3]

Roger Riggs rriggs at openjdk.org
Tue Nov 12 21:59:43 UTC 2024


> After [JDK-8338411](https://bugs.openjdk.org/browse/JDK-8338411), Serialization implementation dependencies on SecurityManager, doPrivildged, and AccessController are removed.
> Some refactoring to cleanup the remaining code is expected.

Roger Riggs has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 227 commits:

 - Cleanup of suppress warnings and caller sensitive from review comments.
 - Merge branch 'master' into 8344034-sm-removal-serialization
 - JDK-8344034: Remove security manager dependency in Serialization
 - Merge remote-tracking branch 'jdk-sandbox/jep486' into JDK-8338411
 - Merge branch 'master' into jep486
 - Move remaining JEP 486 failing tests into correct groups.
 - Move JEP 486 failing tests into hotspot_runtime group.
 - test/jdk/java/rmi/server/RMIClassLoader/spi/DefaultProperty.java failing
 - Merge branch 'master' into jep486
 - Merge branch 'master' into jep486
 - ... and 217 more: https://git.openjdk.org/jdk/compare/63eb4853...3f850839

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

Changes: https://git.openjdk.org/jdk/pull/22041/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22041&range=02
  Stats: 396 lines in 5 files changed: 7 ins; 301 del; 88 mod
  Patch: https://git.openjdk.org/jdk/pull/22041.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22041/head:pull/22041

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


More information about the core-libs-dev mailing list