Integrated: 8289647: AssertionError during annotation processing of record related tests

Aggelos Biboudis abimpoudis at openjdk.org
Fri Jul 29 16:05:10 UTC 2022


On Wed, 20 Jul 2022 13:56:07 GMT, Aggelos Biboudis <abimpoudis at openjdk.org> wrote:

> This PR fixes a situation where the same record component was entered *and* schedule for later annotation at the same time.
> 
> The test case of the original bug report was recreated as part of "RecordCompilationTests". I tested that it breaks with the expected assertion error mentioned on the original bug report, without the proposed changes.

This pull request has now been integrated.

Changeset: 64a1a08f
Author:    Aggelos Biboudis <abimpoudis at openjdk.org>
Committer: Vicente Romero <vromero at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/64a1a08ff9f120648e466449f65750991cbf673c
Stats:     117 lines in 3 files changed: 78 ins; 31 del; 8 mod

8289647: AssertionError during annotation processing of record related tests

Reviewed-by: vromero

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

PR: https://git.openjdk.org/jdk/pull/9570


More information about the compiler-dev mailing list