mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8339115: Rename TypeKind enum constants to follow code style
Reviewed-by: asotona
This commit is contained in:
parent
fef1ef7dfe
commit
25e03b5209
38 changed files with 725 additions and 638 deletions
|
@ -155,7 +155,7 @@ public class CodeWriter extends BasicWriter {
|
|||
case NewObjectInstruction instr ->
|
||||
printConstantPoolRef(instr.className());
|
||||
case NewPrimitiveArrayInstruction instr ->
|
||||
print(" " + instr.typeKind().typeName());
|
||||
print(" " + instr.typeKind().upperBound().displayName());
|
||||
case NewReferenceArrayInstruction instr ->
|
||||
printConstantPoolRef(instr.componentType());
|
||||
case TableSwitchInstruction instr -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue