public class com.oracle.svm.hosted.thread.CEntryPointFeature implements com.oracle.svm.core.graal.GraalFeature
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.thread.CEntryPointFeature
  super_class: java.lang.Object
{
  private int vmThreadSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            iconst_m1
            putfield com.oracle.svm.hosted.thread.CEntryPointFeature.vmThreadSize:I
         2: .line 49
            return
        end local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/hosted/thread/CEntryPointFeature;

  public java.util.List<java.lang.Class<? extends org.graalvm.nativeimage.hosted.Feature>> getRequiredFeatures();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
         0: .line 55
            getstatic com.oracle.svm.core.SubstrateOptions.MultiThreaded:Lcom/oracle/svm/core/option/HostedOptionKey;
            invokevirtual com.oracle.svm.core.option.HostedOptionKey.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 2
         1: .line 56
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/svm/hosted/thread/VMThreadMTFeature;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
         2: .line 58
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/hosted/thread/CEntryPointFeature;
    Signature: ()Ljava/util/List<Ljava/lang/Class<+Lorg/graalvm/nativeimage/hosted/Feature;>;>;

  public void beforeCompilation(org.graalvm.nativeimage.hosted.Feature$BeforeCompilationAccess);
    descriptor: (Lorg/graalvm/nativeimage/hosted/Feature$BeforeCompilationAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
        start local 1 // org.graalvm.nativeimage.hosted.Feature$BeforeCompilationAccess config
         0: .line 63
            getstatic com.oracle.svm.core.SubstrateOptions.MultiThreaded:Lcom/oracle/svm/core/option/HostedOptionKey;
            invokevirtual com.oracle.svm.core.option.HostedOptionKey.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 3
         1: .line 64
            ldc Lcom/oracle/svm/hosted/thread/VMThreadMTFeature;
            invokestatic org.graalvm.nativeimage.ImageSingletons.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.svm.hosted.thread.VMThreadMTFeature
            astore 2 /* threadFeature */
        start local 2 // com.oracle.svm.hosted.thread.VMThreadMTFeature threadFeature
         2: .line 65
            aload 0 /* this */
            aload 2 /* threadFeature */
            invokevirtual com.oracle.svm.hosted.thread.VMThreadMTFeature.getVMThreadSize:()I
            putfield com.oracle.svm.hosted.thread.CEntryPointFeature.vmThreadSize:I
        end local 2 // com.oracle.svm.hosted.thread.VMThreadMTFeature threadFeature
         3: .line 67
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.nativeimage.hosted.Feature$BeforeCompilationAccess config
        end local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/oracle/svm/hosted/thread/CEntryPointFeature;
            0    4     1         config  Lorg/graalvm/nativeimage/hosted/Feature$BeforeCompilationAccess;
            2    3     2  threadFeature  Lcom/oracle/svm/hosted/thread/VMThreadMTFeature;
    MethodParameters:
        Name  Flags
      config  

  public void registerLowerings(com.oracle.svm.core.graal.meta.RuntimeConfiguration, org.graalvm.compiler.options.OptionValues, java.lang.Iterable<org.graalvm.compiler.debug.DebugHandlersFactory>, org.graalvm.compiler.phases.util.Providers, org.graalvm.compiler.api.replacements.SnippetReflectionProvider, java.util.Map<java.lang.Class<? extends org.graalvm.compiler.graph.Node>, com.oracle.svm.core.graal.snippets.NodeLoweringProvider<?>>, );
    descriptor: (Lcom/oracle/svm/core/graal/meta/RuntimeConfiguration;Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/Iterable;Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;Ljava/util/Map;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=8
        start local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
        start local 1 // com.oracle.svm.core.graal.meta.RuntimeConfiguration runtimeConfig
        start local 2 // org.graalvm.compiler.options.OptionValues options
        start local 3 // java.lang.Iterable factories
        start local 4 // org.graalvm.compiler.phases.util.Providers providers
        start local 5 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
        start local 6 // java.util.Map lowerings
        start local 7 // boolean hosted
         0: .line 73
            aload 2 /* options */
            aload 3 /* factories */
            aload 4 /* providers */
            aload 5 /* snippetReflection */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.thread.CEntryPointFeature.vmThreadSize:I
            aload 6 /* lowerings */
            invokestatic com.oracle.svm.core.graal.snippets.CEntryPointSnippets.registerLowerings:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/Iterable;Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;ILjava/util/Map;)V
         1: .line 74
            return
        end local 7 // boolean hosted
        end local 6 // java.util.Map lowerings
        end local 5 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
        end local 4 // org.graalvm.compiler.phases.util.Providers providers
        end local 3 // java.lang.Iterable factories
        end local 2 // org.graalvm.compiler.options.OptionValues options
        end local 1 // com.oracle.svm.core.graal.meta.RuntimeConfiguration runtimeConfig
        end local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/oracle/svm/hosted/thread/CEntryPointFeature;
            0    2     1      runtimeConfig  Lcom/oracle/svm/core/graal/meta/RuntimeConfiguration;
            0    2     2            options  Lorg/graalvm/compiler/options/OptionValues;
            0    2     3          factories  Ljava/lang/Iterable<Lorg/graalvm/compiler/debug/DebugHandlersFactory;>;
            0    2     4          providers  Lorg/graalvm/compiler/phases/util/Providers;
            0    2     5  snippetReflection  Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
            0    2     6          lowerings  Ljava/util/Map<Ljava/lang/Class<+Lorg/graalvm/compiler/graph/Node;>;Lcom/oracle/svm/core/graal/snippets/NodeLoweringProvider<*>;>;
            0    2     7             hosted  Z
    Signature: (Lcom/oracle/svm/core/graal/meta/RuntimeConfiguration;Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/Iterable<Lorg/graalvm/compiler/debug/DebugHandlersFactory;>;Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;Ljava/util/Map<Ljava/lang/Class<+Lorg/graalvm/compiler/graph/Node;>;Lcom/oracle/svm/core/graal/snippets/NodeLoweringProvider<*>;>;Z)V
    MethodParameters:
                   Name  Flags
      runtimeConfig      
      options            
      factories          
      providers          
      snippetReflection  
      lowerings          
      hosted             

  public void registerForeignCalls(com.oracle.svm.core.graal.meta.RuntimeConfiguration, org.graalvm.compiler.phases.util.Providers, org.graalvm.compiler.api.replacements.SnippetReflectionProvider, com.oracle.svm.core.graal.meta.SubstrateForeignCallsProvider, boolean);
    descriptor: (Lcom/oracle/svm/core/graal/meta/RuntimeConfiguration;Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;Lcom/oracle/svm/core/graal/meta/SubstrateForeignCallsProvider;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
        start local 1 // com.oracle.svm.core.graal.meta.RuntimeConfiguration runtimeConfig
        start local 2 // org.graalvm.compiler.phases.util.Providers providers
        start local 3 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
        start local 4 // com.oracle.svm.core.graal.meta.SubstrateForeignCallsProvider foreignCalls
        start local 5 // boolean hosted
         0: .line 78
            aload 2 /* providers */
            aload 4 /* foreignCalls */
            invokestatic com.oracle.svm.core.graal.snippets.CEntryPointSnippets.registerForeignCalls:(Lorg/graalvm/compiler/phases/util/Providers;Lcom/oracle/svm/core/graal/meta/SubstrateForeignCallsProvider;)V
         1: .line 79
            return
        end local 5 // boolean hosted
        end local 4 // com.oracle.svm.core.graal.meta.SubstrateForeignCallsProvider foreignCalls
        end local 3 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
        end local 2 // org.graalvm.compiler.phases.util.Providers providers
        end local 1 // com.oracle.svm.core.graal.meta.RuntimeConfiguration runtimeConfig
        end local 0 // com.oracle.svm.hosted.thread.CEntryPointFeature this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/oracle/svm/hosted/thread/CEntryPointFeature;
            0    2     1      runtimeConfig  Lcom/oracle/svm/core/graal/meta/RuntimeConfiguration;
            0    2     2          providers  Lorg/graalvm/compiler/phases/util/Providers;
            0    2     3  snippetReflection  Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
            0    2     4       foreignCalls  Lcom/oracle/svm/core/graal/meta/SubstrateForeignCallsProvider;
            0    2     5             hosted  Z
    MethodParameters:
                   Name  Flags
      runtimeConfig      
      providers          
      snippetReflection  
      foreignCalls       
      hosted             
}
SourceFile: "CEntryPointFeature.java"
InnerClasses:
  public abstract BeforeCompilationAccess = org.graalvm.nativeimage.hosted.Feature$BeforeCompilationAccess of org.graalvm.nativeimage.hosted.Feature
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.AutomaticFeature()