public class sun.io.Win32ErrorMode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.Win32ErrorMode
  super_class: java.lang.Object
{
  private static final long SEM_FAILCRITICALERRORS;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final long SEM_NOGPFAULTERRORBOX;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final long SEM_NOALIGNMENTFAULTEXCEPT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final long SEM_NOOPENFILEERRORBOX;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32768

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.Win32ErrorMode this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            return
        end local 0 // sun.io.Win32ErrorMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/Win32ErrorMode;

  public static void initialize();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=0
         0: .line 69
            invokestatic sun.misc.VM.isBooted:()Z
            ifne 6
         1: .line 70
            ldc "sun.io.allowCriticalErrorMessageBox"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* s */
        start local 0 // java.lang.String s
         2: .line 71
            aload 0 /* s */
            ifnull 3
            aload 0 /* s */
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         3: .line 72
      StackMap locals: java.lang.String
      StackMap stack:
            lconst_0
            invokestatic sun.io.Win32ErrorMode.setErrorMode:(J)J
            lstore 1 /* mode */
        start local 1 // long mode
         4: .line 73
            lload 1 /* mode */
            lconst_1
            lor
            lstore 1 /* mode */
         5: .line 74
            lload 1 /* mode */
            invokestatic sun.io.Win32ErrorMode.setErrorMode:(J)J
            pop2
        end local 1 // long mode
        end local 0 // java.lang.String s
         6: .line 77
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    6     0     s  Ljava/lang/String;
            4    6     1  mode  J

  private static native long setErrorMode(long);
    descriptor: (J)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      mode  
}
SourceFile: "Win32ErrorMode.java"