RFR: 8266766: Arrays of types that cannot be an annotation member do not yield exceptions [v3]

Joe Darcy darcy at openjdk.java.net
Thu Jun 10 00:02:14 UTC 2021


On Wed, 9 Jun 2021 13:46:28 GMT, Rafael Winterhalter <winterhalter at openjdk.org> wrote:

>> If a type is changed from a type that can be a member of an annotation which is used in an array, changing it to a type that cannot be an array member will be treated as if the type is an annotation type. As a result, no exception proxy is created and the type is returned as if it was correctly defined.
>
> Rafael Winterhalter has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   8266766: Arrays of types that cannot be an annotation member do not yield exceptions

To aid future maintainers, please add a short summary comment with an outline of what the test is doing before integrating.

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

Marked as reviewed by darcy (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3925


More information about the core-libs-dev mailing list