[jdk11u-dev] Integrated: 8193214: Incorrect annotations.without.processors warnings with JDK 9
Aleksey Shipilev
shade at openjdk.java.net
Fri Jun 25 08:01:15 UTC 2021
On Thu, 24 Jun 2021 13:18:39 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> JDK 9 regression, fixed in JDK 12, but not in JDK 11. Prevents compiling JDK 11 code with -Xlint:processing when annotation processors are enabled. Patch applies cleanly. The only affected code path seems to be Xlint itself, and nothing else. New test fails without the patch, passes with it.
This pull request has now been integrated.
Changeset: c39f3f73
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk11u-dev/commit/c39f3f73d133f725d4b549cc418c120916026d34
Stats: 93 lines in 3 files changed: 84 ins; 0 del; 9 mod
8193214: Incorrect annotations.without.processors warnings with JDK 9
Backport-of: 19c364592cf273bcc0ee42d71137987acde1edbd
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/61
More information about the jdk-updates-dev
mailing list