RFR: JDK-8266670: Better modeling of access flags in core reflection [v7]

Joe Darcy darcy at openjdk.java.net
Thu Feb 17 22:59:02 UTC 2022


On Thu, 17 Feb 2022 20:32:45 GMT, ExE Boss <duke at openjdk.java.net> wrote:

> Note that the `accessFlags()` method is still missing in the `ModuleDescriptor.Opens` and the top‑level `ModuleDescriptor` classes:
> 
> https://github.com/openjdk/jdk/blob/5cc6ba50b1155340d13bc29d581c91ac543d2d95/src/java.base/share/classes/java/lang/module/ModuleDescriptor.java#L637-L651
> 
> https://github.com/openjdk/jdk/blob/5cc6ba50b1155340d13bc29d581c91ac543d2d95/src/java.base/share/classes/java/lang/module/ModuleDescriptor.java#L1307-L1324

You're correct; addressed in subsequent push. Thanks.

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

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


More information about the core-libs-dev mailing list