RFR: 8266766: Arrays of types that cannot be an annotation member do not yield exceptions [v3]
Rafael Winterhalter
winterhalter at openjdk.java.net
Wed Jun 9 13:46:28 UTC 2021
> 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
-------------
Changes: https://git.openjdk.java.net/jdk/pull/3925/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3925&range=02
Stats: 130 lines in 2 files changed: 128 ins; 1 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/3925.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3925/head:pull/3925
PR: https://git.openjdk.java.net/jdk/pull/3925
More information about the core-libs-dev
mailing list