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

Roger Riggs rriggs at openjdk.org
Wed Nov 13 15:31:11 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 incrementally with one additional commit since the last revision:

  Remove CallerSensitive and suppress warnings

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22041/files
  - new: https://git.openjdk.org/jdk/pull/22041/files/3e56ef09..8c1fc41d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22041&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22041&range=03-04

  Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 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