[jdk17u-dev] RFR: 8336942: Improve test coverage for class loading elements with annotations of different retentions [v2]

Thomas Fitzsimmons duke at openjdk.org
Mon Nov 11 13:30:28 UTC 2024


On Sat, 9 Nov 2024 15:13:42 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> I can reproduce the expected failure with your change and something like the following.

Confirmed on my setup:


/source/jdk17u-dev/test/langtools/tools/javac/processing/model/type/BasicAnnoTests.java:541: error: Unexpected value: 1, expected: 33
    public @TA(1) @TD(2) int f10;
                             ^
1 error

-------------

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2955#issuecomment-2468179947


More information about the jdk-updates-dev mailing list