public class com.oracle.svm.configure.config.ConfigurationMethod implements com.oracle.svm.configure.json.JsonPrintable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.svm.configure.config.ConfigurationMethod
super_class: java.lang.Object
{
public static final java.lang.String CONSTRUCTOR_NAME;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "<init>"
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String internalSignature;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int hash;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public static boolean isConstructorName(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: ldc "<init>"
aload 0
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public static java.lang.String toInternalParamsSignature(java.util.List<com.oracle.svm.configure.config.ConfigurationType>);
descriptor: (Ljava/util/List;)Ljava/lang/String;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
astore 1
start local 1 1: aload 0
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: java.util.List java.lang.StringBuilder top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.oracle.svm.configure.config.ConfigurationType
astore 2
start local 2 3: aload 1
aload 2
invokevirtual com.oracle.svm.configure.config.ConfigurationType.getQualifiedJavaName:()Ljava/lang/String;
invokestatic jdk.vm.ci.meta.MetaUtil.toInternalName:(Ljava/lang/String;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 1
bipush 41
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
6: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 types Ljava/util/List<Lcom/oracle/svm/configure/config/ConfigurationType;>;
1 7 1 sb Ljava/lang/StringBuilder;
3 4 2 type Lcom/oracle/svm/configure/config/ConfigurationType;
Signature: (Ljava/util/List<Lcom/oracle/svm/configure/config/ConfigurationType;>;)Ljava/lang/String;
MethodParameters:
Name Flags
types
public void <init>(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.oracle.svm.configure.config.ConfigurationMethod.name:Ljava/lang/String;
2: aload 2
astore 3
start local 3 3: aload 3
ifnull 6
4: aload 2
bipush 41
invokevirtual java.lang.String.lastIndexOf:(I)I
istore 4
start local 4 5: aload 3
iconst_0
iload 4
iconst_1
iadd
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
astore 3
end local 4 6: StackMap locals: com.oracle.svm.configure.config.ConfigurationMethod java.lang.String java.lang.String java.lang.String
StackMap stack:
aload 0
aload 3
putfield com.oracle.svm.configure.config.ConfigurationMethod.internalSignature:Ljava/lang/String;
7: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/oracle/svm/configure/config/ConfigurationMethod;
0 8 1 name Ljava/lang/String;
0 8 2 internalSignature Ljava/lang/String;
3 8 3 paramsOnlySignature Ljava/lang/String;
5 6 4 paramsEnd I
MethodParameters:
Name Flags
name
internalSignature
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/configure/config/ConfigurationMethod;
public java.lang.String getInternalSignature();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.internalSignature:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/configure/config/ConfigurationMethod;
public boolean matches(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.oracle.svm.configure.config.ConfigurationMethod.getName:()Ljava/lang/String;
aload 1
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 2
aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.internalSignature:Ljava/lang/String;
ifnull 1
aload 2
aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.internalSignature:Ljava/lang/String;
invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
ifeq 2
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/svm/configure/config/ConfigurationMethod;
0 3 1 methodName Ljava/lang/String;
0 3 2 methodInternalSignature Ljava/lang/String;
MethodParameters:
Name Flags
methodName
methodInternalSignature
public boolean isConstructor();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.name:Ljava/lang/String;
invokestatic com.oracle.svm.configure.config.ConfigurationMethod.isConstructorName:(Ljava/lang/String;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/configure/config/ConfigurationMethod;
public void printJson(com.oracle.svm.configure.json.JsonWriter);
descriptor: (Lcom/oracle/svm/configure/json/JsonWriter;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=7, args_size=2
start local 0 start local 1 0: aload 1
bipush 123
invokevirtual com.oracle.svm.configure.json.JsonWriter.append:(C)Lcom/oracle/svm/configure/json/JsonWriter;
pop
1: aload 1
ldc "name"
invokevirtual com.oracle.svm.configure.json.JsonWriter.quote:(Ljava/lang/String;)Lcom/oracle/svm/configure/json/JsonWriter;
bipush 58
invokevirtual com.oracle.svm.configure.json.JsonWriter.append:(C)Lcom/oracle/svm/configure/json/JsonWriter;
aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.name:Ljava/lang/String;
invokevirtual com.oracle.svm.configure.json.JsonWriter.quote:(Ljava/lang/String;)Lcom/oracle/svm/configure/json/JsonWriter;
bipush 44
invokevirtual com.oracle.svm.configure.json.JsonWriter.append:(C)Lcom/oracle/svm/configure/json/JsonWriter;
pop
2: aload 1
ldc "parameterTypes"
invokevirtual com.oracle.svm.configure.json.JsonWriter.quote:(Ljava/lang/String;)Lcom/oracle/svm/configure/json/JsonWriter;
ldc ":["
invokevirtual com.oracle.svm.configure.json.JsonWriter.append:(Ljava/lang/String;)Lcom/oracle/svm/configure/json/JsonWriter;
pop
3: ldc ""
astore 2
start local 2 4: aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.internalSignature:Ljava/lang/String;
invokestatic com.oracle.svm.configure.config.SignatureUtil.toParameterTypes:(Ljava/lang/String;)[Ljava/lang/String;
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 9
StackMap locals: com.oracle.svm.configure.config.ConfigurationMethod com.oracle.svm.configure.json.JsonWriter java.lang.String top int int java.lang.String[]
StackMap stack:
5: aload 6
iload 4
aaload
astore 3
start local 3 6: aload 1
aload 2
invokevirtual com.oracle.svm.configure.json.JsonWriter.append:(Ljava/lang/String;)Lcom/oracle/svm/configure/json/JsonWriter;
aload 3
invokevirtual com.oracle.svm.configure.json.JsonWriter.quote:(Ljava/lang/String;)Lcom/oracle/svm/configure/json/JsonWriter;
pop
7: ldc ","
astore 2
end local 3 8: iinc 4 1
StackMap locals:
StackMap stack:
9: iload 4
iload 5
if_icmplt 5
10: aload 1
ldc "] }"
invokevirtual com.oracle.svm.configure.json.JsonWriter.append:(Ljava/lang/String;)Lcom/oracle/svm/configure/json/JsonWriter;
pop
11: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/oracle/svm/configure/config/ConfigurationMethod;
0 12 1 writer Lcom/oracle/svm/configure/json/JsonWriter;
4 12 2 prefix Ljava/lang/String;
6 8 3 type Ljava/lang/String;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
writer
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.hash:I
ifne 4
1: aload 0
aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.name:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
bipush 31
imul
aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.internalSignature:Ljava/lang/String;
ifnonnull 2
iconst_0
goto 3
StackMap locals: com.oracle.svm.configure.config.ConfigurationMethod
StackMap stack: com.oracle.svm.configure.config.ConfigurationMethod int
2: aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.internalSignature:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
StackMap locals: com.oracle.svm.configure.config.ConfigurationMethod
StackMap stack: com.oracle.svm.configure.config.ConfigurationMethod int int
3: iadd
putfield com.oracle.svm.configure.config.ConfigurationMethod.hash:I
4: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.hash:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/oracle/svm/configure/config/ConfigurationMethod;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpeq 4
aload 1
instanceof com.oracle.svm.configure.config.ConfigurationMethod
ifeq 4
1: aload 1
checkcast com.oracle.svm.configure.config.ConfigurationMethod
astore 2
start local 2 2: aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.name:Ljava/lang/String;
aload 2
getfield com.oracle.svm.configure.config.ConfigurationMethod.name:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 3
aload 0
getfield com.oracle.svm.configure.config.ConfigurationMethod.internalSignature:Ljava/lang/String;
aload 2
getfield com.oracle.svm.configure.config.ConfigurationMethod.internalSignature:Ljava/lang/String;
invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 3
iconst_1
ireturn
StackMap locals: com.oracle.svm.configure.config.ConfigurationMethod
StackMap stack:
3: iconst_0
ireturn
end local 2 4: StackMap locals:
StackMap stack:
aload 1
aload 0
if_acmpne 5
iconst_1
ireturn
StackMap locals:
StackMap stack:
5: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/oracle/svm/configure/config/ConfigurationMethod;
0 6 1 obj Ljava/lang/Object;
2 4 2 other Lcom/oracle/svm/configure/config/ConfigurationMethod;
MethodParameters:
Name Flags
obj
}
SourceFile: "ConfigurationMethod.java"