RFR: CODETOOLS-7903346: Cannot compile jtreg with jdk-19
Iris Clark
iris at openjdk.org
Thu Oct 6 05:47:38 UTC 2022
On Thu, 6 Oct 2022 00:03:12 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a trivial change to a class in the jtreg repo, to disable warnings on an "unintentionally serializable" class.
> The class extends `TreeMap` which happens to be `Serializable`, and the class contains some non-serializable fields.
>
> In JDK 18, the javac serialization warnings were enhanced, causing this code to fail to compile with `-Xlint -Werror`.
Marked as reviewed by iris (Reviewer).
-------------
PR: https://git.openjdk.org/jtreg/pull/129
More information about the jtreg-dev
mailing list