On Mon, 18 Oct 2021 13:44:56 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review for this change which addresses > https://bugs.openjdk.java.net/browse/JDK-8269336? > > As noted in that issue, this change will now propagate any exception that > occurred during parsing and creation of the filter configured through the > `jdk.serialFilter` system property. It will also continue to log those > errors, like it previously did. > > A new jtreg test has been introduced to reproduce this issue and verify the > fix. > > Given that invalid values for this system property will now start throwing > exception, will this change need a CSR? This pull request has now been integrated. Changeset: 35e5bb5f Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/35e5bb5f59c01a1b07893780fa73f93c2abab653 Stats: 90 lines in 2 files changed: 89 ins; 0 del; 1 mod 8269336: Malformed jdk.serialFilter incorrectly handled Reviewed-by: rriggs ------------- PR: https://git.openjdk.java.net/jdk/pull/5988