class org.eclipse.jdt.internal.core.JavaModelManager$8 implements org.eclipse.osgi.service.debug.DebugOptionsListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.JavaModelManager$8
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.JavaModelManager$8 this
         0: .line 1870
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.core.JavaModelManager$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/JavaModelManager$8;

  public void optionsChanged(org.eclipse.osgi.service.debug.DebugOptions);
    descriptor: (Lorg/eclipse/osgi/service/debug/DebugOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.JavaModelManager$8 this
        start local 1 // org.eclipse.osgi.service.debug.DebugOptions options
         0: .line 1873
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            istore 2 /* debug */
        start local 2 // boolean debug
         1: .line 1874
            iload 2 /* debug */
            ifeq 2
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/buffermanager"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: putstatic org.eclipse.jdt.internal.core.BufferManager.VERBOSE:Z
         4: .line 1875
            iload 2 /* debug */
            ifeq 5
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/builder"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: putstatic org.eclipse.jdt.internal.core.builder.JavaBuilder.DEBUG:Z
         7: .line 1876
            iload 2 /* debug */
            ifeq 8
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/compiler"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: putstatic org.eclipse.jdt.internal.compiler.Compiler.DEBUG:Z
        10: .line 1877
            iload 2 /* debug */
            ifeq 11
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/builder/stats"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: putstatic org.eclipse.jdt.internal.core.builder.JavaBuilder.SHOW_STATS:Z
        13: .line 1878
            iload 2 /* debug */
            ifeq 14
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/completion"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: putstatic org.eclipse.jdt.internal.codeassist.CompletionEngine.DEBUG:Z
        16: .line 1879
            iload 2 /* debug */
            ifeq 17
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/cpresolution"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 17
            iconst_1
            goto 18
      StackMap locals:
      StackMap stack:
        17: iconst_0
      StackMap locals:
      StackMap stack: int
        18: putstatic org.eclipse.jdt.internal.core.JavaModelManager.CP_RESOLVE_VERBOSE:Z
        19: .line 1880
            iload 2 /* debug */
            ifeq 20
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/cpresolution/advanced"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 20
            iconst_1
            goto 21
      StackMap locals:
      StackMap stack:
        20: iconst_0
      StackMap locals:
      StackMap stack: int
        21: putstatic org.eclipse.jdt.internal.core.JavaModelManager.CP_RESOLVE_VERBOSE_ADVANCED:Z
        22: .line 1881
            iload 2 /* debug */
            ifeq 23
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/cpresolution/failure"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 23
            iconst_1
            goto 24
      StackMap locals:
      StackMap stack:
        23: iconst_0
      StackMap locals:
      StackMap stack: int
        24: putstatic org.eclipse.jdt.internal.core.JavaModelManager.CP_RESOLVE_VERBOSE_FAILURE:Z
        25: .line 1882
            iload 2 /* debug */
            ifeq 26
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/javadelta"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 26
            iconst_1
            goto 27
      StackMap locals:
      StackMap stack:
        26: iconst_0
      StackMap locals:
      StackMap stack: int
        27: putstatic org.eclipse.jdt.internal.core.DeltaProcessor.DEBUG:Z
        28: .line 1883
            iload 2 /* debug */
            ifeq 29
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/javadelta/verbose"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 29
            iconst_1
            goto 30
      StackMap locals:
      StackMap stack:
        29: iconst_0
      StackMap locals:
      StackMap stack: int
        30: putstatic org.eclipse.jdt.internal.core.DeltaProcessor.VERBOSE:Z
        31: .line 1884
            iload 2 /* debug */
            ifeq 32
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/dom/ast"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 32
            iconst_1
            goto 33
      StackMap locals:
      StackMap stack:
        32: iconst_0
      StackMap locals:
      StackMap stack: int
        33: putstatic org.eclipse.jdt.internal.core.dom.SourceRangeVerifier.DEBUG:Z
        34: .line 1885
            iload 2 /* debug */
            ifeq 35
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/dom/ast/throw"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 35
            iconst_1
            goto 36
      StackMap locals:
      StackMap stack:
        35: iconst_0
      StackMap locals:
      StackMap stack: int
        36: putstatic org.eclipse.jdt.internal.core.dom.SourceRangeVerifier.DEBUG_THROW:Z
        37: .line 1886
            getstatic org.eclipse.jdt.internal.core.dom.SourceRangeVerifier.DEBUG:Z
            getstatic org.eclipse.jdt.internal.core.dom.SourceRangeVerifier.DEBUG_THROW:Z
            ior
            putstatic org.eclipse.jdt.internal.core.dom.SourceRangeVerifier.DEBUG:Z
        38: .line 1887
            iload 2 /* debug */
            ifeq 39
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/dom/rewrite"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 39
            iconst_1
            goto 40
      StackMap locals:
      StackMap stack:
        39: iconst_0
      StackMap locals:
      StackMap stack: int
        40: putstatic org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore.DEBUG:Z
        41: .line 1888
            iload 2 /* debug */
            ifeq 42
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/hierarchy"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 42
            iconst_1
            goto 43
      StackMap locals:
      StackMap stack:
        42: iconst_0
      StackMap locals:
      StackMap stack: int
        43: putstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.DEBUG:Z
        44: .line 1889
            iload 2 /* debug */
            ifeq 45
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/indexmanager"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 45
            iconst_1
            goto 46
      StackMap locals:
      StackMap stack:
        45: iconst_0
      StackMap locals:
      StackMap stack: int
        46: putstatic org.eclipse.jdt.internal.core.search.processing.JobManager.VERBOSE:Z
        47: .line 1890
            iload 2 /* debug */
            ifeq 48
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/indexmanager/advanced"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 48
            iconst_1
            goto 49
      StackMap locals:
      StackMap stack:
        48: iconst_0
      StackMap locals:
      StackMap stack: int
        49: putstatic org.eclipse.jdt.internal.core.search.indexing.IndexManager.DEBUG:Z
        50: .line 1891
            iload 2 /* debug */
            ifeq 51
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/javamodel/classpath"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 51
            iconst_1
            goto 52
      StackMap locals:
      StackMap stack:
        51: iconst_0
      StackMap locals:
      StackMap stack: int
        52: putstatic org.eclipse.jdt.internal.core.JavaModelManager.DEBUG_CLASSPATH:Z
        53: .line 1892
            iload 2 /* debug */
            ifeq 54
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/javamodel/invalid_archives"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 54
            iconst_1
            goto 55
      StackMap locals:
      StackMap stack:
        54: iconst_0
      StackMap locals:
      StackMap stack: int
        55: putstatic org.eclipse.jdt.internal.core.JavaModelManager.DEBUG_INVALID_ARCHIVES:Z
        56: .line 1893
            iload 2 /* debug */
            ifeq 57
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/javamodel"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 57
            iconst_1
            goto 58
      StackMap locals:
      StackMap stack:
        57: iconst_0
      StackMap locals:
      StackMap stack: int
        58: putstatic org.eclipse.jdt.internal.core.JavaModelManager.VERBOSE:Z
        59: .line 1894
            iload 2 /* debug */
            ifeq 60
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/javamodel/cache"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 60
            iconst_1
            goto 61
      StackMap locals:
      StackMap stack:
        60: iconst_0
      StackMap locals:
      StackMap stack: int
        61: putstatic org.eclipse.jdt.internal.core.JavaModelCache.VERBOSE:Z
        62: .line 1895
            iload 2 /* debug */
            ifeq 63
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/javamodel/insertions"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 63
            iconst_1
            goto 64
      StackMap locals:
      StackMap stack:
        63: iconst_0
      StackMap locals:
      StackMap stack: int
        64: putstatic org.eclipse.jdt.internal.core.JavaModelCache.DEBUG_CACHE_INSERTIONS:Z
        65: .line 1896
            iload 2 /* debug */
            ifeq 66
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/postaction"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 66
            iconst_1
            goto 67
      StackMap locals:
      StackMap stack:
        66: iconst_0
      StackMap locals:
      StackMap stack: int
        67: putstatic org.eclipse.jdt.internal.core.JavaModelOperation.POST_ACTION_VERBOSE:Z
        68: .line 1897
            iload 2 /* debug */
            ifeq 69
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/resolution"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 69
            iconst_1
            goto 70
      StackMap locals:
      StackMap stack:
        69: iconst_0
      StackMap locals:
      StackMap stack: int
        70: putstatic org.eclipse.jdt.internal.core.NameLookup.VERBOSE:Z
        71: .line 1898
            iload 2 /* debug */
            ifeq 72
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/search"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 72
            iconst_1
            goto 73
      StackMap locals:
      StackMap stack:
        72: iconst_0
      StackMap locals:
      StackMap stack: int
        73: putstatic org.eclipse.jdt.internal.core.search.BasicSearchEngine.VERBOSE:Z
        74: .line 1899
            iload 2 /* debug */
            ifeq 75
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/selection"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 75
            iconst_1
            goto 76
      StackMap locals:
      StackMap stack:
        75: iconst_0
      StackMap locals:
      StackMap stack: int
        76: putstatic org.eclipse.jdt.internal.codeassist.SelectionEngine.DEBUG:Z
        77: .line 1900
            iload 2 /* debug */
            ifeq 78
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/zipaccess"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 78
            iconst_1
            goto 79
      StackMap locals:
      StackMap stack:
        78: iconst_0
      StackMap locals:
      StackMap stack: int
        79: putstatic org.eclipse.jdt.internal.core.JavaModelManager.ZIP_ACCESS_VERBOSE:Z
        80: .line 1901
            iload 2 /* debug */
            ifeq 81
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/sourcemapper"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 81
            iconst_1
            goto 82
      StackMap locals:
      StackMap stack:
        81: iconst_0
      StackMap locals:
      StackMap stack: int
        82: putstatic org.eclipse.jdt.internal.core.SourceMapper.VERBOSE:Z
        83: .line 1902
            iload 2 /* debug */
            ifeq 84
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/formatter"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 84
            iconst_1
            goto 85
      StackMap locals:
      StackMap stack:
        84: iconst_0
      StackMap locals:
      StackMap stack: int
        85: putstatic org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.DEBUG:Z
        86: .line 1903
            iload 2 /* debug */
            ifeq 87
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/freespacetest"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 87
            iconst_1
            goto 88
      StackMap locals:
      StackMap stack:
        87: iconst_0
      StackMap locals:
      StackMap stack: int
        88: putstatic org.eclipse.jdt.internal.core.nd.db.Database.DEBUG_FREE_SPACE:Z
        89: .line 1904
            iload 2 /* debug */
            ifeq 90
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/pagecache"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 90
            iconst_1
            goto 91
      StackMap locals:
      StackMap stack:
        90: iconst_0
      StackMap locals:
      StackMap stack: int
        91: putstatic org.eclipse.jdt.internal.core.nd.db.Database.DEBUG_PAGE_CACHE:Z
        92: .line 1905
            iload 2 /* debug */
            ifeq 93
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/indexer"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 93
            iconst_1
            goto 94
      StackMap locals:
      StackMap stack:
        93: iconst_0
      StackMap locals:
      StackMap stack: int
        94: putstatic org.eclipse.jdt.internal.core.nd.indexer.Indexer.DEBUG:Z
        95: .line 1906
            iload 2 /* debug */
            ifeq 96
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/insertions"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 96
            iconst_1
            goto 97
      StackMap locals:
      StackMap stack:
        96: iconst_0
      StackMap locals:
      StackMap stack: int
        97: putstatic org.eclipse.jdt.internal.core.nd.indexer.Indexer.DEBUG_INSERTIONS:Z
        98: .line 1907
            iload 2 /* debug */
            ifeq 99
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/space"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 99
            iconst_1
            goto 100
      StackMap locals:
      StackMap stack:
        99: iconst_0
      StackMap locals:
      StackMap stack: int
       100: putstatic org.eclipse.jdt.internal.core.nd.indexer.Indexer.DEBUG_ALLOCATIONS:Z
       101: .line 1908
            iload 2 /* debug */
            ifeq 102
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/timing"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 102
            iconst_1
            goto 103
      StackMap locals:
      StackMap stack:
       102: iconst_0
      StackMap locals:
      StackMap stack: int
       103: putstatic org.eclipse.jdt.internal.core.nd.indexer.Indexer.DEBUG_TIMING:Z
       104: .line 1909
            iload 2 /* debug */
            ifeq 105
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/scheduling"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 105
            iconst_1
            goto 106
      StackMap locals:
      StackMap stack:
       105: iconst_0
      StackMap locals:
      StackMap stack: int
       106: putstatic org.eclipse.jdt.internal.core.nd.indexer.Indexer.DEBUG_SCHEDULING:Z
       107: .line 1910
            iload 2 /* debug */
            ifeq 108
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/selftest"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 108
            iconst_1
            goto 109
      StackMap locals:
      StackMap stack:
       108: iconst_0
      StackMap locals:
      StackMap stack: int
       109: putstatic org.eclipse.jdt.internal.core.nd.indexer.Indexer.DEBUG_SELFTEST:Z
       110: .line 1911
            iload 2 /* debug */
            ifeq 111
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/logsizemegs"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getIntegerOption:(Ljava/lang/String;I)I
            goto 112
      StackMap locals:
      StackMap stack:
       111: iconst_0
      StackMap locals:
      StackMap stack: int
       112: putstatic org.eclipse.jdt.internal.core.nd.indexer.Indexer.DEBUG_LOG_SIZE_MB:I
       113: .line 1912
            iload 2 /* debug */
            ifeq 114
            aload 1 /* options */
            ldc "org.eclipse.jdt.core/debug/index/locks"
            iconst_0
            invokeinterface org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption:(Ljava/lang/String;Z)Z
            ifeq 114
            iconst_1
            goto 115
      StackMap locals:
      StackMap stack:
       114: iconst_0
      StackMap locals:
      StackMap stack: int
       115: putstatic org.eclipse.jdt.internal.core.nd.Nd.sDEBUG_LOCKS:Z
       116: .line 1915
            getstatic org.eclipse.core.runtime.PerformanceStats.ENABLED:Z
            ifeq 123
       117: .line 1916
            ldc "org.eclipse.jdt.core/perf/completion"
            invokestatic org.eclipse.core.runtime.PerformanceStats.isEnabled:(Ljava/lang/String;)Z
            putstatic org.eclipse.jdt.internal.codeassist.CompletionEngine.PERF:Z
       118: .line 1917
            ldc "org.eclipse.jdt.core/perf/selection"
            invokestatic org.eclipse.core.runtime.PerformanceStats.isEnabled:(Ljava/lang/String;)Z
            putstatic org.eclipse.jdt.internal.codeassist.SelectionEngine.PERF:Z
       119: .line 1918
            ldc "org.eclipse.jdt.core/perf/javadeltalistener"
            invokestatic org.eclipse.core.runtime.PerformanceStats.isEnabled:(Ljava/lang/String;)Z
            putstatic org.eclipse.jdt.internal.core.DeltaProcessor.PERF:Z
       120: .line 1919
            ldc "org.eclipse.jdt.core/perf/variableinitializer"
            invokestatic org.eclipse.core.runtime.PerformanceStats.isEnabled:(Ljava/lang/String;)Z
            putstatic org.eclipse.jdt.internal.core.JavaModelManager.PERF_VARIABLE_INITIALIZER:Z
       121: .line 1920
            ldc "org.eclipse.jdt.core/perf/containerinitializer"
            invokestatic org.eclipse.core.runtime.PerformanceStats.isEnabled:(Ljava/lang/String;)Z
            putstatic org.eclipse.jdt.internal.core.JavaModelManager.PERF_CONTAINER_INITIALIZER:Z
       122: .line 1921
            ldc "org.eclipse.jdt.core/perf/reconcile"
            invokestatic org.eclipse.core.runtime.PerformanceStats.isEnabled:(Ljava/lang/String;)Z
            putstatic org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.PERF:Z
       123: .line 1923
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean debug
        end local 1 // org.eclipse.osgi.service.debug.DebugOptions options
        end local 0 // org.eclipse.jdt.internal.core.JavaModelManager$8 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0  124     0     this  Lorg/eclipse/jdt/internal/core/JavaModelManager$8;
            0  124     1  options  Lorg/eclipse/osgi/service/debug/DebugOptions;
            1  124     2    debug  Z
    MethodParameters:
         Name  Flags
      options  
}
SourceFile: "JavaModelManager.java"
EnclosingMethod: org.eclipse.jdt.internal.core.JavaModelManager.registerDebugOptionsListener:(Lorg/osgi/framework/BundleContext;)V
NestHost: org.eclipse.jdt.internal.core.JavaModelManager
InnerClasses:
  org.eclipse.jdt.internal.core.JavaModelManager$8