JDK 24 |
---|
24 b14Fixed |
CSR :
|
|
Duplicate :
|
`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.
|