RFR: 8344039: Remove security manager dependency in java.time [v2]

Roger Riggs rriggs at openjdk.org
Wed Nov 13 14:12:34 UTC 2024


> After [JDK-8338411](https://bugs.openjdk.org/browse/JDK-8338411), Serialization implementation dependencies on doPriviledged 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 unnecessary suppress warnings removal
  ServiceLoader configuration exceptions (in a static initialization) are rethrown as Error.
  Remove dependency on SecurityException thrown by ServiceLoader (as obsolete)

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22042/files
  - new: https://git.openjdk.org/jdk/pull/22042/files/96a8d26c..0f2e92f5

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22042&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22042&range=00-01

  Stats: 5 lines in 1 file changed: 0 ins; 4 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/22042.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22042/head:pull/22042

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


More information about the core-libs-dev mailing list