public class org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider extends org.graalvm.compiler.java.SuitesProviderBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider
  super_class: org.graalvm.compiler.java.SuitesProviderBase
{
  protected final org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config;
    descriptor: Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider runtime;
    descriptor: Lorg/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final org.graalvm.compiler.phases.common.AddressLoweringPhase$AddressLowering addressLowering;
    descriptor: Lorg/graalvm/compiler/phases/common/AddressLoweringPhase$AddressLowering;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.phases.tiers.SuitesCreator defaultSuitesCreator;
    descriptor: Lorg/graalvm/compiler/phases/tiers/SuitesCreator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 69
            ldc Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.phases.tiers.SuitesCreator, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider, org.graalvm.compiler.phases.common.AddressLoweringPhase$AddressLowering);
    descriptor: (Lorg/graalvm/compiler/phases/tiers/SuitesCreator;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider;Lorg/graalvm/compiler/phases/common/AddressLoweringPhase$AddressLowering;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
        start local 1 // org.graalvm.compiler.phases.tiers.SuitesCreator defaultSuitesCreator
        start local 2 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 3 // org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider runtime
        start local 4 // org.graalvm.compiler.phases.common.AddressLoweringPhase$AddressLowering addressLowering
         0: .line 77
            aload 0 /* this */
            invokespecial org.graalvm.compiler.java.SuitesProviderBase.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* defaultSuitesCreator */
            putfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.defaultSuitesCreator:Lorg/graalvm/compiler/phases/tiers/SuitesCreator;
         2: .line 79
            aload 0 /* this */
            aload 2 /* config */
            putfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
         3: .line 80
            aload 0 /* this */
            aload 3 /* runtime */
            putfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.runtime:Lorg/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider;
         4: .line 81
            aload 0 /* this */
            aload 4 /* addressLowering */
            putfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.addressLowering:Lorg/graalvm/compiler/phases/common/AddressLoweringPhase$AddressLowering;
         5: .line 82
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.createGraphBuilderSuite:()Lorg/graalvm/compiler/phases/PhaseSuite;
            putfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.defaultGraphBuilderSuite:Lorg/graalvm/compiler/phases/PhaseSuite;
         6: .line 83
            return
        end local 4 // org.graalvm.compiler.phases.common.AddressLoweringPhase$AddressLowering addressLowering
        end local 3 // org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider runtime
        end local 2 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 1 // org.graalvm.compiler.phases.tiers.SuitesCreator defaultSuitesCreator
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
            0    7     1  defaultSuitesCreator  Lorg/graalvm/compiler/phases/tiers/SuitesCreator;
            0    7     2                config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0    7     3               runtime  Lorg/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider;
            0    7     4       addressLowering  Lorg/graalvm/compiler/phases/common/AddressLoweringPhase$AddressLowering;
    MethodParameters:
                      Name  Flags
      defaultSuitesCreator  
      config                
      runtime               
      addressLowering       

  public org.graalvm.compiler.phases.tiers.Suites createSuites();
    descriptor: ()Lorg/graalvm/compiler/phases/tiers/Suites;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
         0: .line 87
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.defaultSuitesCreator:Lorg/graalvm/compiler/phases/tiers/SuitesCreator;
            invokeinterface org.graalvm.compiler.phases.tiers.SuitesCreator.createSuites:()Lorg/graalvm/compiler/phases/tiers/Suites;
            astore 1 /* ret */
        start local 1 // org.graalvm.compiler.phases.tiers.Suites ret
         1: .line 89
            getstatic org.graalvm.compiler.core.common.GraalOptions.ImmutableCode:Lorg/graalvm/compiler/options/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 19
         2: .line 91
            aload 1 /* ret */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getHighTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
         3: new org.graalvm.compiler.hotspot.phases.LoadJavaMirrorWithKlassPhase
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.classMirrorOffset:I
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useCompressedOops:Z
            ifeq 4
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.getOopEncoding:()Lorg/graalvm/compiler/hotspot/CompressEncoding;
            goto 5
      StackMap locals: org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider org.graalvm.compiler.phases.tiers.Suites
      StackMap stack: org.graalvm.compiler.phases.PhaseSuite new 3 new 3 int
         4: aconst_null
      StackMap locals: org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider org.graalvm.compiler.phases.tiers.Suites
      StackMap stack: org.graalvm.compiler.phases.PhaseSuite new 3 new 3 int org.graalvm.compiler.hotspot.CompressEncoding
         5: invokespecial org.graalvm.compiler.hotspot.phases.LoadJavaMirrorWithKlassPhase.<init>:(ILorg/graalvm/compiler/hotspot/CompressEncoding;)V
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.appendPhase:(Lorg/graalvm/compiler/phases/BasePhase;)V
         6: .line 92
            getstatic org.graalvm.compiler.core.common.GraalOptions.VerifyPhases:Lorg/graalvm/compiler/options/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 8
         7: .line 93
            aload 1 /* ret */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getHighTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            new org.graalvm.compiler.hotspot.phases.AheadOfTimeVerificationPhase
            dup
            invokespecial org.graalvm.compiler.hotspot.phases.AheadOfTimeVerificationPhase.<init>:()V
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.appendPhase:(Lorg/graalvm/compiler/phases/BasePhase;)V
         8: .line 95
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.common.GraalOptions.GeneratePIC:Lorg/graalvm/compiler/options/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 19
         9: .line 97
            aload 1 /* ret */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getHighTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            ldc Lorg/graalvm/compiler/phases/common/LoweringPhase;
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.findPhase:(Ljava/lang/Class;)Ljava/util/ListIterator;
            astore 2 /* highTierLowering */
        start local 2 // java.util.ListIterator highTierLowering
        10: .line 98
            aload 2 /* highTierLowering */
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            pop
        11: .line 99
            aload 2 /* highTierLowering */
            new org.graalvm.compiler.hotspot.phases.aot.EliminateRedundantInitializationPhase
            dup
            invokespecial org.graalvm.compiler.hotspot.phases.aot.EliminateRedundantInitializationPhase.<init>:()V
            invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
        12: .line 100
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options.TieredAOT:Lorg/graalvm/compiler/options/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 14
        13: .line 101
            aload 2 /* highTierLowering */
            new org.graalvm.compiler.hotspot.phases.profiling.FinalizeProfileNodesPhase
            dup
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options.TierAInvokeInlineeNotifyFreqLog:Lorg/graalvm/compiler/options/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokespecial org.graalvm.compiler.hotspot.phases.profiling.FinalizeProfileNodesPhase.<init>:(I)V
            invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
        14: .line 103
      StackMap locals: java.util.ListIterator
      StackMap stack:
            aload 1 /* ret */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getMidTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            ldc Lorg/graalvm/compiler/phases/common/LoopSafepointInsertionPhase;
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.findPhase:(Ljava/lang/Class;)Ljava/util/ListIterator;
            new org.graalvm.compiler.hotspot.phases.aot.ReplaceConstantNodesPhase
            dup
            invokespecial org.graalvm.compiler.hotspot.phases.aot.ReplaceConstantNodesPhase.<init>:()V
            invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
        15: .line 106
            aload 1 /* ret */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getHighTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            ldc Lorg/graalvm/compiler/phases/common/inlining/InliningPhase;
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.findPhase:(Ljava/lang/Class;)Ljava/util/ListIterator;
            astore 3 /* iter */
        start local 3 // java.util.ListIterator iter
        16: .line 107
            aload 3 /* iter */
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.phases.common.inlining.InliningPhase
            astore 4 /* inlining */
        start local 4 // org.graalvm.compiler.phases.common.inlining.InliningPhase inlining
        17: .line 108
            aload 4 /* inlining */
            invokevirtual org.graalvm.compiler.phases.common.inlining.InliningPhase.getCanonicalizer:()Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
            astore 5 /* canonicalizer */
        start local 5 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizer
        18: .line 109
            aload 3 /* iter */
            new org.graalvm.compiler.phases.common.inlining.InliningPhase
            dup
            new org.graalvm.compiler.hotspot.phases.aot.AOTInliningPolicy
            dup
            aconst_null
            invokespecial org.graalvm.compiler.hotspot.phases.aot.AOTInliningPolicy.<init>:(Ljava/util/Map;)V
            aload 5 /* canonicalizer */
            invokespecial org.graalvm.compiler.phases.common.inlining.InliningPhase.<init>:(Lorg/graalvm/compiler/phases/common/inlining/policy/InliningPolicy;Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;)V
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
        end local 5 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizer
        end local 4 // org.graalvm.compiler.phases.common.inlining.InliningPhase inlining
        end local 3 // java.util.ListIterator iter
        end local 2 // java.util.ListIterator highTierLowering
        19: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* ret */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getMidTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            new org.graalvm.compiler.hotspot.phases.WriteBarrierAdditionPhase
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokespecial org.graalvm.compiler.hotspot.phases.WriteBarrierAdditionPhase.<init>:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)V
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.appendPhase:(Lorg/graalvm/compiler/phases/BasePhase;)V
        20: .line 114
            getstatic org.graalvm.compiler.core.common.GraalOptions.VerifyPhases:Lorg/graalvm/compiler/options/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 22
        21: .line 115
            aload 1 /* ret */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getMidTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            new org.graalvm.compiler.hotspot.phases.WriteBarrierVerificationPhase
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokespecial org.graalvm.compiler.hotspot.phases.WriteBarrierVerificationPhase.<init>:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)V
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.appendPhase:(Lorg/graalvm/compiler/phases/BasePhase;)V
        22: .line 118
      StackMap locals:
      StackMap stack:
            aload 1 /* ret */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getLowTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            ldc Lorg/graalvm/compiler/phases/common/ExpandLogicPhase;
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.findPhase:(Ljava/lang/Class;)Ljava/util/ListIterator;
            new org.graalvm.compiler.phases.common.AddressLoweringPhase
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.addressLowering:Lorg/graalvm/compiler/phases/common/AddressLoweringPhase$AddressLowering;
            invokespecial org.graalvm.compiler.phases.common.AddressLoweringPhase.<init>:(Lorg/graalvm/compiler/phases/common/AddressLoweringPhase$AddressLowering;)V
            invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
        23: .line 120
            aload 1 /* ret */
            areturn
        end local 1 // org.graalvm.compiler.phases.tiers.Suites ret
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   24     0              this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
            1   24     1               ret  Lorg/graalvm/compiler/phases/tiers/Suites;
           10   19     2  highTierLowering  Ljava/util/ListIterator<Lorg/graalvm/compiler/phases/BasePhase<-Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;>;
           16   19     3              iter  Ljava/util/ListIterator<Lorg/graalvm/compiler/phases/BasePhase<-Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;>;
           17   19     4          inlining  Lorg/graalvm/compiler/phases/common/inlining/InliningPhase;
           18   19     5     canonicalizer  Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;

  protected org.graalvm.compiler.phases.PhaseSuite<org.graalvm.compiler.phases.tiers.HighTierContext> createGraphBuilderSuite();
    descriptor: ()Lorg/graalvm/compiler/phases/PhaseSuite;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
         0: .line 124
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.defaultSuitesCreator:Lorg/graalvm/compiler/phases/tiers/SuitesCreator;
            invokeinterface org.graalvm.compiler.phases.tiers.SuitesCreator.getDefaultGraphBuilderSuite:()Lorg/graalvm/compiler/phases/PhaseSuite;
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.copy:()Lorg/graalvm/compiler/phases/PhaseSuite;
            astore 1 /* suite */
        start local 1 // org.graalvm.compiler.phases.PhaseSuite suite
         1: .line 125
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            aload 1 /* suite */
            invokevirtual org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.appendGraphEncoderTest:(Lorg/graalvm/compiler/phases/PhaseSuite;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 126
      StackMap locals: org.graalvm.compiler.phases.PhaseSuite
      StackMap stack:
            aload 1 /* suite */
            areturn
        end local 1 // org.graalvm.compiler.phases.PhaseSuite suite
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
            1    3     1  suite  Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;
    Signature: ()Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;

  private boolean appendGraphEncoderTest(org.graalvm.compiler.phases.PhaseSuite<org.graalvm.compiler.phases.tiers.HighTierContext>);
    descriptor: (Lorg/graalvm/compiler/phases/PhaseSuite;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
        start local 1 // org.graalvm.compiler.phases.PhaseSuite suite
         0: .line 138
            aload 1 /* suite */
            new org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1
            dup
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1.<init>:(Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;)V
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.appendPhase:(Lorg/graalvm/compiler/phases/BasePhase;)V
         1: .line 154
            iconst_1
            ireturn
        end local 1 // org.graalvm.compiler.phases.PhaseSuite suite
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
            0    2     1  suite  Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;
    Signature: (Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;)Z
    MethodParameters:
       Name  Flags
      suite  

  public static org.graalvm.compiler.phases.PhaseSuite<org.graalvm.compiler.phases.tiers.HighTierContext> withNodeSourcePosition(org.graalvm.compiler.phases.PhaseSuite<org.graalvm.compiler.phases.tiers.HighTierContext>);
    descriptor: (Lorg/graalvm/compiler/phases/PhaseSuite;)Lorg/graalvm/compiler/phases/PhaseSuite;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.graalvm.compiler.phases.PhaseSuite gbs
         0: .line 163
            aload 0 /* gbs */
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.copy:()Lorg/graalvm/compiler/phases/PhaseSuite;
            astore 1 /* newGbs */
        start local 1 // org.graalvm.compiler.phases.PhaseSuite newGbs
         1: .line 164
            aload 1 /* newGbs */
            ldc Lorg/graalvm/compiler/java/GraphBuilderPhase;
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.findPhase:(Ljava/lang/Class;)Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.java.GraphBuilderPhase
            astore 2 /* graphBuilderPhase */
        start local 2 // org.graalvm.compiler.java.GraphBuilderPhase graphBuilderPhase
         2: .line 165
            aload 2 /* graphBuilderPhase */
            invokevirtual org.graalvm.compiler.java.GraphBuilderPhase.getGraphBuilderConfig:()Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            astore 3 /* graphBuilderConfig */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration graphBuilderConfig
         3: .line 166
            new org.graalvm.compiler.java.GraphBuilderPhase
            dup
            aload 3 /* graphBuilderConfig */
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.withNodeSourcePosition:(Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            invokespecial org.graalvm.compiler.java.GraphBuilderPhase.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;)V
            astore 4 /* newGraphBuilderPhase */
        start local 4 // org.graalvm.compiler.java.GraphBuilderPhase newGraphBuilderPhase
         4: .line 167
            aload 1 /* newGbs */
            ldc Lorg/graalvm/compiler/java/GraphBuilderPhase;
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.findPhase:(Ljava/lang/Class;)Ljava/util/ListIterator;
            aload 4 /* newGraphBuilderPhase */
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
         5: .line 168
            aload 1 /* newGbs */
            areturn
        end local 4 // org.graalvm.compiler.java.GraphBuilderPhase newGraphBuilderPhase
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration graphBuilderConfig
        end local 2 // org.graalvm.compiler.java.GraphBuilderPhase graphBuilderPhase
        end local 1 // org.graalvm.compiler.phases.PhaseSuite newGbs
        end local 0 // org.graalvm.compiler.phases.PhaseSuite gbs
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                   gbs  Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;
            1    6     1                newGbs  Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;
            2    6     2     graphBuilderPhase  Lorg/graalvm/compiler/java/GraphBuilderPhase;
            3    6     3    graphBuilderConfig  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            4    6     4  newGraphBuilderPhase  Lorg/graalvm/compiler/java/GraphBuilderPhase;
    Signature: (Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;)Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;
    MethodParameters:
      Name  Flags
      gbs   

  public org.graalvm.compiler.lir.phases.LIRSuites createLIRSuites();
    descriptor: ()Lorg/graalvm/compiler/lir/phases/LIRSuites;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
         0: .line 173
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider.defaultSuitesCreator:Lorg/graalvm/compiler/phases/tiers/SuitesCreator;
            invokeinterface org.graalvm.compiler.phases.tiers.SuitesCreator.createLIRSuites:()Lorg/graalvm/compiler/lir/phases/LIRSuites;
            astore 1 /* suites */
        start local 1 // org.graalvm.compiler.lir.phases.LIRSuites suites
         1: .line 174
            getstatic org.graalvm.compiler.hotspot.HotSpotBackend$Options.ASMInstructionProfiling:Lorg/graalvm/compiler/options/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* profileInstructions */
        start local 2 // java.lang.String profileInstructions
         2: .line 175
            aload 2 /* profileInstructions */
            ifnull 4
         3: .line 176
            aload 1 /* suites */
            invokevirtual org.graalvm.compiler.lir.phases.LIRSuites.getPostAllocationOptimizationStage:()Lorg/graalvm/compiler/lir/phases/LIRPhaseSuite;
            new org.graalvm.compiler.hotspot.HotSpotInstructionProfiling
            dup
            aload 2 /* profileInstructions */
            invokespecial org.graalvm.compiler.hotspot.HotSpotInstructionProfiling.<init>:(Ljava/lang/String;)V
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhaseSuite.appendPhase:(Lorg/graalvm/compiler/lir/phases/LIRPhase;)V
         4: .line 178
      StackMap locals: org.graalvm.compiler.lir.phases.LIRSuites java.lang.String
      StackMap stack:
            aload 1 /* suites */
            areturn
        end local 2 // java.lang.String profileInstructions
        end local 1 // org.graalvm.compiler.lir.phases.LIRSuites suites
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/graalvm/compiler/hotspot/meta/HotSpotSuitesProvider;
            1    5     1               suites  Lorg/graalvm/compiler/lir/phases/LIRSuites;
            2    5     2  profileInstructions  Ljava/lang/String;
}
SourceFile: "HotSpotSuitesProvider.java"
NestMembers:
  org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1
InnerClasses:
  public Options = org.graalvm.compiler.hotspot.HotSpotBackend$Options of org.graalvm.compiler.hotspot.HotSpotBackend
  public Options = org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options of org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin
  org.graalvm.compiler.hotspot.meta.HotSpotSuitesProvider$1
  public final PostAllocationOptimizationContext = org.graalvm.compiler.lir.phases.PostAllocationOptimizationPhase$PostAllocationOptimizationContext of org.graalvm.compiler.lir.phases.PostAllocationOptimizationPhase
  public abstract AddressLowering = org.graalvm.compiler.phases.common.AddressLoweringPhase$AddressLowering of org.graalvm.compiler.phases.common.AddressLoweringPhase