class com.oracle.svm.core.SubstrateOptions$8 extends com.oracle.svm.core.option.HostedOptionKey<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.SubstrateOptions$8
  super_class: com.oracle.svm.core.option.HostedOptionKey
{
  void <init>(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.SubstrateOptions$8 this
        start local 1 // java.lang.Integer $anonymous0
         0: .line 446
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
            return
        end local 1 // java.lang.Integer $anonymous0
        end local 0 // com.oracle.svm.core.SubstrateOptions$8 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/svm/core/SubstrateOptions$8;
            0    1     1  $anonymous0  Ljava/lang/Integer;
    MethodParameters:
             Name  Flags
      $anonymous0  

  protected void onValueUpdate(org.graalvm.collections.EconomicMap<org.graalvm.compiler.options.OptionKey<?>, java.lang.Object>, java.lang.Integer, java.lang.Integer);
    descriptor: (Lorg/graalvm/collections/EconomicMap;Ljava/lang/Integer;Ljava/lang/Integer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.svm.core.SubstrateOptions$8 this
        start local 1 // org.graalvm.collections.EconomicMap values
        start local 2 // java.lang.Integer oldValue
        start local 3 // java.lang.Integer newValue
         0: .line 449
            getstatic com.oracle.svm.core.SubstrateOptions.debugInfoValueUpdateHandler:Lcom/oracle/svm/core/SubstrateOptions$ValueUpdateHandler;
            aload 1 /* values */
            aload 2 /* oldValue */
            aload 3 /* newValue */
            invokeinterface com.oracle.svm.core.SubstrateOptions$ValueUpdateHandler.onValueUpdate:(Lorg/graalvm/collections/EconomicMap;Ljava/lang/Integer;Ljava/lang/Integer;)V
         1: .line 450
            return
        end local 3 // java.lang.Integer newValue
        end local 2 // java.lang.Integer oldValue
        end local 1 // org.graalvm.collections.EconomicMap values
        end local 0 // com.oracle.svm.core.SubstrateOptions$8 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/svm/core/SubstrateOptions$8;
            0    2     1    values  Lorg/graalvm/collections/EconomicMap<Lorg/graalvm/compiler/options/OptionKey<*>;Ljava/lang/Object;>;
            0    2     2  oldValue  Ljava/lang/Integer;
            0    2     3  newValue  Ljava/lang/Integer;
    Signature: (Lorg/graalvm/collections/EconomicMap<Lorg/graalvm/compiler/options/OptionKey<*>;Ljava/lang/Object;>;Ljava/lang/Integer;Ljava/lang/Integer;)V
    MethodParameters:
          Name  Flags
      values    
      oldValue  
      newValue  

  protected void onValueUpdate(org.graalvm.collections.EconomicMap, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/graalvm/collections/EconomicMap;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Integer
            aload 3
            checkcast java.lang.Integer
            invokevirtual com.oracle.svm.core.SubstrateOptions$8.onValueUpdate:(Lorg/graalvm/collections/EconomicMap;Ljava/lang/Integer;Ljava/lang/Integer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Integer;>;
SourceFile: "SubstrateOptions.java"
EnclosingMethod: com.oracle.svm.core.SubstrateOptions
NestHost: com.oracle.svm.core.SubstrateOptions
InnerClasses:
  com.oracle.svm.core.SubstrateOptions$8
  public abstract ValueUpdateHandler = com.oracle.svm.core.SubstrateOptions$ValueUpdateHandler of com.oracle.svm.core.SubstrateOptions