JDK 25 |
---|
25Unresolved |
Blocks :
|
Currently, `AccessFlags` validation does not respect ClassFile version; for example, we currently rejects using `AccessFlag.STRICT` on methods if we generate major version 52 (Java 8) bytecode. With the update to AccessFlags creation, we can capture the class file version from builder context to create the flags bound to the right versions.