public class org.eclipse.jgit.storage.pack.PackConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.storage.pack.PackConfig
  super_class: java.lang.Object
{
  public static final boolean DEFAULT_REUSE_DELTAS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final boolean DEFAULT_REUSE_OBJECTS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final boolean DEFAULT_PRESERVE_OLD_PACKS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_PRUNE_PRESERVED;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_DELTA_COMPRESS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final boolean DEFAULT_DELTA_BASE_AS_OFFSET;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int DEFAULT_MAX_DELTA_DEPTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 50

  public static final int DEFAULT_DELTA_SEARCH_WINDOW_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  private static final int MB;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1048576

  public static final int DEFAULT_BIG_FILE_THRESHOLD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 52428800

  public static final boolean DEFAULT_WAIT_PREVENT_RACY_PACK;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final long DEFAULT_MINSIZE_PREVENT_RACY_PACK;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 104857600

  public static final long DEFAULT_DELTA_CACHE_SIZE;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 52428800

  public static final int DEFAULT_DELTA_CACHE_LIMIT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  public static final int DEFAULT_INDEX_VERSION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final boolean DEFAULT_BUILD_BITMAPS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int DEFAULT_BITMAP_CONTIGUOUS_COMMIT_COUNT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  public static final int DEFAULT_BITMAP_RECENT_COMMIT_COUNT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20000

  public static final int DEFAULT_BITMAP_RECENT_COMMIT_SPAN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  public static final int DEFAULT_BITMAP_DISTANT_COMMIT_SPAN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5000

  public static final int DEFAULT_BITMAP_EXCESSIVE_BRANCH_COUNT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  public static final int DEFAULT_BITMAP_INACTIVE_BRANCH_AGE_IN_DAYS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 90

  private int compressionLevel;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean reuseDeltas;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean reuseObjects;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean preserveOldPacks;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean prunePreserved;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean deltaBaseAsOffset;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean deltaCompress;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int maxDeltaDepth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int deltaSearchWindowSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long deltaSearchMemoryLimit;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long deltaCacheSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int deltaCacheLimit;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bigFileThreshold;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean waitPreventRacyPack;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long minSizePreventRacyPack;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int threads;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.Executor executor;
    descriptor: Ljava/util/concurrent/Executor;
    flags: (0x0002) ACC_PRIVATE

  private int indexVersion;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean buildBitmaps;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int bitmapContiguousCommitCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bitmapRecentCommitCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bitmapRecentCommitSpan;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bitmapDistantCommitSpan;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bitmapExcessiveBranchCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bitmapInactiveBranchAgeInDays;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean cutDeltaChains;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean singlePack;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 282
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 225
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jgit.storage.pack.PackConfig.compressionLevel:I
         2: .line 227
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseDeltas:Z
         3: .line 229
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseObjects:Z
         4: .line 231
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.preserveOldPacks:Z
         5: .line 233
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.prunePreserved:Z
         6: .line 235
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaBaseAsOffset:Z
         7: .line 237
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCompress:Z
         8: .line 239
            aload 0 /* this */
            bipush 50
            putfield org.eclipse.jgit.storage.pack.PackConfig.maxDeltaDepth:I
         9: .line 241
            aload 0 /* this */
            bipush 10
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchWindowSize:I
        10: .line 245
            aload 0 /* this */
            ldc 52428800
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheSize:J
        11: .line 247
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheLimit:I
        12: .line 249
            aload 0 /* this */
            ldc 52428800
            putfield org.eclipse.jgit.storage.pack.PackConfig.bigFileThreshold:I
        13: .line 251
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.waitPreventRacyPack:Z
        14: .line 253
            aload 0 /* this */
            ldc 104857600
            putfield org.eclipse.jgit.storage.pack.PackConfig.minSizePreventRacyPack:J
        15: .line 259
            aload 0 /* this */
            iconst_2
            putfield org.eclipse.jgit.storage.pack.PackConfig.indexVersion:I
        16: .line 261
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.buildBitmaps:Z
        17: .line 263
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapContiguousCommitCount:I
        18: .line 265
            aload 0 /* this */
            sipush 20000
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitCount:I
        19: .line 267
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitSpan:I
        20: .line 269
            aload 0 /* this */
            sipush 5000
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapDistantCommitSpan:I
        21: .line 271
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapExcessiveBranchCount:I
        22: .line 273
            aload 0 /* this */
            bipush 90
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapInactiveBranchAgeInDays:I
        23: .line 284
            return
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void <init>(org.eclipse.jgit.lib.Repository);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // org.eclipse.jgit.lib.Repository db
         0: .line 294
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 225
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jgit.storage.pack.PackConfig.compressionLevel:I
         2: .line 227
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseDeltas:Z
         3: .line 229
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseObjects:Z
         4: .line 231
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.preserveOldPacks:Z
         5: .line 233
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.prunePreserved:Z
         6: .line 235
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaBaseAsOffset:Z
         7: .line 237
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCompress:Z
         8: .line 239
            aload 0 /* this */
            bipush 50
            putfield org.eclipse.jgit.storage.pack.PackConfig.maxDeltaDepth:I
         9: .line 241
            aload 0 /* this */
            bipush 10
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchWindowSize:I
        10: .line 245
            aload 0 /* this */
            ldc 52428800
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheSize:J
        11: .line 247
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheLimit:I
        12: .line 249
            aload 0 /* this */
            ldc 52428800
            putfield org.eclipse.jgit.storage.pack.PackConfig.bigFileThreshold:I
        13: .line 251
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.waitPreventRacyPack:Z
        14: .line 253
            aload 0 /* this */
            ldc 104857600
            putfield org.eclipse.jgit.storage.pack.PackConfig.minSizePreventRacyPack:J
        15: .line 259
            aload 0 /* this */
            iconst_2
            putfield org.eclipse.jgit.storage.pack.PackConfig.indexVersion:I
        16: .line 261
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.buildBitmaps:Z
        17: .line 263
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapContiguousCommitCount:I
        18: .line 265
            aload 0 /* this */
            sipush 20000
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitCount:I
        19: .line 267
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitSpan:I
        20: .line 269
            aload 0 /* this */
            sipush 5000
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapDistantCommitSpan:I
        21: .line 271
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapExcessiveBranchCount:I
        22: .line 273
            aload 0 /* this */
            bipush 90
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapInactiveBranchAgeInDays:I
        23: .line 295
            aload 0 /* this */
            aload 1 /* db */
            invokevirtual org.eclipse.jgit.lib.Repository.getConfig:()Lorg/eclipse/jgit/lib/StoredConfig;
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.fromConfig:(Lorg/eclipse/jgit/lib/Config;)V
        24: .line 296
            return
        end local 1 // org.eclipse.jgit.lib.Repository db
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0   25     1    db  Lorg/eclipse/jgit/lib/Repository;
    MethodParameters:
      Name  Flags
      db    

  public void <init>(org.eclipse.jgit.lib.Config);
    descriptor: (Lorg/eclipse/jgit/lib/Config;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // org.eclipse.jgit.lib.Config cfg
         0: .line 307
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 225
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jgit.storage.pack.PackConfig.compressionLevel:I
         2: .line 227
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseDeltas:Z
         3: .line 229
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseObjects:Z
         4: .line 231
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.preserveOldPacks:Z
         5: .line 233
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.prunePreserved:Z
         6: .line 235
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaBaseAsOffset:Z
         7: .line 237
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCompress:Z
         8: .line 239
            aload 0 /* this */
            bipush 50
            putfield org.eclipse.jgit.storage.pack.PackConfig.maxDeltaDepth:I
         9: .line 241
            aload 0 /* this */
            bipush 10
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchWindowSize:I
        10: .line 245
            aload 0 /* this */
            ldc 52428800
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheSize:J
        11: .line 247
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheLimit:I
        12: .line 249
            aload 0 /* this */
            ldc 52428800
            putfield org.eclipse.jgit.storage.pack.PackConfig.bigFileThreshold:I
        13: .line 251
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.waitPreventRacyPack:Z
        14: .line 253
            aload 0 /* this */
            ldc 104857600
            putfield org.eclipse.jgit.storage.pack.PackConfig.minSizePreventRacyPack:J
        15: .line 259
            aload 0 /* this */
            iconst_2
            putfield org.eclipse.jgit.storage.pack.PackConfig.indexVersion:I
        16: .line 261
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.buildBitmaps:Z
        17: .line 263
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapContiguousCommitCount:I
        18: .line 265
            aload 0 /* this */
            sipush 20000
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitCount:I
        19: .line 267
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitSpan:I
        20: .line 269
            aload 0 /* this */
            sipush 5000
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapDistantCommitSpan:I
        21: .line 271
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapExcessiveBranchCount:I
        22: .line 273
            aload 0 /* this */
            bipush 90
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapInactiveBranchAgeInDays:I
        23: .line 308
            aload 0 /* this */
            aload 1 /* cfg */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.fromConfig:(Lorg/eclipse/jgit/lib/Config;)V
        24: .line 309
            return
        end local 1 // org.eclipse.jgit.lib.Config cfg
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0   25     1   cfg  Lorg/eclipse/jgit/lib/Config;
    MethodParameters:
      Name  Flags
      cfg   

  public void <init>(org.eclipse.jgit.storage.pack.PackConfig);
    descriptor: (Lorg/eclipse/jgit/storage/pack/PackConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // org.eclipse.jgit.storage.pack.PackConfig cfg
         0: .line 317
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 225
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jgit.storage.pack.PackConfig.compressionLevel:I
         2: .line 227
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseDeltas:Z
         3: .line 229
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseObjects:Z
         4: .line 231
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.preserveOldPacks:Z
         5: .line 233
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.prunePreserved:Z
         6: .line 235
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaBaseAsOffset:Z
         7: .line 237
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCompress:Z
         8: .line 239
            aload 0 /* this */
            bipush 50
            putfield org.eclipse.jgit.storage.pack.PackConfig.maxDeltaDepth:I
         9: .line 241
            aload 0 /* this */
            bipush 10
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchWindowSize:I
        10: .line 245
            aload 0 /* this */
            ldc 52428800
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheSize:J
        11: .line 247
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheLimit:I
        12: .line 249
            aload 0 /* this */
            ldc 52428800
            putfield org.eclipse.jgit.storage.pack.PackConfig.bigFileThreshold:I
        13: .line 251
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.storage.pack.PackConfig.waitPreventRacyPack:Z
        14: .line 253
            aload 0 /* this */
            ldc 104857600
            putfield org.eclipse.jgit.storage.pack.PackConfig.minSizePreventRacyPack:J
        15: .line 259
            aload 0 /* this */
            iconst_2
            putfield org.eclipse.jgit.storage.pack.PackConfig.indexVersion:I
        16: .line 261
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.storage.pack.PackConfig.buildBitmaps:Z
        17: .line 263
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapContiguousCommitCount:I
        18: .line 265
            aload 0 /* this */
            sipush 20000
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitCount:I
        19: .line 267
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitSpan:I
        20: .line 269
            aload 0 /* this */
            sipush 5000
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapDistantCommitSpan:I
        21: .line 271
            aload 0 /* this */
            bipush 100
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapExcessiveBranchCount:I
        22: .line 273
            aload 0 /* this */
            bipush 90
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapInactiveBranchAgeInDays:I
        23: .line 318
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.compressionLevel:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.compressionLevel:I
        24: .line 319
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.reuseDeltas:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseDeltas:Z
        25: .line 320
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.reuseObjects:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseObjects:Z
        26: .line 321
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.preserveOldPacks:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.preserveOldPacks:Z
        27: .line 322
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.prunePreserved:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.prunePreserved:Z
        28: .line 323
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaBaseAsOffset:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaBaseAsOffset:Z
        29: .line 324
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaCompress:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCompress:Z
        30: .line 325
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.maxDeltaDepth:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.maxDeltaDepth:I
        31: .line 326
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchWindowSize:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchWindowSize:I
        32: .line 327
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchMemoryLimit:J
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchMemoryLimit:J
        33: .line 328
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheSize:J
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheSize:J
        34: .line 329
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheLimit:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheLimit:I
        35: .line 330
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bigFileThreshold:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.bigFileThreshold:I
        36: .line 331
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.waitPreventRacyPack:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.waitPreventRacyPack:Z
        37: .line 332
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.minSizePreventRacyPack:J
            putfield org.eclipse.jgit.storage.pack.PackConfig.minSizePreventRacyPack:J
        38: .line 333
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.threads:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.threads:I
        39: .line 334
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.executor:Ljava/util/concurrent/Executor;
            putfield org.eclipse.jgit.storage.pack.PackConfig.executor:Ljava/util/concurrent/Executor;
        40: .line 335
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.indexVersion:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.indexVersion:I
        41: .line 336
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.buildBitmaps:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.buildBitmaps:Z
        42: .line 337
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapContiguousCommitCount:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapContiguousCommitCount:I
        43: .line 338
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitCount:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitCount:I
        44: .line 339
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitSpan:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitSpan:I
        45: .line 340
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapDistantCommitSpan:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapDistantCommitSpan:I
        46: .line 341
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapExcessiveBranchCount:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapExcessiveBranchCount:I
        47: .line 342
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapInactiveBranchAgeInDays:I
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapInactiveBranchAgeInDays:I
        48: .line 343
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.cutDeltaChains:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.cutDeltaChains:Z
        49: .line 344
            aload 0 /* this */
            aload 1 /* cfg */
            getfield org.eclipse.jgit.storage.pack.PackConfig.singlePack:Z
            putfield org.eclipse.jgit.storage.pack.PackConfig.singlePack:Z
        50: .line 345
            return
        end local 1 // org.eclipse.jgit.storage.pack.PackConfig cfg
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   51     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0   51     1   cfg  Lorg/eclipse/jgit/storage/pack/PackConfig;
    MethodParameters:
      Name  Flags
      cfg   

  public boolean isReuseDeltas();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 355
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.reuseDeltas:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setReuseDeltas(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean reuseDeltas
         0: .line 376
            aload 0 /* this */
            iload 1 /* reuseDeltas */
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseDeltas:Z
         1: .line 377
            return
        end local 1 // boolean reuseDeltas
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  reuseDeltas  Z
    MethodParameters:
             Name  Flags
      reuseDeltas  

  public boolean isReuseObjects();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 388
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.reuseObjects:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setReuseObjects(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean reuseObjects
         0: .line 405
            aload 0 /* this */
            iload 1 /* reuseObjects */
            putfield org.eclipse.jgit.storage.pack.PackConfig.reuseObjects:Z
         1: .line 406
            return
        end local 1 // boolean reuseObjects
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  reuseObjects  Z
    MethodParameters:
              Name  Flags
      reuseObjects  

  public boolean isPreserveOldPacks();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 417
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.preserveOldPacks:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setPreserveOldPacks(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean preserveOldPacks
         0: .line 433
            aload 0 /* this */
            iload 1 /* preserveOldPacks */
            putfield org.eclipse.jgit.storage.pack.PackConfig.preserveOldPacks:Z
         1: .line 434
            return
        end local 1 // boolean preserveOldPacks
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  preserveOldPacks  Z
    MethodParameters:
                  Name  Flags
      preserveOldPacks  

  public boolean isPrunePreserved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 445
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.prunePreserved:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setPrunePreserved(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean prunePreserved
         0: .line 460
            aload 0 /* this */
            iload 1 /* prunePreserved */
            putfield org.eclipse.jgit.storage.pack.PackConfig.prunePreserved:Z
         1: .line 461
            return
        end local 1 // boolean prunePreserved
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  prunePreserved  Z
    MethodParameters:
                Name  Flags
      prunePreserved  

  public boolean isDeltaBaseAsOffset();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 477
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaBaseAsOffset:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setDeltaBaseAsOffset(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean deltaBaseAsOffset
         0: .line 494
            aload 0 /* this */
            iload 1 /* deltaBaseAsOffset */
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaBaseAsOffset:Z
         1: .line 495
            return
        end local 1 // boolean deltaBaseAsOffset
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  deltaBaseAsOffset  Z
    MethodParameters:
                   Name  Flags
      deltaBaseAsOffset  

  public boolean isDeltaCompress();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 507
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaCompress:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setDeltaCompress(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean deltaCompress
         0: .line 521
            aload 0 /* this */
            iload 1 /* deltaCompress */
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCompress:Z
         1: .line 522
            return
        end local 1 // boolean deltaCompress
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  deltaCompress  Z
    MethodParameters:
               Name  Flags
      deltaCompress  

  public int getMaxDeltaDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 534
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.maxDeltaDepth:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setMaxDeltaDepth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int maxDeltaDepth
         0: .line 549
            aload 0 /* this */
            iload 1 /* maxDeltaDepth */
            putfield org.eclipse.jgit.storage.pack.PackConfig.maxDeltaDepth:I
         1: .line 550
            return
        end local 1 // int maxDeltaDepth
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  maxDeltaDepth  I
    MethodParameters:
               Name  Flags
      maxDeltaDepth  

  public boolean getCutDeltaChains();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 562
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.cutDeltaChains:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setCutDeltaChains(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean cut
         0: .line 579
            aload 0 /* this */
            iload 1 /* cut */
            putfield org.eclipse.jgit.storage.pack.PackConfig.cutDeltaChains:Z
         1: .line 580
            return
        end local 1 // boolean cut
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1   cut  Z
    MethodParameters:
      Name  Flags
      cut   

  public boolean getSinglePack();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 591
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.singlePack:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setSinglePack(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean single
         0: .line 605
            aload 0 /* this */
            iload 1 /* single */
            putfield org.eclipse.jgit.storage.pack.PackConfig.singlePack:Z
         1: .line 606
            return
        end local 1 // boolean single
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  single  Z
    MethodParameters:
        Name  Flags
      single  

  public int getDeltaSearchWindowSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 619
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchWindowSize:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setDeltaSearchWindowSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int objectCount
         0: .line 631
            iload 1 /* objectCount */
            iconst_2
            if_icmpgt 2
         1: .line 632
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setDeltaCompress:(Z)V
            goto 3
         2: .line 634
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* objectCount */
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchWindowSize:I
         3: .line 635
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int objectCount
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    4     1  objectCount  I
    MethodParameters:
             Name  Flags
      objectCount  

  public long getDeltaSearchMemoryLimit();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 650
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchMemoryLimit:J
            lreturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setDeltaSearchMemoryLimit(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // long memoryLimit
         0: .line 664
            aload 0 /* this */
            lload 1 /* memoryLimit */
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaSearchMemoryLimit:J
         1: .line 665
            return
        end local 1 // long memoryLimit
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  memoryLimit  J
    MethodParameters:
             Name  Flags
      memoryLimit  

  public long getDeltaCacheSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 680
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheSize:J
            lreturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setDeltaCacheSize(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // long size
         0: .line 698
            aload 0 /* this */
            lload 1 /* size */
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheSize:J
         1: .line 699
            return
        end local 1 // long size
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  size  J
    MethodParameters:
      Name  Flags
      size  

  public int getDeltaCacheLimit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 709
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheLimit:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setDeltaCacheLimit(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int size
         0: .line 725
            aload 0 /* this */
            iload 1 /* size */
            putfield org.eclipse.jgit.storage.pack.PackConfig.deltaCacheLimit:I
         1: .line 726
            return
        end local 1 // int size
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public int getBigFileThreshold();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 740
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bigFileThreshold:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setBigFileThreshold(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int bigFileThreshold
         0: .line 752
            aload 0 /* this */
            iload 1 /* bigFileThreshold */
            putfield org.eclipse.jgit.storage.pack.PackConfig.bigFileThreshold:I
         1: .line 753
            return
        end local 1 // int bigFileThreshold
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  bigFileThreshold  I
    MethodParameters:
                  Name  Flags
      bigFileThreshold  

  public boolean isWaitPreventRacyPack();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 764
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.waitPreventRacyPack:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public boolean doWaitPreventRacyPack(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // long packSize
         0: .line 781
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isWaitPreventRacyPack:()Z
            ifeq 3
         1: .line 782
            lload 1 /* packSize */
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getMinSizePreventRacyPack:()J
         2: .line 781
            lcmp
            ifle 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // long packSize
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    4     1  packSize  J
    MethodParameters:
          Name  Flags
      packSize  

  public void setWaitPreventRacyPack(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean waitPreventRacyPack
         0: .line 795
            aload 0 /* this */
            iload 1 /* waitPreventRacyPack */
            putfield org.eclipse.jgit.storage.pack.PackConfig.waitPreventRacyPack:Z
         1: .line 796
            return
        end local 1 // boolean waitPreventRacyPack
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  waitPreventRacyPack  Z
    MethodParameters:
                     Name  Flags
      waitPreventRacyPack  

  public long getMinSizePreventRacyPack();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 808
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.minSizePreventRacyPack:J
            lreturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setMinSizePreventRacyPack(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // long minSizePreventRacyPack
         0: .line 822
            aload 0 /* this */
            lload 1 /* minSizePreventRacyPack */
            putfield org.eclipse.jgit.storage.pack.PackConfig.minSizePreventRacyPack:J
         1: .line 823
            return
        end local 1 // long minSizePreventRacyPack
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  minSizePreventRacyPack  J
    MethodParameters:
                        Name  Flags
      minSizePreventRacyPack  

  public int getCompressionLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 833
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.compressionLevel:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setCompressionLevel(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int level
         0: .line 846
            aload 0 /* this */
            iload 1 /* level */
            putfield org.eclipse.jgit.storage.pack.PackConfig.compressionLevel:I
         1: .line 847
            return
        end local 1 // int level
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  level  I
    MethodParameters:
       Name  Flags
      level  

  public int getThreads();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 858
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.threads:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setThreads(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int threads
         0: .line 879
            aload 0 /* this */
            iload 1 /* threads */
            putfield org.eclipse.jgit.storage.pack.PackConfig.threads:I
         1: .line 880
            return
        end local 1 // int threads
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  threads  I
    MethodParameters:
         Name  Flags
      threads  

  public java.util.concurrent.Executor getExecutor();
    descriptor: ()Ljava/util/concurrent/Executor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 888
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.executor:Ljava/util/concurrent/Executor;
            areturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setExecutor(java.util.concurrent.Executor);
    descriptor: (Ljava/util/concurrent/Executor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // java.util.concurrent.Executor executor
         0: .line 904
            aload 0 /* this */
            aload 1 /* executor */
            putfield org.eclipse.jgit.storage.pack.PackConfig.executor:Ljava/util/concurrent/Executor;
         1: .line 905
            return
        end local 1 // java.util.concurrent.Executor executor
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  executor  Ljava/util/concurrent/Executor;
    MethodParameters:
          Name  Flags
      executor  

  public int getIndexVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 917
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.indexVersion:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setIndexVersion(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int version
         0: .line 931
            aload 0 /* this */
            iload 1 /* version */
            putfield org.eclipse.jgit.storage.pack.PackConfig.indexVersion:I
         1: .line 932
            return
        end local 1 // int version
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  version  I
    MethodParameters:
         Name  Flags
      version  

  public boolean isBuildBitmaps();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 944
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.buildBitmaps:Z
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setBuildBitmaps(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // boolean buildBitmaps
         0: .line 960
            aload 0 /* this */
            iload 1 /* buildBitmaps */
            putfield org.eclipse.jgit.storage.pack.PackConfig.buildBitmaps:Z
         1: .line 961
            return
        end local 1 // boolean buildBitmaps
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  buildBitmaps  Z
    MethodParameters:
              Name  Flags
      buildBitmaps  

  public int getBitmapContiguousCommitCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 972
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapContiguousCommitCount:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setBitmapContiguousCommitCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int count
         0: .line 985
            aload 0 /* this */
            iload 1 /* count */
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapContiguousCommitCount:I
         1: .line 986
            return
        end local 1 // int count
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public int getBitmapRecentCommitCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 998
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitCount:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setBitmapRecentCommitCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int count
         0: .line 1012
            aload 0 /* this */
            iload 1 /* count */
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitCount:I
         1: .line 1013
            return
        end local 1 // int count
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public int getBitmapRecentCommitSpan();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 1024
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitSpan:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setBitmapRecentCommitSpan(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int span
         0: .line 1037
            aload 0 /* this */
            iload 1 /* span */
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapRecentCommitSpan:I
         1: .line 1038
            return
        end local 1 // int span
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  span  I
    MethodParameters:
      Name  Flags
      span  

  public int getBitmapDistantCommitSpan();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 1049
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapDistantCommitSpan:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setBitmapDistantCommitSpan(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int span
         0: .line 1062
            aload 0 /* this */
            iload 1 /* span */
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapDistantCommitSpan:I
         1: .line 1063
            return
        end local 1 // int span
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  span  I
    MethodParameters:
      Name  Flags
      span  

  public int getBitmapExcessiveBranchCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 1076
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapExcessiveBranchCount:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setBitmapExcessiveBranchCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int count
         0: .line 1091
            aload 0 /* this */
            iload 1 /* count */
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapExcessiveBranchCount:I
         1: .line 1092
            return
        end local 1 // int count
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public int getBitmapInactiveBranchAgeInDays();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 1103
            aload 0 /* this */
            getfield org.eclipse.jgit.storage.pack.PackConfig.bitmapInactiveBranchAgeInDays:I
            ireturn
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;

  public void setBitmapInactiveBranchAgeInDays(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // int ageInDays
         0: .line 1116
            aload 0 /* this */
            iload 1 /* ageInDays */
            putfield org.eclipse.jgit.storage.pack.PackConfig.bitmapInactiveBranchAgeInDays:I
         1: .line 1117
            return
        end local 1 // int ageInDays
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0    2     1  ageInDays  I
    MethodParameters:
           Name  Flags
      ageInDays  

  public void fromConfig(org.eclipse.jgit.lib.Config);
    descriptor: (Lorg/eclipse/jgit/lib/Config;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
        start local 1 // org.eclipse.jgit.lib.Config rc
         0: .line 1129
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
            ldc "depth"
         1: .line 1130
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getMaxDeltaDepth:()I
         2: .line 1129
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setMaxDeltaDepth:(I)V
         3: .line 1131
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
         4: .line 1132
            ldc "window"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getDeltaSearchWindowSize:()I
         5: .line 1131
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setDeltaSearchWindowSize:(I)V
         6: .line 1133
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
         7: .line 1134
            ldc "windowmemory"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getDeltaSearchMemoryLimit:()J
         8: .line 1133
            invokevirtual org.eclipse.jgit.lib.Config.getLong:(Ljava/lang/String;Ljava/lang/String;J)J
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setDeltaSearchMemoryLimit:(J)V
         9: .line 1135
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        10: .line 1136
            ldc "deltacachesize"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getDeltaCacheSize:()J
        11: .line 1135
            invokevirtual org.eclipse.jgit.lib.Config.getLong:(Ljava/lang/String;Ljava/lang/String;J)J
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setDeltaCacheSize:(J)V
        12: .line 1137
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        13: .line 1138
            ldc "deltacachelimit"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getDeltaCacheLimit:()I
        14: .line 1137
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setDeltaCacheLimit:(I)V
        15: .line 1139
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        16: .line 1140
            ldc "compression"
            aload 1 /* rc */
            ldc "core"
        17: .line 1141
            ldc "compression"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getCompressionLevel:()I
        18: .line 1140
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
        19: .line 1139
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setCompressionLevel:(I)V
        20: .line 1142
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        21: .line 1143
            ldc "indexversion"
        22: .line 1144
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getIndexVersion:()I
        23: .line 1142
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setIndexVersion:(I)V
        24: .line 1145
            aload 0 /* this */
            aload 1 /* rc */
            ldc "core"
        25: .line 1146
            ldc "bigfilethreshold"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBigFileThreshold:()I
        26: .line 1145
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setBigFileThreshold:(I)V
        27: .line 1147
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
            ldc "threads"
        28: .line 1148
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getThreads:()I
        29: .line 1147
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setThreads:(I)V
        30: .line 1151
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        31: .line 1152
            ldc "reusedeltas"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isReuseDeltas:()Z
        32: .line 1151
            invokevirtual org.eclipse.jgit.lib.Config.getBoolean:(Ljava/lang/String;Ljava/lang/String;Z)Z
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setReuseDeltas:(Z)V
        33: .line 1153
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        34: .line 1154
            ldc "reuseobjects"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isReuseObjects:()Z
        35: .line 1153
            invokevirtual org.eclipse.jgit.lib.Config.getBoolean:(Ljava/lang/String;Ljava/lang/String;Z)Z
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setReuseObjects:(Z)V
        36: .line 1155
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        37: .line 1156
            ldc "deltacompression"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isDeltaCompress:()Z
        38: .line 1155
            invokevirtual org.eclipse.jgit.lib.Config.getBoolean:(Ljava/lang/String;Ljava/lang/String;Z)Z
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setDeltaCompress:(Z)V
        39: .line 1157
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        40: .line 1158
            ldc "cutdeltachains"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getCutDeltaChains:()Z
        41: .line 1157
            invokevirtual org.eclipse.jgit.lib.Config.getBoolean:(Ljava/lang/String;Ljava/lang/String;Z)Z
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setCutDeltaChains:(Z)V
        42: .line 1159
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        43: .line 1160
            ldc "singlepack"
        44: .line 1161
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getSinglePack:()Z
        45: .line 1159
            invokevirtual org.eclipse.jgit.lib.Config.getBoolean:(Ljava/lang/String;Ljava/lang/String;Z)Z
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setSinglePack:(Z)V
        46: .line 1162
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        47: .line 1163
            ldc "buildbitmaps"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isBuildBitmaps:()Z
        48: .line 1162
            invokevirtual org.eclipse.jgit.lib.Config.getBoolean:(Ljava/lang/String;Ljava/lang/String;Z)Z
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setBuildBitmaps:(Z)V
        49: .line 1164
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        50: .line 1165
            ldc "bitmapcontiguouscommitcount"
        51: .line 1166
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapContiguousCommitCount:()I
        52: .line 1164
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setBitmapContiguousCommitCount:(I)V
        53: .line 1167
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        54: .line 1168
            ldc "bitmaprecentcommitspan"
        55: .line 1169
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapRecentCommitCount:()I
        56: .line 1167
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setBitmapRecentCommitCount:(I)V
        57: .line 1170
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        58: .line 1171
            ldc "bitmaprecentcommitspan"
        59: .line 1172
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapRecentCommitSpan:()I
        60: .line 1170
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setBitmapRecentCommitSpan:(I)V
        61: .line 1173
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        62: .line 1174
            ldc "bitmapdistantcommitspan"
        63: .line 1175
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapDistantCommitSpan:()I
        64: .line 1173
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setBitmapDistantCommitSpan:(I)V
        65: .line 1176
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        66: .line 1177
            ldc "bitmapexcessivebranchcount"
        67: .line 1178
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapExcessiveBranchCount:()I
        68: .line 1176
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setBitmapExcessiveBranchCount:(I)V
        69: .line 1179
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        70: .line 1180
            ldc "bitmapinactivebranchageindays"
        71: .line 1181
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapInactiveBranchAgeInDays:()I
        72: .line 1179
            invokevirtual org.eclipse.jgit.lib.Config.getInt:(Ljava/lang/String;Ljava/lang/String;I)I
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setBitmapInactiveBranchAgeInDays:(I)V
        73: .line 1182
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        74: .line 1183
            ldc "waitpreventracypack"
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isWaitPreventRacyPack:()Z
        75: .line 1182
            invokevirtual org.eclipse.jgit.lib.Config.getBoolean:(Ljava/lang/String;Ljava/lang/String;Z)Z
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setWaitPreventRacyPack:(Z)V
        76: .line 1184
            aload 0 /* this */
            aload 1 /* rc */
            ldc "pack"
        77: .line 1185
            ldc "minsizepreventracypack"
        78: .line 1186
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getMinSizePreventRacyPack:()J
        79: .line 1184
            invokevirtual org.eclipse.jgit.lib.Config.getLong:(Ljava/lang/String;Ljava/lang/String;J)J
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.setMinSizePreventRacyPack:(J)V
        80: .line 1187
            return
        end local 1 // org.eclipse.jgit.lib.Config rc
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   81     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            0   81     1    rc  Lorg/eclipse/jgit/lib/Config;
    MethodParameters:
      Name  Flags
      rc    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.storage.pack.PackConfig this
         0: .line 1192
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* b */
        start local 1 // java.lang.StringBuilder b
         1: .line 1193
            aload 1 /* b */
            ldc "maxDeltaDepth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getMaxDeltaDepth:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         2: .line 1194
            aload 1 /* b */
            ldc ", deltaSearchWindowSize="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getDeltaSearchWindowSize:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         3: .line 1195
            aload 1 /* b */
            ldc ", deltaSearchMemoryLimit="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 1196
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getDeltaSearchMemoryLimit:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
         5: .line 1197
            aload 1 /* b */
            ldc ", deltaCacheSize="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getDeltaCacheSize:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
         6: .line 1198
            aload 1 /* b */
            ldc ", deltaCacheLimit="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getDeltaCacheLimit:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         7: .line 1199
            aload 1 /* b */
            ldc ", compressionLevel="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getCompressionLevel:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         8: .line 1200
            aload 1 /* b */
            ldc ", indexVersion="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getIndexVersion:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         9: .line 1201
            aload 1 /* b */
            ldc ", bigFileThreshold="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBigFileThreshold:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        10: .line 1202
            aload 1 /* b */
            ldc ", threads="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getThreads:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        11: .line 1203
            aload 1 /* b */
            ldc ", reuseDeltas="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isReuseDeltas:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
        12: .line 1204
            aload 1 /* b */
            ldc ", reuseObjects="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isReuseObjects:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
        13: .line 1205
            aload 1 /* b */
            ldc ", deltaCompress="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isDeltaCompress:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
        14: .line 1206
            aload 1 /* b */
            ldc ", buildBitmaps="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.isBuildBitmaps:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
        15: .line 1207
            aload 1 /* b */
            ldc ", bitmapContiguousCommitCount="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        16: .line 1208
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapContiguousCommitCount:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        17: .line 1209
            aload 1 /* b */
            ldc ", bitmapRecentCommitCount="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        18: .line 1210
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapRecentCommitCount:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        19: .line 1211
            aload 1 /* b */
            ldc ", bitmapRecentCommitSpan="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        20: .line 1212
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapRecentCommitSpan:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        21: .line 1213
            aload 1 /* b */
            ldc ", bitmapDistantCommitSpan="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 1214
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapDistantCommitSpan:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        23: .line 1215
            aload 1 /* b */
            ldc ", bitmapExcessiveBranchCount="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        24: .line 1216
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapExcessiveBranchCount:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        25: .line 1217
            aload 1 /* b */
            ldc ", bitmapInactiveBranchAge="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        26: .line 1218
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getBitmapInactiveBranchAgeInDays:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        27: .line 1219
            aload 1 /* b */
            ldc ", singlePack="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.storage.pack.PackConfig.getSinglePack:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
        28: .line 1220
            aload 1 /* b */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder b
        end local 0 // org.eclipse.jgit.storage.pack.PackConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lorg/eclipse/jgit/storage/pack/PackConfig;
            1   29     1     b  Ljava/lang/StringBuilder;
}
SourceFile: "PackConfig.java"