[jdk17] RFR: JDK-8268826: Cleanup Override in Context-Specific Deserialization Filters [v7]

Roger Riggs rriggs at openjdk.java.net
Wed Jul 7 14:55:18 UTC 2021


> Remove the unnecessary special case "OVERRIDE" in jdk.serialFilterFactory property.
> Fix description in the example of a filter allowing platform classes.
> Suppress some warnings about use of SecurityManager in tests.

Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:

  Update SerialFactoryExample.PredicateFilter to match the OIF implementation
  Test cleanup; enable logging of serialization on the command line (remove static)
  Remove obsolete comment about jdk.serialFilter
  Fix typo in StaticProperty.java

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

Changes:
  - all: https://git.openjdk.java.net/jdk17/pull/85/files
  - new: https://git.openjdk.java.net/jdk17/pull/85/files/ca66a7b4..e48f4d74

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk17&pr=85&range=06
 - incr: https://webrevs.openjdk.java.net/?repo=jdk17&pr=85&range=05-06

  Stats: 22 lines in 4 files changed: 9 ins; 7 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk17/pull/85.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/85/head:pull/85

PR: https://git.openjdk.java.net/jdk17/pull/85


More information about the core-libs-dev mailing list