On Fri, 21 May 2021 17:25:07 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> The static is intended to distinguish that single filter from the others. The > static vs current distinction is part of JEP 290 from which this evolved. I can kinda grok that now, I see "current filter" in JEP 290. I think that the new terms "JVM-wide filter" and "stream-specific filter", are more accurate and straightforward to follow. > The migration to "de-serialization" from the previous "serialization" is as > yet incomplete. Ok. I assume that will be completed as part of this PR. ------------- PR: https://git.openjdk.java.net/jdk/pull/3996