On Thu, 28 Jul 2022 20:43:31 GMT, Joe Darcy <[email protected]> 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