-
Bug
-
Resolution: Fixed
-
P3
-
repo-valhalla
The JVMS drafts for value classes and primitive classes define the following new class modifiers:
- ACC_VALUE
- ACC_PERMITS_VALUE
- ACC_PRIMITIVE
Those new flags are defined in "Table 4.1-B. Class access and property modifiers".
Those new modifiers should be supported by the java.lang.reflect.Modifier class, which would prevent code duplication like in java.lang.Class where the missing flags are defined locally as private constant fields.
- ACC_VALUE
- ACC_PERMITS_VALUE
- ACC_PRIMITIVE
Those new flags are defined in "Table 4.1-B. Class access and property modifiers".
Those new modifiers should be supported by the java.lang.reflect.Modifier class, which would prevent code duplication like in java.lang.Class where the missing flags are defined locally as private constant fields.
- duplicates
-
JDK-8287250 Add Class.isIdentity method
-
- Closed
-
- relates to
-
JDK-8280981 [lworld] Core reflection APIs for value classes
-
- Resolved
-