public class jdk.nashorn.internal.codegen.LocalStateRestorationInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.nashorn.internal.codegen.LocalStateRestorationInfo
  super_class: java.lang.Object
{
  private final jdk.nashorn.internal.codegen.types.Type[] localVariableTypes;
    descriptor: [Ljdk/nashorn/internal/codegen/types/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int[] stackLoads;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(jdk.nashorn.internal.codegen.types.Type[], int[]);
    descriptor: ([Ljdk/nashorn/internal/codegen/types/Type;[I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.nashorn.internal.codegen.LocalStateRestorationInfo this
        start local 1 // jdk.nashorn.internal.codegen.types.Type[] localVariableTypes
        start local 2 // int[] stackLoads
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* localVariableTypes */
            putfield jdk.nashorn.internal.codegen.LocalStateRestorationInfo.localVariableTypes:[Ljdk/nashorn/internal/codegen/types/Type;
         2: .line 40
            aload 0 /* this */
            aload 2 /* stackLoads */
            putfield jdk.nashorn.internal.codegen.LocalStateRestorationInfo.stackLoads:[I
         3: .line 41
            return
        end local 2 // int[] stackLoads
        end local 1 // jdk.nashorn.internal.codegen.types.Type[] localVariableTypes
        end local 0 // jdk.nashorn.internal.codegen.LocalStateRestorationInfo this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Ljdk/nashorn/internal/codegen/LocalStateRestorationInfo;
            0    4     1  localVariableTypes  [Ljdk/nashorn/internal/codegen/types/Type;
            0    4     2          stackLoads  [I
    MethodParameters:
                    Name  Flags
      localVariableTypes  final
      stackLoads          final

  public jdk.nashorn.internal.codegen.types.Type[] getLocalVariableTypes();
    descriptor: ()[Ljdk/nashorn/internal/codegen/types/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.LocalStateRestorationInfo this
         0: .line 48
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.LocalStateRestorationInfo.localVariableTypes:[Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type[].clone:()Ljava/lang/Object;
            checkcast jdk.nashorn.internal.codegen.types.Type[]
            areturn
        end local 0 // jdk.nashorn.internal.codegen.LocalStateRestorationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/LocalStateRestorationInfo;

  public int[] getStackLoads();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.LocalStateRestorationInfo this
         0: .line 57
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.LocalStateRestorationInfo.stackLoads:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            areturn
        end local 0 // jdk.nashorn.internal.codegen.LocalStateRestorationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/LocalStateRestorationInfo;
}
SourceFile: "LocalStateRestorationInfo.java"