RFR: JDK-8289106: Add model of class file versions to core reflection [v5]
Roger Riggs
rriggs at openjdk.org
Mon Aug 1 17:09:00 UTC 2022
On Thu, 28 Jul 2022 20:43:31 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> JDK-8289106: Add model of class file versions to core reflection
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> Appease jcheck.
src/java.base/share/classes/java/lang/reflect/AccessFlag.java line 101:
> 99: PUBLIC(Modifier.PUBLIC, true,
> 100: Set.of(Location.CLASS, Location.FIELD, Location.METHOD,
> 101: Location.INNER_CLASS)) {
Is there another way to implement this that does not create 19 anonymous classes with a single overloaded method?
-------------
PR: https://git.openjdk.org/jdk/pull/9299
More information about the core-libs-dev
mailing list