-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 23
-
Component/s: core-libs
The class-level discussion of java.lang.reflect.Modifier would be improved by noting the relation to and differences from java.lang.reflect.AccessFlag.
Additionally, since Modifier.toString(int) gives a canonical ordering for the modifiers, a note could be added on where sealed/non-sealed should occur in such a list, even though sealed/non-sealed are _not_ implemented as modifiers in class files.
Additionally, since Modifier.toString(int) gives a canonical ordering for the modifiers, a note could be added on where sealed/non-sealed should occur in such a list, even though sealed/non-sealed are _not_ implemented as modifiers in class files.
- relates to
-
JDK-8322878 Including sealing information Class.toGenericString()
-
- Resolved
-
- links to
-
Commit
openjdk/jdk/9e9c05f0
-
Review(master)
openjdk/jdk/17338