class com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey
super_class: java.lang.Object
{
final java.lang.reflect.Type[] interfaces;
descriptor: [Ljava/lang/reflect/Type;
flags: (0x0010) ACC_FINAL
void <init>(java.lang.reflect.Type[]);
descriptor: ([Ljava/lang/reflect/Type;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey this
start local 1 // java.lang.reflect.Type[] aInterfaces
0: .line 259
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 260
aload 0 /* this */
aload 1 /* aInterfaces */
putfield com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey.interfaces:[Ljava/lang/reflect/Type;
2: .line 261
return
end local 1 // java.lang.reflect.Type[] aInterfaces
end local 0 // com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/svm/hosted/analysis/Inflation$GenericInterfacesEncodingKey;
0 3 1 aInterfaces [Ljava/lang/reflect/Type;
MethodParameters:
Name Flags
aInterfaces
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey this
start local 1 // java.lang.Object obj
0: .line 265
aload 1 /* obj */
instanceof com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey
ifeq 1
aload 0 /* this */
getfield com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey.interfaces:[Ljava/lang/reflect/Type;
aload 1 /* obj */
checkcast com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey
getfield com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey.interfaces:[Ljava/lang/reflect/Type;
invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 // java.lang.Object obj
end local 0 // com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/analysis/Inflation$GenericInterfacesEncodingKey;
0 2 1 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey this
0: .line 270
aload 0 /* this */
getfield com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey.interfaces:[Ljava/lang/reflect/Type;
invokestatic java.util.Arrays.hashCode:([Ljava/lang/Object;)I
ireturn
end local 0 // com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/analysis/Inflation$GenericInterfacesEncodingKey;
}
SourceFile: "Inflation.java"
NestHost: com.oracle.svm.hosted.analysis.Inflation
InnerClasses:
GenericInterfacesEncodingKey = com.oracle.svm.hosted.analysis.Inflation$GenericInterfacesEncodingKey of com.oracle.svm.hosted.analysis.Inflation