JDK 23 |
---|
23 b19Fixed |
CSR :
|
|
Cloners :
|
OperatorInstruction.of(Opcode opcode) for opcode that is not of Opcode.kind.Operator throws an IAE as naturally expected. But this is not documented. Also NewPrimitiveArrayInstruction.of(TypeKind typeKind); doesn't throw any exceptions but it should if typeKind is not the right type
|