-
Bug
-
Resolution: Fixed
-
P3
-
24
-
None
`java.lang.classfile.TypeKind`'s enum constants are named like `IntType`, in upper camel case, which is used for class names. It should be named in upper snake case like `INT`, and the "type" suffix can be dropped.
Also improve the API specification of TypeKind, that it is the data types JVM operates on, and link to JVMS.
Also improve the API specification of TypeKind, that it is the data types JVM operates on, and link to JVMS.
- csr for
-
JDK-8339116 Rename TypeKind enum constants to follow code style
- Closed
- duplicates
-
JDK-8339158 TypeKind add slotSize field
- Closed
- links to
-
Commit(master) openjdk/jdk/25e03b52
-
Review(master) openjdk/jdk/20737