On Sat, 5 Mar 2022 03:14:33 GMT, Roger Riggs <rri...@openjdk.org> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Retrofit another location. > > src/java.base/share/classes/java/io/InvalidObjectException.java line 63: > >> 61: */ >> 62: public InvalidObjectException(String reason, Throwable cause) { >> 63: super(reason); > > Should this be: `super(reason, cause)`? Yes; good catch -- will fix in the next push. Thanks. ------------- PR: https://git.openjdk.java.net/jdk/pull/7711