class com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1
  super_class: java.lang.Object
{
  final com.oracle.svm.core.posix.IgnoreSIGPIPEFeature this$0;
    descriptor: Lcom/oracle/svm/core/posix/IgnoreSIGPIPEFeature;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.svm.core.posix.IgnoreSIGPIPEFeature);
    descriptor: (Lcom/oracle/svm/core/posix/IgnoreSIGPIPEFeature;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1 this
         0: .line 396
            aload 0 /* this */
            aload 1
            putfield com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1.this$0:Lcom/oracle/svm/core/posix/IgnoreSIGPIPEFeature;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/posix/IgnoreSIGPIPEFeature$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1 this
         0: .line 410
            getstatic com.oracle.svm.core.posix.headers.Signal$SignalEnum.SIGPIPE:Lcom/oracle/svm/core/posix/headers/Signal$SignalEnum;
            invokevirtual com.oracle.svm.core.posix.headers.Signal$SignalEnum.getCValue:()I
            invokestatic com.oracle.svm.core.posix.headers.Signal.SIG_IGN:()Lcom/oracle/svm/core/posix/headers/Signal$SignalDispatcher;
            invokestatic com.oracle.svm.core.posix.headers.Signal.signal:(ILcom/oracle/svm/core/posix/headers/Signal$SignalDispatcher;)Lcom/oracle/svm/core/posix/headers/Signal$SignalDispatcher;
            astore 1 /* signalResult */
        start local 1 // com.oracle.svm.core.posix.headers.Signal$SignalDispatcher signalResult
         1: .line 411
            aload 1 /* signalResult */
            invokestatic com.oracle.svm.core.posix.headers.Signal.SIG_ERR:()Lcom/oracle/svm/core/posix/headers/Signal$SignalDispatcher;
            if_acmpeq 2
            iconst_1
            goto 3
      StackMap locals: com.oracle.svm.core.posix.headers.Signal$SignalDispatcher
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "IgnoreSIGPIPEFeature.run: Could not ignore SIGPIPE"
            invokestatic com.oracle.svm.core.util.VMError.guarantee:(ZLjava/lang/String;)V
         4: .line 412
            return
        end local 1 // com.oracle.svm.core.posix.headers.Signal$SignalDispatcher signalResult
        end local 0 // com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/oracle/svm/core/posix/IgnoreSIGPIPEFeature$1;
            1    5     1  signalResult  Lcom/oracle/svm/core/posix/headers/Signal$SignalDispatcher;
}
SourceFile: "SunMiscSubstitutions.java"
EnclosingMethod: com.oracle.svm.core.posix.IgnoreSIGPIPEFeature.beforeAnalysis:(Lorg/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess;)V
NestHost: com.oracle.svm.core.posix.IgnoreSIGPIPEFeature
InnerClasses:
  com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1
  public abstract SignalDispatcher = com.oracle.svm.core.posix.headers.Signal$SignalDispatcher of com.oracle.svm.core.posix.headers.Signal
  public final SignalEnum = com.oracle.svm.core.posix.headers.Signal$SignalEnum of com.oracle.svm.core.posix.headers.Signal
  public abstract BeforeAnalysisAccess = org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess of org.graalvm.nativeimage.hosted.Feature