Re: RFR: 8269336: Malformed jdk.serialFilter incorrectly handled [v2]

2021-10-20 Thread Jaikiran Pai
On Tue, 19 Oct 2021 14:22:26 GMT, Jaikiran Pai 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

Re: RFR: 8269336: Malformed jdk.serialFilter incorrectly handled [v2]

2021-10-20 Thread Roger Riggs
On Tue, 19 Oct 2021 14:22:26 GMT, Jaikiran Pai 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

Re: RFR: 8269336: Malformed jdk.serialFilter incorrectly handled [v2]

2021-10-19 Thread Jaikiran Pai
On Tue, 19 Oct 2021 13:48:33 GMT, Roger Riggs wrote: >> Jaikiran Pai has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Roger's review suggestion - rethrow the RuntimeException instead of >> wrapping in ExceptionInInitializerError > >

Re: RFR: 8269336: Malformed jdk.serialFilter incorrectly handled [v2]

2021-10-19 Thread Jaikiran Pai
> 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