class com.oracle.svm.core.posix.IgnoreSIGPIPEFeature implements org.graalvm.nativeimage.hosted.Feature
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.posix.IgnoreSIGPIPEFeature
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.posix.IgnoreSIGPIPEFeature this
         0: .line 391
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.posix.IgnoreSIGPIPEFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/posix/IgnoreSIGPIPEFeature;

  public void beforeAnalysis(org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess);
    descriptor: (Lorg/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.posix.IgnoreSIGPIPEFeature this
        start local 1 // org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess access
         0: .line 396
            invokestatic com.oracle.svm.core.jdk.RuntimeSupport.getRuntimeSupport:()Lcom/oracle/svm/core/jdk/RuntimeSupport;
            new com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1.<init>:(Lcom/oracle/svm/core/posix/IgnoreSIGPIPEFeature;)V
            invokevirtual com.oracle.svm.core.jdk.RuntimeSupport.addStartupHook:(Ljava/lang/Runnable;)V
         1: .line 414
            return
        end local 1 // org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess access
        end local 0 // com.oracle.svm.core.posix.IgnoreSIGPIPEFeature this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/svm/core/posix/IgnoreSIGPIPEFeature;
            0    2     1  access  Lorg/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess;
    MethodParameters:
        Name  Flags
      access  
}
SourceFile: "SunMiscSubstitutions.java"
NestMembers:
  com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1
InnerClasses:
  com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1
  public abstract BeforeAnalysisAccess = org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess of org.graalvm.nativeimage.hosted.Feature
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.AutomaticFeature()