-
Bug
-
Resolution: Fixed
-
P3
-
10
-
None
-
b36
JVMS 4.7.25 has been updated for Java SE 10 add a rule:
"If the current module is not java.base, and the class file version number is 54.0 or above, then neither ACC_TRANSITIVE nor ACC_STATIC_PHASE may be set in requires_flags."
This means an update to the module-info.class parser.
Also need to decide if the ModuleDescriptor.Builder API needs an update.
"If the current module is not java.base, and the class file version number is 54.0 or above, then neither ACC_TRANSITIVE nor ACC_STATIC_PHASE may be set in requires_flags."
This means an update to the module-info.class parser.
Also need to decide if the ModuleDescriptor.Builder API needs an update.
- relates to
-
JDK-8182734 7.7.1: Forbid modifiers on explicit java.base dependence
-
- Closed
-