public class java.sql.BatchUpdateException extends java.sql.SQLException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.sql.BatchUpdateException
  super_class: java.sql.SQLException
{
  private int[] updateCounts;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private long[] longUpdateCounts;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5977529877145521757

  public void <init>(java.lang.String, java.lang.String, int, int[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.String SQLState
        start local 3 // int vendorCode
        start local 4 // int[] updateCounts
         0: .line 101
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* SQLState */
            iload 3 /* vendorCode */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 102
            aload 0 /* this */
            aload 4 /* updateCounts */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: java.sql.BatchUpdateException java.lang.String java.lang.String int int[]
      StackMap stack: java.sql.BatchUpdateException
         2: aload 4 /* updateCounts */
            aload 4 /* updateCounts */
            arraylength
            invokestatic java.util.Arrays.copyOf:([II)[I
      StackMap locals: java.sql.BatchUpdateException java.lang.String java.lang.String int int[]
      StackMap stack: java.sql.BatchUpdateException int[]
         3: putfield java.sql.BatchUpdateException.updateCounts:[I
         4: .line 103
            aload 0 /* this */
            aload 4 /* updateCounts */
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack: java.sql.BatchUpdateException
         5: aload 4 /* updateCounts */
            invokestatic java.sql.BatchUpdateException.copyUpdateCount:([I)[J
      StackMap locals: java.sql.BatchUpdateException java.lang.String java.lang.String int int[]
      StackMap stack: java.sql.BatchUpdateException long[]
         6: putfield java.sql.BatchUpdateException.longUpdateCounts:[J
         7: .line 104
            return
        end local 4 // int[] updateCounts
        end local 3 // int vendorCode
        end local 2 // java.lang.String SQLState
        end local 1 // java.lang.String reason
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Ljava/sql/BatchUpdateException;
            0    8     1        reason  Ljava/lang/String;
            0    8     2      SQLState  Ljava/lang/String;
            0    8     3    vendorCode  I
            0    8     4  updateCounts  [I
    MethodParameters:
              Name  Flags
      reason        
      SQLState      
      vendorCode    
      updateCounts  

  public void <init>(java.lang.String, java.lang.String, int[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.String SQLState
        start local 3 // int[] updateCounts
         0: .line 136
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* SQLState */
            iconst_0
            aload 3 /* updateCounts */
            invokespecial java.sql.BatchUpdateException.<init>:(Ljava/lang/String;Ljava/lang/String;I[I)V
         1: .line 137
            return
        end local 3 // int[] updateCounts
        end local 2 // java.lang.String SQLState
        end local 1 // java.lang.String reason
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljava/sql/BatchUpdateException;
            0    2     1        reason  Ljava/lang/String;
            0    2     2      SQLState  Ljava/lang/String;
            0    2     3  updateCounts  [I
    MethodParameters:
              Name  Flags
      reason        
      SQLState      
      updateCounts  

  public void <init>(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.lang.String reason
        start local 2 // int[] updateCounts
         0: .line 167
            aload 0 /* this */
            aload 1 /* reason */
            aconst_null
            iconst_0
            aload 2 /* updateCounts */
            invokespecial java.sql.BatchUpdateException.<init>:(Ljava/lang/String;Ljava/lang/String;I[I)V
         1: .line 168
            return
        end local 2 // int[] updateCounts
        end local 1 // java.lang.String reason
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljava/sql/BatchUpdateException;
            0    2     1        reason  Ljava/lang/String;
            0    2     2  updateCounts  [I
    MethodParameters:
              Name  Flags
      reason        
      updateCounts  

  public void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // int[] updateCounts
         0: .line 196
            aload 0 /* this */
            aconst_null
            aconst_null
            iconst_0
            aload 1 /* updateCounts */
            invokespecial java.sql.BatchUpdateException.<init>:(Ljava/lang/String;Ljava/lang/String;I[I)V
         1: .line 197
            return
        end local 1 // int[] updateCounts
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljava/sql/BatchUpdateException;
            0    2     1  updateCounts  [I
    MethodParameters:
              Name  Flags
      updateCounts  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.sql.BatchUpdateException this
         0: .line 213
            aload 0 /* this */
            aconst_null
            aconst_null
            iconst_0
            aconst_null
            invokespecial java.sql.BatchUpdateException.<init>:(Ljava/lang/String;Ljava/lang/String;I[I)V
         1: .line 214
            return
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/sql/BatchUpdateException;

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.lang.Throwable cause
         0: .line 233
            aload 0 /* this */
            aload 1 /* cause */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aload 1 /* cause */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
      StackMap locals: uninitialized-this java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String
         2: aconst_null
            iconst_0
            aconst_null
            aload 1 /* cause */
            invokespecial java.sql.BatchUpdateException.<init>:(Ljava/lang/String;Ljava/lang/String;I[ILjava/lang/Throwable;)V
         3: .line 234
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljava/sql/BatchUpdateException;
            0    4     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void <init>(int[], java.lang.Throwable);
    descriptor: ([ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // int[] updateCounts
        start local 2 // java.lang.Throwable cause
         0: .line 266
            aload 0 /* this */
            aload 2 /* cause */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aload 2 /* cause */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
      StackMap locals: uninitialized-this int[] java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String
         2: aconst_null
            iconst_0
            aload 1 /* updateCounts */
            aload 2 /* cause */
            invokespecial java.sql.BatchUpdateException.<init>:(Ljava/lang/String;Ljava/lang/String;I[ILjava/lang/Throwable;)V
         3: .line 267
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // int[] updateCounts
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Ljava/sql/BatchUpdateException;
            0    4     1  updateCounts  [I
            0    4     2         cause  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      updateCounts  
      cause         

  public void <init>(java.lang.String, int[], java.lang.Throwable);
    descriptor: (Ljava/lang/String;[ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.lang.String reason
        start local 2 // int[] updateCounts
        start local 3 // java.lang.Throwable cause
         0: .line 297
            aload 0 /* this */
            aload 1 /* reason */
            aconst_null
            iconst_0
            aload 2 /* updateCounts */
            aload 3 /* cause */
            invokespecial java.sql.BatchUpdateException.<init>:(Ljava/lang/String;Ljava/lang/String;I[ILjava/lang/Throwable;)V
         1: .line 298
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // int[] updateCounts
        end local 1 // java.lang.String reason
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljava/sql/BatchUpdateException;
            0    2     1        reason  Ljava/lang/String;
            0    2     2  updateCounts  [I
            0    2     3         cause  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      reason        
      updateCounts  
      cause         

  public void <init>(java.lang.String, java.lang.String, int[], java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.String SQLState
        start local 3 // int[] updateCounts
        start local 4 // java.lang.Throwable cause
         0: .line 331
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* SQLState */
            iconst_0
            aload 3 /* updateCounts */
            aload 4 /* cause */
            invokespecial java.sql.BatchUpdateException.<init>:(Ljava/lang/String;Ljava/lang/String;I[ILjava/lang/Throwable;)V
         1: .line 332
            return
        end local 4 // java.lang.Throwable cause
        end local 3 // int[] updateCounts
        end local 2 // java.lang.String SQLState
        end local 1 // java.lang.String reason
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljava/sql/BatchUpdateException;
            0    2     1        reason  Ljava/lang/String;
            0    2     2      SQLState  Ljava/lang/String;
            0    2     3  updateCounts  [I
            0    2     4         cause  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      reason        
      SQLState      
      updateCounts  
      cause         

  public void <init>(java.lang.String, java.lang.String, int, int[], java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I[ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.String SQLState
        start local 3 // int vendorCode
        start local 4 // int[] updateCounts
        start local 5 // java.lang.Throwable cause
         0: .line 366
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* SQLState */
            iload 3 /* vendorCode */
            aload 5 /* cause */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V
         1: .line 367
            aload 0 /* this */
            aload 4 /* updateCounts */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: java.sql.BatchUpdateException java.lang.String java.lang.String int int[] java.lang.Throwable
      StackMap stack: java.sql.BatchUpdateException
         2: aload 4 /* updateCounts */
            aload 4 /* updateCounts */
            arraylength
            invokestatic java.util.Arrays.copyOf:([II)[I
      StackMap locals: java.sql.BatchUpdateException java.lang.String java.lang.String int int[] java.lang.Throwable
      StackMap stack: java.sql.BatchUpdateException int[]
         3: putfield java.sql.BatchUpdateException.updateCounts:[I
         4: .line 368
            aload 0 /* this */
            aload 4 /* updateCounts */
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack: java.sql.BatchUpdateException
         5: aload 4 /* updateCounts */
            invokestatic java.sql.BatchUpdateException.copyUpdateCount:([I)[J
      StackMap locals: java.sql.BatchUpdateException java.lang.String java.lang.String int int[] java.lang.Throwable
      StackMap stack: java.sql.BatchUpdateException long[]
         6: putfield java.sql.BatchUpdateException.longUpdateCounts:[J
         7: .line 369
            return
        end local 5 // java.lang.Throwable cause
        end local 4 // int[] updateCounts
        end local 3 // int vendorCode
        end local 2 // java.lang.String SQLState
        end local 1 // java.lang.String reason
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Ljava/sql/BatchUpdateException;
            0    8     1        reason  Ljava/lang/String;
            0    8     2      SQLState  Ljava/lang/String;
            0    8     3    vendorCode  I
            0    8     4  updateCounts  [I
            0    8     5         cause  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      reason        
      SQLState      
      vendorCode    
      updateCounts  
      cause         

  public int[] getUpdateCounts();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.sql.BatchUpdateException this
         0: .line 403
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.updateCounts:[I
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield java.sql.BatchUpdateException.updateCounts:[I
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.updateCounts:[I
            arraylength
            invokestatic java.util.Arrays.copyOf:([II)[I
      StackMap locals:
      StackMap stack: int[]
         2: areturn
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/sql/BatchUpdateException;

  public void <init>(java.lang.String, java.lang.String, int, long[], java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I[JLjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.String SQLState
        start local 3 // int vendorCode
        start local 4 // long[] updateCounts
        start local 5 // java.lang.Throwable cause
         0: .line 433
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* SQLState */
            iload 3 /* vendorCode */
            aload 5 /* cause */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V
         1: .line 434
            aload 0 /* this */
            aload 4 /* updateCounts */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: java.sql.BatchUpdateException java.lang.String java.lang.String int long[] java.lang.Throwable
      StackMap stack: java.sql.BatchUpdateException
         2: aload 4 /* updateCounts */
            aload 4 /* updateCounts */
            arraylength
            invokestatic java.util.Arrays.copyOf:([JI)[J
      StackMap locals: java.sql.BatchUpdateException java.lang.String java.lang.String int long[] java.lang.Throwable
      StackMap stack: java.sql.BatchUpdateException long[]
         3: putfield java.sql.BatchUpdateException.longUpdateCounts:[J
         4: .line 435
            aload 0 /* this */
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.longUpdateCounts:[J
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack: java.sql.BatchUpdateException
         5: aload 0 /* this */
            getfield java.sql.BatchUpdateException.longUpdateCounts:[J
            invokestatic java.sql.BatchUpdateException.copyUpdateCount:([J)[I
      StackMap locals: java.sql.BatchUpdateException java.lang.String java.lang.String int long[] java.lang.Throwable
      StackMap stack: java.sql.BatchUpdateException int[]
         6: putfield java.sql.BatchUpdateException.updateCounts:[I
         7: .line 436
            return
        end local 5 // java.lang.Throwable cause
        end local 4 // long[] updateCounts
        end local 3 // int vendorCode
        end local 2 // java.lang.String SQLState
        end local 1 // java.lang.String reason
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Ljava/sql/BatchUpdateException;
            0    8     1        reason  Ljava/lang/String;
            0    8     2      SQLState  Ljava/lang/String;
            0    8     3    vendorCode  I
            0    8     4  updateCounts  [J
            0    8     5         cause  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      reason        
      SQLState      
      vendorCode    
      updateCounts  
      cause         

  public long[] getLargeUpdateCounts();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.sql.BatchUpdateException this
         0: .line 466
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.longUpdateCounts:[J
            ifnonnull 1
            aconst_null
            goto 2
         1: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.longUpdateCounts:[J
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.longUpdateCounts:[J
            arraylength
            invokestatic java.util.Arrays.copyOf:([JI)[J
         2: .line 466
      StackMap locals:
      StackMap stack: long[]
            areturn
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/sql/BatchUpdateException;

  private static long[] copyUpdateCount(int[]);
    descriptor: ([I)[J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // int[] uc
         0: .line 510
            aload 0 /* uc */
            arraylength
            newarray 11
            astore 1 /* copy */
        start local 1 // long[] copy
         1: .line 511
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 512
      StackMap locals: long[] int
      StackMap stack:
            aload 1 /* copy */
            iload 2 /* i */
            aload 0 /* uc */
            iload 2 /* i */
            iaload
            i2l
            lastore
         4: .line 511
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* uc */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 514
            aload 1 /* copy */
            areturn
        end local 1 // long[] copy
        end local 0 // int[] uc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0    uc  [I
            1    7     1  copy  [J
            2    6     2     i  I
    MethodParameters:
      Name  Flags
      uc    

  private static int[] copyUpdateCount(long[]);
    descriptor: ([J)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // long[] uc
         0: .line 523
            aload 0 /* uc */
            arraylength
            newarray 10
            astore 1 /* copy */
        start local 1 // int[] copy
         1: .line 524
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 525
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* copy */
            iload 2 /* i */
            aload 0 /* uc */
            iload 2 /* i */
            laload
            l2i
            iastore
         4: .line 524
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* uc */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 527
            aload 1 /* copy */
            areturn
        end local 1 // int[] copy
        end local 0 // long[] uc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0    uc  [J
            1    7     1  copy  [I
            2    6     2     i  I
    MethodParameters:
      Name  Flags
      uc    

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.io.ObjectInputStream s
         0: .line 536
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readFields:()Ljava/io/ObjectInputStream$GetField;
            astore 2 /* fields */
        start local 2 // java.io.ObjectInputStream$GetField fields
         1: .line 537
            aload 2 /* fields */
            ldc "updateCounts"
            aconst_null
            invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast int[]
            astore 3 /* tmp */
        start local 3 // int[] tmp
         2: .line 538
            aload 2 /* fields */
            ldc "longUpdateCounts"
            aconst_null
            invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast long[]
            astore 4 /* tmp2 */
        start local 4 // long[] tmp2
         3: .line 539
            aload 3 /* tmp */
            ifnull 5
            aload 4 /* tmp2 */
            ifnull 5
            aload 3 /* tmp */
            arraylength
            aload 4 /* tmp2 */
            arraylength
            if_icmpeq 5
         4: .line 540
            new java.io.InvalidObjectException
            dup
            ldc "update counts are not the expected size"
            invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 541
      StackMap locals: java.io.ObjectInputStream$GetField int[] long[]
      StackMap stack:
            aload 3 /* tmp */
            ifnull 7
         6: .line 542
            aload 0 /* this */
            aload 3 /* tmp */
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            putfield java.sql.BatchUpdateException.updateCounts:[I
         7: .line 543
      StackMap locals:
      StackMap stack:
            aload 4 /* tmp2 */
            ifnull 9
         8: .line 544
            aload 0 /* this */
            aload 4 /* tmp2 */
            invokevirtual long[].clone:()Ljava/lang/Object;
            checkcast long[]
            putfield java.sql.BatchUpdateException.longUpdateCounts:[J
         9: .line 545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.updateCounts:[I
            ifnonnull 11
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.longUpdateCounts:[J
            ifnull 11
        10: .line 546
            aload 0 /* this */
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.longUpdateCounts:[J
            invokestatic java.sql.BatchUpdateException.copyUpdateCount:([J)[I
            putfield java.sql.BatchUpdateException.updateCounts:[I
        11: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.longUpdateCounts:[J
            ifnonnull 13
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.updateCounts:[I
            ifnull 13
        12: .line 548
            aload 0 /* this */
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.updateCounts:[I
            invokestatic java.sql.BatchUpdateException.copyUpdateCount:([I)[J
            putfield java.sql.BatchUpdateException.longUpdateCounts:[J
        13: .line 550
      StackMap locals:
      StackMap stack:
            return
        end local 4 // long[] tmp2
        end local 3 // int[] tmp
        end local 2 // java.io.ObjectInputStream$GetField fields
        end local 1 // java.io.ObjectInputStream s
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Ljava/sql/BatchUpdateException;
            0   14     1       s  Ljava/io/ObjectInputStream;
            1   14     2  fields  Ljava/io/ObjectInputStream$GetField;
            2   14     3     tmp  [I
            3   14     4    tmp2  [J
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.sql.BatchUpdateException this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 559
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.putFields:()Ljava/io/ObjectOutputStream$PutField;
            astore 2 /* fields */
        start local 2 // java.io.ObjectOutputStream$PutField fields
         1: .line 560
            aload 2 /* fields */
            ldc "updateCounts"
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.updateCounts:[I
            invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 561
            aload 2 /* fields */
            ldc "longUpdateCounts"
            aload 0 /* this */
            getfield java.sql.BatchUpdateException.longUpdateCounts:[J
            invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 562
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.writeFields:()V
         4: .line 563
            return
        end local 2 // java.io.ObjectOutputStream$PutField fields
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // java.sql.BatchUpdateException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljava/sql/BatchUpdateException;
            0    5     1       s  Ljava/io/ObjectOutputStream;
            1    5     2  fields  Ljava/io/ObjectOutputStream$PutField;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "BatchUpdateException.java"
InnerClasses:
  public abstract GetField = java.io.ObjectInputStream$GetField of java.io.ObjectInputStream
  public abstract PutField = java.io.ObjectOutputStream$PutField of java.io.ObjectOutputStream