-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b19
-
Verified
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
Also
NewPrimitiveArrayInstruction.of(TypeKind typeKind);
doesn't throw any exceptions but it should if typeKind is not the right type
- csr for
-
JDK-8329501 Undocumented exception thrown by Instruction factory methods accepting Opcode
- Closed
- is cloned by
-
JDK-8338492 Undocumented exception thrown by Instruction factory methods accepting Opcode - Part 2
- Resolved