class sun.nio.fs.UnixPath extends sun.nio.fs.AbstractPath
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.UnixPath
  super_class: sun.nio.fs.AbstractPath
{
  private static java.lang.ThreadLocal<java.lang.ref.SoftReference<java.nio.charset.CharsetEncoder>> encoder;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/lang/ThreadLocal<Ljava/lang/ref/SoftReference<Ljava/nio/charset/CharsetEncoder;>;>;

  private final sun.nio.fs.UnixFileSystem fs;
    descriptor: Lsun/nio/fs/UnixFileSystem;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] path;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile java.lang.String stringValue;
    descriptor: Ljava/lang/String;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private int hash;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private volatile int[] offsets;
    descriptor: [I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  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=2, locals=0, args_size=0
         0: .line 43
            ldc Lsun/nio/fs/UnixPath;
            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 sun.nio.fs.UnixPath.$assertionsDisabled:Z
         3: .line 47
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
         4: .line 46
            putstatic sun.nio.fs.UnixPath.encoder:Ljava/lang/ThreadLocal;
         5: .line 47
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.nio.fs.UnixFileSystem, byte[]);
    descriptor: (Lsun/nio/fs/UnixFileSystem;[B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // sun.nio.fs.UnixFileSystem fs
        start local 2 // byte[] path
         0: .line 64
            aload 0 /* this */
            invokespecial sun.nio.fs.AbstractPath.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* fs */
            putfield sun.nio.fs.UnixPath.fs:Lsun/nio/fs/UnixFileSystem;
         2: .line 66
            aload 0 /* this */
            aload 2 /* path */
            putfield sun.nio.fs.UnixPath.path:[B
         3: .line 67
            return
        end local 2 // byte[] path
        end local 1 // sun.nio.fs.UnixFileSystem fs
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/fs/UnixPath;
            0    4     1    fs  Lsun/nio/fs/UnixFileSystem;
            0    4     2  path  [B
    MethodParameters:
      Name  Flags
      fs    
      path  

  void <init>(sun.nio.fs.UnixFileSystem, java.lang.String);
    descriptor: (Lsun/nio/fs/UnixFileSystem;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // sun.nio.fs.UnixFileSystem fs
        start local 2 // java.lang.String input
         0: .line 71
            aload 0 /* this */
            aload 1 /* fs */
            aload 1 /* fs */
            aload 2 /* input */
            invokestatic sun.nio.fs.UnixPath.normalizeAndCheck:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic sun.nio.fs.UnixPath.encode:(Lsun/nio/fs/UnixFileSystem;Ljava/lang/String;)[B
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
         1: .line 72
            return
        end local 2 // java.lang.String input
        end local 1 // sun.nio.fs.UnixFileSystem fs
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/fs/UnixPath;
            0    2     1     fs  Lsun/nio/fs/UnixFileSystem;
            0    2     2  input  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      fs     
      input  

  static java.lang.String normalizeAndCheck(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.lang.String input
         0: .line 77
            aload 0 /* input */
            invokevirtual java.lang.String.length:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 78
            iconst_0
            istore 2 /* prevChar */
        start local 2 // char prevChar
         2: .line 79
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 10
         4: .line 80
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* input */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // char c
         5: .line 81
            iload 4 /* c */
            bipush 47
            if_icmpne 7
            iload 2 /* prevChar */
            bipush 47
            if_icmpne 7
         6: .line 82
            aload 0 /* input */
            iload 1 /* n */
            iload 3 /* i */
            iconst_1
            isub
            invokestatic sun.nio.fs.UnixPath.normalize:(Ljava/lang/String;II)Ljava/lang/String;
            areturn
         7: .line 83
      StackMap locals: int
      StackMap stack:
            aload 0 /* input */
            iload 4 /* c */
            invokestatic sun.nio.fs.UnixPath.checkNotNul:(Ljava/lang/String;C)V
         8: .line 84
            iload 4 /* c */
            istore 2 /* prevChar */
        end local 4 // char c
         9: .line 79
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 1 /* n */
            if_icmplt 4
        end local 3 // int i
        11: .line 86
            iload 2 /* prevChar */
            bipush 47
            if_icmpne 13
        12: .line 87
            aload 0 /* input */
            iload 1 /* n */
            iload 1 /* n */
            iconst_1
            isub
            invokestatic sun.nio.fs.UnixPath.normalize:(Ljava/lang/String;II)Ljava/lang/String;
            areturn
        13: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* input */
            areturn
        end local 2 // char prevChar
        end local 1 // int n
        end local 0 // java.lang.String input
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0     input  Ljava/lang/String;
            1   14     1         n  I
            2   14     2  prevChar  C
            3   11     3         i  I
            5    9     4         c  C
    MethodParameters:
       Name  Flags
      input  

  private static void checkNotNul(java.lang.String, char);
    descriptor: (Ljava/lang/String;C)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String input
        start local 1 // char c
         0: .line 92
            iload 1 /* c */
            ifne 2
         1: .line 93
            new java.nio.file.InvalidPathException
            dup
            aload 0 /* input */
            ldc "Nul character not allowed"
            invokespecial java.nio.file.InvalidPathException.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            athrow
         2: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char c
        end local 0 // java.lang.String input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  input  Ljava/lang/String;
            0    3     1      c  C
    MethodParameters:
       Name  Flags
      input  
      c      

  private static java.lang.String normalize(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // java.lang.String input
        start local 1 // int len
        start local 2 // int off
         0: .line 97
            iload 1 /* len */
            ifne 2
         1: .line 98
            aload 0 /* input */
            areturn
         2: .line 99
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            istore 3 /* n */
        start local 3 // int n
         3: .line 100
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iinc 3 /* n */ -1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* n */
            ifle 6
            aload 0 /* input */
            iload 3 /* n */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 47
            if_icmpeq 4
         6: .line 101
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            ifne 8
         7: .line 102
            ldc "/"
            areturn
         8: .line 103
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* input */
            invokevirtual java.lang.String.length:()I
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 4 /* sb */
        start local 4 // java.lang.StringBuilder sb
         9: .line 104
            iload 2 /* off */
            ifle 11
        10: .line 105
            aload 4 /* sb */
            aload 0 /* input */
            iconst_0
            iload 2 /* off */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 106
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            iconst_0
            istore 5 /* prevChar */
        start local 5 // char prevChar
        12: .line 107
            iload 2 /* off */
            istore 6 /* i */
        start local 6 // int i
        13: goto 21
        14: .line 108
      StackMap locals: int int
      StackMap stack:
            aload 0 /* input */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* c */
        start local 7 // char c
        15: .line 109
            iload 7 /* c */
            bipush 47
            if_icmpne 17
            iload 5 /* prevChar */
            bipush 47
            if_icmpne 17
        16: .line 110
            goto 20
        17: .line 111
      StackMap locals: int
      StackMap stack:
            aload 0 /* input */
            iload 7 /* c */
            invokestatic sun.nio.fs.UnixPath.checkNotNul:(Ljava/lang/String;C)V
        18: .line 112
            aload 4 /* sb */
            iload 7 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        19: .line 113
            iload 7 /* c */
            istore 5 /* prevChar */
        end local 7 // char c
        20: .line 107
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 6 /* i */
            iload 3 /* n */
            if_icmplt 14
        end local 6 // int i
        22: .line 115
            aload 4 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 5 // char prevChar
        end local 4 // java.lang.StringBuilder sb
        end local 3 // int n
        end local 2 // int off
        end local 1 // int len
        end local 0 // java.lang.String input
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0     input  Ljava/lang/String;
            0   23     1       len  I
            0   23     2       off  I
            3   23     3         n  I
            9   23     4        sb  Ljava/lang/StringBuilder;
           12   23     5  prevChar  C
           13   22     6         i  I
           15   20     7         c  C
    MethodParameters:
       Name  Flags
      input  
      len    
      off    

  private static byte[] encode(sun.nio.fs.UnixFileSystem, java.lang.String);
    descriptor: (Lsun/nio/fs/UnixFileSystem;Ljava/lang/String;)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // sun.nio.fs.UnixFileSystem fs
        start local 1 // java.lang.String input
         0: .line 120
            getstatic sun.nio.fs.UnixPath.encoder:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast java.lang.ref.SoftReference
            astore 2 /* ref */
        start local 2 // java.lang.ref.SoftReference ref
         1: .line 121
            aload 2 /* ref */
            ifnull 2
            aload 2 /* ref */
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.nio.charset.CharsetEncoder
            goto 3
      StackMap locals: java.lang.ref.SoftReference
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.nio.charset.CharsetEncoder
         3: astore 3 /* ce */
        start local 3 // java.nio.charset.CharsetEncoder ce
         4: .line 122
            aload 3 /* ce */
            ifnonnull 10
         5: .line 123
            invokestatic sun.nio.fs.Util.jnuEncoding:()Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.newEncoder:()Ljava/nio/charset/CharsetEncoder;
         6: .line 124
            getstatic java.nio.charset.CodingErrorAction.REPORT:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetEncoder.onMalformedInput:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetEncoder;
         7: .line 125
            getstatic java.nio.charset.CodingErrorAction.REPORT:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetEncoder.onUnmappableCharacter:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetEncoder;
         8: .line 123
            astore 3 /* ce */
         9: .line 126
            getstatic sun.nio.fs.UnixPath.encoder:Ljava/lang/ThreadLocal;
            new java.lang.ref.SoftReference
            dup
            aload 3 /* ce */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        10: .line 129
      StackMap locals: java.nio.charset.CharsetEncoder
      StackMap stack:
            aload 0 /* fs */
            aload 1 /* input */
            invokevirtual java.lang.String.toCharArray:()[C
            invokevirtual sun.nio.fs.UnixFileSystem.normalizeNativePath:([C)[C
            astore 4 /* ca */
        start local 4 // char[] ca
        11: .line 132
            aload 4 /* ca */
            arraylength
            i2d
            aload 3 /* ce */
            invokevirtual java.nio.charset.CharsetEncoder.maxBytesPerChar:()F
            f2d
            dmul
            d2i
            newarray 8
            astore 5 /* ba */
        start local 5 // byte[] ba
        12: .line 135
            aload 5 /* ba */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 6 /* bb */
        start local 6 // java.nio.ByteBuffer bb
        13: .line 136
            aload 4 /* ca */
            invokestatic java.nio.CharBuffer.wrap:([C)Ljava/nio/CharBuffer;
            astore 7 /* cb */
        start local 7 // java.nio.CharBuffer cb
        14: .line 137
            aload 3 /* ce */
            invokevirtual java.nio.charset.CharsetEncoder.reset:()Ljava/nio/charset/CharsetEncoder;
            pop
        15: .line 138
            aload 3 /* ce */
            aload 7 /* cb */
            aload 6 /* bb */
            iconst_1
            invokevirtual java.nio.charset.CharsetEncoder.encode:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 8 /* cr */
        start local 8 // java.nio.charset.CoderResult cr
        16: .line 140
            aload 8 /* cr */
            invokevirtual java.nio.charset.CoderResult.isUnderflow:()Z
            ifne 19
        17: .line 141
            iconst_1
            istore 9 /* error */
        start local 9 // boolean error
        18: .line 142
            goto 23
        end local 9 // boolean error
        19: .line 143
      StackMap locals: sun.nio.fs.UnixFileSystem java.lang.String java.lang.ref.SoftReference java.nio.charset.CharsetEncoder char[] byte[] java.nio.ByteBuffer java.nio.CharBuffer java.nio.charset.CoderResult
      StackMap stack:
            aload 3 /* ce */
            aload 6 /* bb */
            invokevirtual java.nio.charset.CharsetEncoder.flush:(Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
            astore 8 /* cr */
        20: .line 144
            aload 8 /* cr */
            invokevirtual java.nio.charset.CoderResult.isUnderflow:()Z
            ifeq 21
            iconst_0
            goto 22
      StackMap locals:
      StackMap stack:
        21: iconst_1
      StackMap locals:
      StackMap stack: int
        22: istore 9 /* error */
        start local 9 // boolean error
        23: .line 146
      StackMap locals: int
      StackMap stack:
            iload 9 /* error */
            ifeq 27
        24: .line 147
            new java.nio.file.InvalidPathException
            dup
            aload 1 /* input */
        25: .line 148
            ldc "Malformed input or input contains unmappable characters"
        26: .line 147
            invokespecial java.nio.file.InvalidPathException.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            athrow
        27: .line 152
      StackMap locals:
      StackMap stack:
            aload 6 /* bb */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 10 /* len */
        start local 10 // int len
        28: .line 153
            iload 10 /* len */
            aload 5 /* ba */
            arraylength
            if_icmpeq 30
        29: .line 154
            aload 5 /* ba */
            iload 10 /* len */
            invokestatic java.util.Arrays.copyOf:([BI)[B
            astore 5 /* ba */
        30: .line 156
      StackMap locals: int
      StackMap stack:
            aload 5 /* ba */
            areturn
        end local 10 // int len
        end local 9 // boolean error
        end local 8 // java.nio.charset.CoderResult cr
        end local 7 // java.nio.CharBuffer cb
        end local 6 // java.nio.ByteBuffer bb
        end local 5 // byte[] ba
        end local 4 // char[] ca
        end local 3 // java.nio.charset.CharsetEncoder ce
        end local 2 // java.lang.ref.SoftReference ref
        end local 1 // java.lang.String input
        end local 0 // sun.nio.fs.UnixFileSystem fs
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   31     0     fs  Lsun/nio/fs/UnixFileSystem;
            0   31     1  input  Ljava/lang/String;
            1   31     2    ref  Ljava/lang/ref/SoftReference<Ljava/nio/charset/CharsetEncoder;>;
            4   31     3     ce  Ljava/nio/charset/CharsetEncoder;
           11   31     4     ca  [C
           12   31     5     ba  [B
           13   31     6     bb  Ljava/nio/ByteBuffer;
           14   31     7     cb  Ljava/nio/CharBuffer;
           16   31     8     cr  Ljava/nio/charset/CoderResult;
           18   19     9  error  Z
           23   31     9  error  Z
           28   31    10    len  I
    MethodParameters:
       Name  Flags
      fs     
      input  

  byte[] asByteArray();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 161
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            areturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixPath;

  byte[] getByteArrayForSysCalls();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 168
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.needToResolveAgainstDefaultDirectory:()Z
            ifeq 2
         1: .line 169
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.defaultDirectory:()[B
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            invokestatic sun.nio.fs.UnixPath.resolve:([B[B)[B
            areturn
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifne 4
         3: .line 172
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            areturn
         4: .line 175
      StackMap locals:
      StackMap stack:
            iconst_1
            newarray 8
            dup
            iconst_0
            bipush 46
            bastore
            astore 1 /* here */
        start local 1 // byte[] here
         5: .line 176
            aload 1 /* here */
            areturn
        end local 1 // byte[] here
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/fs/UnixPath;
            5    6     1  here  [B

  java.lang.String getPathForExceptionMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 183
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixPath;

  java.lang.String getPathForPermissionCheck();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 188
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.needToResolveAgainstDefaultDirectory:()Z
            ifeq 2
         1: .line 189
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getByteArrayForSysCalls:()[B
            invokestatic sun.nio.fs.Util.toString:([B)Ljava/lang/String;
            areturn
         2: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/fs/UnixPath;

  static sun.nio.fs.UnixPath toUnixPath(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.file.Path obj
         0: .line 197
            aload 0 /* obj */
            ifnonnull 2
         1: .line 198
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof sun.nio.fs.UnixPath
            ifne 4
         3: .line 200
            new java.nio.file.ProviderMismatchException
            dup
            invokespecial java.nio.file.ProviderMismatchException.<init>:()V
            athrow
         4: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            checkcast sun.nio.fs.UnixPath
            areturn
        end local 0 // java.nio.file.Path obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   obj  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      obj   

  private void initOffsets();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 206
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            ifnonnull 33
         1: .line 210
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         2: .line 211
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         3: .line 212
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifeq 12
         4: .line 214
            iconst_1
            istore 1 /* count */
         5: .line 215
            goto 13
         6: .line 217
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            istore 3 /* c */
        start local 3 // byte c
         7: .line 218
            iload 3 /* c */
            bipush 47
            if_icmpeq 12
         8: .line 219
            iinc 1 /* count */ 1
         9: .line 220
            goto 11
        10: .line 221
      StackMap locals: int
      StackMap stack:
            iinc 2 /* index */ 1
        11: .line 220
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmpge 12
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 2 /* index */
            baload
            bipush 47
            if_icmpne 10
        end local 3 // byte c
        12: .line 216
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmplt 6
        13: .line 227
      StackMap locals:
      StackMap stack:
            iload 1 /* count */
            newarray 10
            astore 3 /* result */
        start local 3 // int[] result
        14: .line 228
            iconst_0
            istore 1 /* count */
        15: .line 229
            iconst_0
            istore 2 /* index */
        16: .line 230
            goto 25
        17: .line 231
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 2 /* index */
            baload
            istore 4 /* c */
        start local 4 // byte c
        18: .line 232
            iload 4 /* c */
            bipush 47
            if_icmpne 21
        19: .line 233
            iinc 2 /* index */ 1
        20: .line 234
            goto 25
        21: .line 235
      StackMap locals: int
      StackMap stack:
            aload 3 /* result */
            iload 1 /* count */
            iinc 1 /* count */ 1
            iload 2 /* index */
            iinc 2 /* index */ 1
            iastore
        22: .line 236
            goto 24
        23: .line 237
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
        24: .line 236
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmpge 25
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 2 /* index */
            baload
            bipush 47
            if_icmpne 23
        end local 4 // byte c
        25: .line 230
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmplt 17
        26: .line 240
            aload 0 /* this */
            dup
            astore 4
            monitorenter
        27: .line 241
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            ifnonnull 29
        28: .line 242
            aload 0 /* this */
            aload 3 /* result */
            putfield sun.nio.fs.UnixPath.offsets:[I
        29: .line 240
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aload 4
            monitorexit
        30: goto 33
      StackMap locals:
      StackMap stack: java.lang.Throwable
        31: aload 4
            monitorexit
        32: athrow
        end local 3 // int[] result
        end local 2 // int index
        end local 1 // int count
        33: .line 245
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            return
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   34     0    this  Lsun/nio/fs/UnixPath;
            2   33     1   count  I
            3   33     2   index  I
            7   12     3       c  B
           14   33     3  result  [I
           18   25     4       c  B
      Exception table:
        from    to  target  type
          27    30      31  any
          31    32      31  any

  private boolean isEmpty();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 249
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/UnixPath;

  private sun.nio.fs.UnixPath emptyPath();
    descriptor: ()Lsun/nio/fs/UnixPath;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 254
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            iconst_0
            newarray 8
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixPath;

  public sun.nio.fs.UnixFileSystem getFileSystem();
    descriptor: ()Lsun/nio/fs/UnixFileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 259
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.fs:Lsun/nio/fs/UnixFileSystem;
            areturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixPath;

  public sun.nio.fs.UnixPath getRoot();
    descriptor: ()Lsun/nio/fs/UnixPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 264
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            ifle 2
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iconst_0
            baload
            bipush 47
            if_icmpne 2
         1: .line 265
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.rootDirectory:()Lsun/nio/fs/UnixPath;
            areturn
         2: .line 267
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/fs/UnixPath;

  public sun.nio.fs.UnixPath getFileName();
    descriptor: ()Lsun/nio/fs/UnixPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 273
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 275
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            istore 1 /* count */
        start local 1 // int count
         2: .line 278
            iload 1 /* count */
            ifne 4
         3: .line 279
            aconst_null
            areturn
         4: .line 282
      StackMap locals: int
      StackMap stack:
            iload 1 /* count */
            iconst_1
            if_icmpne 6
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            ifle 6
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iconst_0
            baload
            bipush 47
            if_icmpeq 6
         5: .line 283
            aload 0 /* this */
            areturn
         6: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 1 /* count */
            iconst_1
            isub
            iaload
            istore 2 /* lastOffset */
        start local 2 // int lastOffset
         7: .line 286
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            iload 2 /* lastOffset */
            isub
            istore 3 /* len */
        start local 3 // int len
         8: .line 287
            iload 3 /* len */
            newarray 8
            astore 4 /* result */
        start local 4 // byte[] result
         9: .line 288
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 2 /* lastOffset */
            aload 4 /* result */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 289
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 4 /* result */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 4 // byte[] result
        end local 3 // int len
        end local 2 // int lastOffset
        end local 1 // int count
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lsun/nio/fs/UnixPath;
            2   11     1       count  I
            7   11     2  lastOffset  I
            8   11     3         len  I
            9   11     4      result  [B

  public sun.nio.fs.UnixPath getParent();
    descriptor: ()Lsun/nio/fs/UnixPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 294
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 296
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            istore 1 /* count */
        start local 1 // int count
         2: .line 297
            iload 1 /* count */
            ifne 4
         3: .line 299
            aconst_null
            areturn
         4: .line 301
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 1 /* count */
            iconst_1
            isub
            iaload
            iconst_1
            isub
            istore 2 /* len */
        start local 2 // int len
         5: .line 302
            iload 2 /* len */
            ifgt 7
         6: .line 304
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getRoot:()Lsun/nio/fs/UnixPath;
            areturn
         7: .line 306
      StackMap locals: int
      StackMap stack:
            iload 2 /* len */
            newarray 8
            astore 3 /* result */
        start local 3 // byte[] result
         8: .line 307
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iconst_0
            aload 3 /* result */
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 308
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 3 /* result */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 3 // byte[] result
        end local 2 // int len
        end local 1 // int count
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/nio/fs/UnixPath;
            2   10     1   count  I
            5   10     2     len  I
            8   10     3  result  [B

  public int getNameCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 313
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 314
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            ireturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/UnixPath;

  public sun.nio.fs.UnixPath getName(int);
    descriptor: (I)Lsun/nio/fs/UnixPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // int index
         0: .line 319
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 320
            iload 1 /* index */
            ifge 3
         2: .line 321
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 322
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            if_icmplt 5
         4: .line 323
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 1 /* index */
            iaload
            istore 2 /* begin */
        start local 2 // int begin
         6: .line 327
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            iconst_1
            isub
            if_icmpne 9
         7: .line 328
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            iload 2 /* begin */
            isub
            istore 3 /* len */
        start local 3 // int len
         8: .line 329
            goto 10
        end local 3 // int len
         9: .line 330
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 1 /* index */
            iconst_1
            iadd
            iaload
            iload 2 /* begin */
            isub
            iconst_1
            isub
            istore 3 /* len */
        start local 3 // int len
        10: .line 334
      StackMap locals: int
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 4 /* result */
        start local 4 // byte[] result
        11: .line 335
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 2 /* begin */
            aload 4 /* result */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 336
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 4 /* result */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 4 // byte[] result
        end local 3 // int len
        end local 2 // int begin
        end local 1 // int index
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lsun/nio/fs/UnixPath;
            0   13     1   index  I
            6   13     2   begin  I
            8    9     3     len  I
           10   13     3     len  I
           11   13     4  result  [B
    MethodParameters:
       Name  Flags
      index  

  public sun.nio.fs.UnixPath subpath(int, int);
    descriptor: (II)Lsun/nio/fs/UnixPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // int beginIndex
        start local 2 // int endIndex
         0: .line 341
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 343
            iload 1 /* beginIndex */
            ifge 3
         2: .line 344
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 345
      StackMap locals:
      StackMap stack:
            iload 1 /* beginIndex */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            if_icmplt 5
         4: .line 346
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 347
      StackMap locals:
      StackMap stack:
            iload 2 /* endIndex */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            if_icmple 7
         6: .line 348
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         7: .line 349
      StackMap locals:
      StackMap stack:
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            if_icmplt 9
         8: .line 350
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         9: .line 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 1 /* beginIndex */
            iaload
            istore 3 /* begin */
        start local 3 // int begin
        10: .line 356
            iload 2 /* endIndex */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            if_icmpne 13
        11: .line 357
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            iload 3 /* begin */
            isub
            istore 4 /* len */
        start local 4 // int len
        12: .line 358
            goto 14
        end local 4 // int len
        13: .line 359
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 2 /* endIndex */
            iaload
            iload 3 /* begin */
            isub
            iconst_1
            isub
            istore 4 /* len */
        start local 4 // int len
        14: .line 363
      StackMap locals: int
      StackMap stack:
            iload 4 /* len */
            newarray 8
            astore 5 /* result */
        start local 5 // byte[] result
        15: .line 364
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 3 /* begin */
            aload 5 /* result */
            iconst_0
            iload 4 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 365
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 5 /* result */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 5 // byte[] result
        end local 4 // int len
        end local 3 // int begin
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lsun/nio/fs/UnixPath;
            0   17     1  beginIndex  I
            0   17     2    endIndex  I
           10   17     3       begin  I
           12   13     4         len  I
           14   17     4         len  I
           15   17     5      result  [B
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    

  public boolean isAbsolute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 370
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            ifle 1
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iconst_0
            baload
            bipush 47
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/UnixPath;

  private static byte[] resolve(byte[], byte[]);
    descriptor: ([B[B)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // byte[] base
        start local 1 // byte[] child
         0: .line 375
            aload 0 /* base */
            arraylength
            istore 2 /* baseLength */
        start local 2 // int baseLength
         1: .line 376
            aload 1 /* child */
            arraylength
            istore 3 /* childLength */
        start local 3 // int childLength
         2: .line 377
            iload 3 /* childLength */
            ifne 4
         3: .line 378
            aload 0 /* base */
            areturn
         4: .line 379
      StackMap locals: int int
      StackMap stack:
            iload 2 /* baseLength */
            ifeq 5
            aload 1 /* child */
            iconst_0
            baload
            bipush 47
            if_icmpne 6
         5: .line 380
      StackMap locals:
      StackMap stack:
            aload 1 /* child */
            areturn
         6: .line 382
      StackMap locals:
      StackMap stack:
            iload 2 /* baseLength */
            iconst_1
            if_icmpne 11
            aload 0 /* base */
            iconst_0
            baload
            bipush 47
            if_icmpne 11
         7: .line 383
            iload 3 /* childLength */
            iconst_1
            iadd
            newarray 8
            astore 4 /* result */
        start local 4 // byte[] result
         8: .line 384
            aload 4 /* result */
            iconst_0
            bipush 47
            bastore
         9: .line 385
            aload 1 /* child */
            iconst_0
            aload 4 /* result */
            iconst_1
            iload 3 /* childLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 386
            goto 15
        end local 4 // byte[] result
        11: .line 387
      StackMap locals:
      StackMap stack:
            iload 2 /* baseLength */
            iconst_1
            iadd
            iload 3 /* childLength */
            iadd
            newarray 8
            astore 4 /* result */
        start local 4 // byte[] result
        12: .line 388
            aload 0 /* base */
            iconst_0
            aload 4 /* result */
            iconst_0
            iload 2 /* baseLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 389
            aload 4 /* result */
            aload 0 /* base */
            arraylength
            bipush 47
            bastore
        14: .line 390
            aload 1 /* child */
            iconst_0
            aload 4 /* result */
            iload 2 /* baseLength */
            iconst_1
            iadd
            iload 3 /* childLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 392
      StackMap locals: byte[]
      StackMap stack:
            aload 4 /* result */
            areturn
        end local 4 // byte[] result
        end local 3 // int childLength
        end local 2 // int baseLength
        end local 1 // byte[] child
        end local 0 // byte[] base
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         base  [B
            0   16     1        child  [B
            1   16     2   baseLength  I
            2   16     3  childLength  I
            8   11     4       result  [B
           12   16     4       result  [B
    MethodParameters:
       Name  Flags
      base   
      child  

  public sun.nio.fs.UnixPath resolve(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // java.nio.file.Path obj
         0: .line 397
            aload 1 /* obj */
            invokestatic sun.nio.fs.UnixPath.toUnixPath:(Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
            getfield sun.nio.fs.UnixPath.path:[B
            astore 2 /* other */
        start local 2 // byte[] other
         1: .line 398
            aload 2 /* other */
            arraylength
            ifle 3
            aload 2 /* other */
            iconst_0
            baload
            bipush 47
            if_icmpne 3
         2: .line 399
            aload 1 /* obj */
            checkcast sun.nio.fs.UnixPath
            areturn
         3: .line 400
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            aload 2 /* other */
            invokestatic sun.nio.fs.UnixPath.resolve:([B[B)[B
            astore 3 /* result */
        start local 3 // byte[] result
         4: .line 401
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 3 /* result */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 3 // byte[] result
        end local 2 // byte[] other
        end local 1 // java.nio.file.Path obj
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/nio/fs/UnixPath;
            0    5     1     obj  Ljava/nio/file/Path;
            1    5     2   other  [B
            4    5     3  result  [B
    MethodParameters:
      Name  Flags
      obj   

  sun.nio.fs.UnixPath resolve(byte[]);
    descriptor: ([B)Lsun/nio/fs/UnixPath;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // byte[] other
         0: .line 405
            aload 0 /* this */
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 1 /* other */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            invokevirtual sun.nio.fs.UnixPath.resolve:(Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
            areturn
        end local 1 // byte[] other
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/nio/fs/UnixPath;
            0    1     1  other  [B
    MethodParameters:
       Name  Flags
      other  

  public sun.nio.fs.UnixPath relativize(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // java.nio.file.Path obj
         0: .line 410
            aload 1 /* obj */
            invokestatic sun.nio.fs.UnixPath.toUnixPath:(Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
            astore 2 /* other */
        start local 2 // sun.nio.fs.UnixPath other
         1: .line 411
            aload 2 /* other */
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 412
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.emptyPath:()Lsun/nio/fs/UnixPath;
            areturn
         3: .line 415
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            aload 2 /* other */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            if_icmpeq 5
         4: .line 416
            new java.lang.IllegalArgumentException
            dup
            ldc "'other' is different type of Path"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifeq 7
         6: .line 420
            aload 2 /* other */
            areturn
         7: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 3 /* bn */
        start local 3 // int bn
         8: .line 423
            aload 2 /* other */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 4 /* cn */
        start local 4 // int cn
         9: .line 426
            iload 3 /* bn */
            iload 4 /* cn */
            if_icmple 10
            iload 4 /* cn */
            goto 11
      StackMap locals: int int
      StackMap stack:
        10: iload 3 /* bn */
      StackMap locals:
      StackMap stack: int
        11: istore 5 /* n */
        start local 5 // int n
        12: .line 427
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        13: .line 428
            goto 17
        14: .line 429
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual sun.nio.fs.UnixPath.getName:(I)Lsun/nio/fs/UnixPath;
            aload 2 /* other */
            iload 6 /* i */
            invokevirtual sun.nio.fs.UnixPath.getName:(I)Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.equals:(Ljava/lang/Object;)Z
            ifne 16
        15: .line 430
            goto 18
        16: .line 431
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
        17: .line 428
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            iload 5 /* n */
            if_icmplt 14
        18: .line 434
      StackMap locals:
      StackMap stack:
            iload 3 /* bn */
            iload 6 /* i */
            isub
            istore 7 /* dotdots */
        start local 7 // int dotdots
        19: .line 435
            iload 6 /* i */
            iload 4 /* cn */
            if_icmpge 41
        20: .line 437
            aload 2 /* other */
            iload 6 /* i */
            iload 4 /* cn */
            invokevirtual sun.nio.fs.UnixPath.subpath:(II)Lsun/nio/fs/UnixPath;
            astore 8 /* remainder */
        start local 8 // sun.nio.fs.UnixPath remainder
        21: .line 438
            iload 7 /* dotdots */
            ifne 23
        22: .line 439
            aload 8 /* remainder */
            areturn
        23: .line 442
      StackMap locals: int sun.nio.fs.UnixPath
      StackMap stack:
            aload 2 /* other */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            istore 9 /* isOtherEmpty */
        start local 9 // boolean isOtherEmpty
        24: .line 447
            iload 7 /* dotdots */
            iconst_3
            imul
            aload 8 /* remainder */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            iadd
            istore 10 /* len */
        start local 10 // int len
        25: .line 448
            iload 9 /* isOtherEmpty */
            ifeq 28
        26: .line 449
            getstatic sun.nio.fs.UnixPath.$assertionsDisabled:Z
            ifne 27
            aload 8 /* remainder */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifne 27
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        27: .line 450
      StackMap locals: int int
      StackMap stack:
            iinc 10 /* len */ -1
        28: .line 452
      StackMap locals:
      StackMap stack:
            iload 10 /* len */
            newarray 8
            astore 11 /* result */
        start local 11 // byte[] result
        29: .line 453
            iconst_0
            istore 12 /* pos */
        start local 12 // int pos
        30: .line 454
            goto 38
        31: .line 455
      StackMap locals: byte[] int
      StackMap stack:
            aload 11 /* result */
            iload 12 /* pos */
            iinc 12 /* pos */ 1
            bipush 46
            bastore
        32: .line 456
            aload 11 /* result */
            iload 12 /* pos */
            iinc 12 /* pos */ 1
            bipush 46
            bastore
        33: .line 457
            iload 9 /* isOtherEmpty */
            ifeq 36
        34: .line 458
            iload 7 /* dotdots */
            iconst_1
            if_icmple 37
            aload 11 /* result */
            iload 12 /* pos */
            iinc 12 /* pos */ 1
            bipush 47
            bastore
        35: .line 459
            goto 37
        36: .line 460
      StackMap locals:
      StackMap stack:
            aload 11 /* result */
            iload 12 /* pos */
            iinc 12 /* pos */ 1
            bipush 47
            bastore
        37: .line 462
      StackMap locals:
      StackMap stack:
            iinc 7 /* dotdots */ -1
        38: .line 454
      StackMap locals:
      StackMap stack:
            iload 7 /* dotdots */
            ifgt 31
        39: .line 464
            aload 8 /* remainder */
            getfield sun.nio.fs.UnixPath.path:[B
            iconst_0
            aload 11 /* result */
            iload 12 /* pos */
            aload 8 /* remainder */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        40: .line 465
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 11 /* result */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 12 // int pos
        end local 11 // byte[] result
        end local 10 // int len
        end local 9 // boolean isOtherEmpty
        end local 8 // sun.nio.fs.UnixPath remainder
        41: .line 468
      StackMap locals: sun.nio.fs.UnixPath java.nio.file.Path sun.nio.fs.UnixPath int int int int int
      StackMap stack:
            iload 7 /* dotdots */
            iconst_3
            imul
            iconst_1
            isub
            newarray 8
            astore 8 /* result */
        start local 8 // byte[] result
        42: .line 469
            iconst_0
            istore 9 /* pos */
        start local 9 // int pos
        43: .line 470
            goto 49
        44: .line 471
      StackMap locals: byte[] int
      StackMap stack:
            aload 8 /* result */
            iload 9 /* pos */
            iinc 9 /* pos */ 1
            bipush 46
            bastore
        45: .line 472
            aload 8 /* result */
            iload 9 /* pos */
            iinc 9 /* pos */ 1
            bipush 46
            bastore
        46: .line 474
            iload 7 /* dotdots */
            iconst_1
            if_icmple 48
        47: .line 475
            aload 8 /* result */
            iload 9 /* pos */
            iinc 9 /* pos */ 1
            bipush 47
            bastore
        48: .line 476
      StackMap locals:
      StackMap stack:
            iinc 7 /* dotdots */ -1
        49: .line 470
      StackMap locals:
      StackMap stack:
            iload 7 /* dotdots */
            ifgt 44
        50: .line 478
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 8 /* result */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 9 // int pos
        end local 8 // byte[] result
        end local 7 // int dotdots
        end local 6 // int i
        end local 5 // int n
        end local 4 // int cn
        end local 3 // int bn
        end local 2 // sun.nio.fs.UnixPath other
        end local 1 // java.nio.file.Path obj
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   51     0          this  Lsun/nio/fs/UnixPath;
            0   51     1           obj  Ljava/nio/file/Path;
            1   51     2         other  Lsun/nio/fs/UnixPath;
            8   51     3            bn  I
            9   51     4            cn  I
           12   51     5             n  I
           13   51     6             i  I
           19   51     7       dotdots  I
           21   41     8     remainder  Lsun/nio/fs/UnixPath;
           24   41     9  isOtherEmpty  Z
           25   41    10           len  I
           29   41    11        result  [B
           30   41    12           pos  I
           42   51     8        result  [B
           43   51     9           pos  I
    MethodParameters:
      Name  Flags
      obj   

  public java.nio.file.Path normalize();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=13, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 484
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 1 /* count */
        start local 1 // int count
         1: .line 485
            iload 1 /* count */
            ifeq 2
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifeq 3
         2: .line 486
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            areturn
         3: .line 488
      StackMap locals:
      StackMap stack:
            iload 1 /* count */
            newarray 4
            astore 2 /* ignore */
        start local 2 // boolean[] ignore
         4: .line 489
            iload 1 /* count */
            newarray 10
            astore 3 /* size */
        start local 3 // int[] size
         5: .line 490
            iload 1 /* count */
            istore 4 /* remaining */
        start local 4 // int remaining
         6: .line 491
            iconst_0
            istore 5 /* hasDotDot */
        start local 5 // boolean hasDotDot
         7: .line 492
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            istore 6 /* isAbsolute */
        start local 6 // boolean isAbsolute
         8: .line 498
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 24
        10: .line 499
      StackMap locals: sun.nio.fs.UnixPath int boolean[] int[] int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 7 /* i */
            iaload
            istore 8 /* begin */
        start local 8 // int begin
        11: .line 501
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            iconst_1
            isub
            if_icmpne 14
        12: .line 502
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            iload 8 /* begin */
            isub
            istore 9 /* len */
        start local 9 // int len
        13: .line 503
            goto 15
        end local 9 // int len
        14: .line 504
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 7 /* i */
            iconst_1
            iadd
            iaload
            iload 8 /* begin */
            isub
            iconst_1
            isub
            istore 9 /* len */
        start local 9 // int len
        15: .line 506
      StackMap locals: int
      StackMap stack:
            aload 3 /* size */
            iload 7 /* i */
            iload 9 /* len */
            iastore
        16: .line 508
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 8 /* begin */
            baload
            bipush 46
            if_icmpne 23
        17: .line 509
            iload 9 /* len */
            iconst_1
            if_icmpne 21
        18: .line 510
            aload 2 /* ignore */
            iload 7 /* i */
            iconst_1
            bastore
        19: .line 511
            iinc 4 /* remaining */ -1
        20: .line 512
            goto 23
        21: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 8 /* begin */
            iconst_1
            iadd
            baload
            bipush 46
            if_icmpne 23
        22: .line 515
            iconst_1
            istore 5 /* hasDotDot */
        end local 9 // int len
        end local 8 // int begin
        23: .line 498
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 7 /* i */
            iload 1 /* count */
            if_icmplt 10
        end local 7 // int i
        25: .line 521
            iload 5 /* hasDotDot */
            ifeq 61
        26: .line 524
      StackMap locals:
      StackMap stack:
            iload 4 /* remaining */
            istore 7 /* prevRemaining */
        start local 7 // int prevRemaining
        27: .line 525
            iconst_m1
            istore 8 /* prevName */
        start local 8 // int prevName
        28: .line 526
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        29: goto 58
        30: .line 527
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* ignore */
            iload 9 /* i */
            baload
            ifeq 32
        31: .line 528
            goto 57
        32: .line 531
      StackMap locals:
      StackMap stack:
            aload 3 /* size */
            iload 9 /* i */
            iaload
            iconst_2
            if_icmpeq 35
        33: .line 532
            iload 9 /* i */
            istore 8 /* prevName */
        34: .line 533
            goto 57
        35: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 9 /* i */
            iaload
            istore 10 /* begin */
        start local 10 // int begin
        36: .line 537
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 10 /* begin */
            baload
            bipush 46
            if_icmpne 37
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 10 /* begin */
            iconst_1
            iadd
            baload
            bipush 46
            if_icmpeq 39
        37: .line 538
      StackMap locals: int
      StackMap stack:
            iload 9 /* i */
            istore 8 /* prevName */
        38: .line 539
            goto 57
        39: .line 543
      StackMap locals:
      StackMap stack:
            iload 8 /* prevName */
            iflt 45
        40: .line 546
            aload 2 /* ignore */
            iload 8 /* prevName */
            iconst_1
            bastore
        41: .line 547
            aload 2 /* ignore */
            iload 9 /* i */
            iconst_1
            bastore
        42: .line 548
            iinc 4 /* remaining */ -2
        43: .line 549
            iconst_m1
            istore 8 /* prevName */
        44: .line 550
            goto 57
        45: .line 552
      StackMap locals:
      StackMap stack:
            iload 6 /* isAbsolute */
            ifeq 57
        46: .line 553
            iconst_0
            istore 11 /* hasPrevious */
        start local 11 // boolean hasPrevious
        47: .line 554
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        48: goto 53
        49: .line 555
      StackMap locals: int int
      StackMap stack:
            aload 2 /* ignore */
            iload 12 /* j */
            baload
            ifne 52
        50: .line 556
            iconst_1
            istore 11 /* hasPrevious */
        51: .line 557
            goto 54
        52: .line 554
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        53: iload 12 /* j */
            iload 9 /* i */
            if_icmplt 49
        end local 12 // int j
        54: .line 560
      StackMap locals:
      StackMap stack:
            iload 11 /* hasPrevious */
            ifne 57
        55: .line 562
            aload 2 /* ignore */
            iload 9 /* i */
            iconst_1
            bastore
        56: .line 563
            iinc 4 /* remaining */ -1
        end local 11 // boolean hasPrevious
        end local 10 // int begin
        57: .line 526
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        58: iload 9 /* i */
            iload 1 /* count */
            if_icmplt 30
        end local 9 // int i
        end local 8 // int prevName
        59: .line 568
            iload 7 /* prevRemaining */
            iload 4 /* remaining */
        60: .line 523
            if_icmpgt 26
        end local 7 // int prevRemaining
        61: .line 572
      StackMap locals:
      StackMap stack:
            iload 4 /* remaining */
            iload 1 /* count */
            if_icmpne 63
        62: .line 573
            aload 0 /* this */
            areturn
        63: .line 576
      StackMap locals:
      StackMap stack:
            iload 4 /* remaining */
            ifne 67
        64: .line 577
            iload 6 /* isAbsolute */
            ifeq 65
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.rootDirectory:()Lsun/nio/fs/UnixPath;
            goto 66
      StackMap locals:
      StackMap stack:
        65: aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.emptyPath:()Lsun/nio/fs/UnixPath;
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixPath
        66: areturn
        67: .line 581
      StackMap locals:
      StackMap stack:
            iload 4 /* remaining */
            iconst_1
            isub
            istore 7 /* len */
        start local 7 // int len
        68: .line 582
            iload 6 /* isAbsolute */
            ifeq 70
        69: .line 583
            iinc 7 /* len */ 1
        70: .line 585
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        71: goto 75
        72: .line 586
      StackMap locals: int
      StackMap stack:
            aload 2 /* ignore */
            iload 8 /* i */
            baload
            ifne 74
        73: .line 587
            iload 7 /* len */
            aload 3 /* size */
            iload 8 /* i */
            iaload
            iadd
            istore 7 /* len */
        74: .line 585
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        75: iload 8 /* i */
            iload 1 /* count */
            if_icmplt 72
        end local 8 // int i
        76: .line 589
            iload 7 /* len */
            newarray 8
            astore 8 /* result */
        start local 8 // byte[] result
        77: .line 592
            iconst_0
            istore 9 /* pos */
        start local 9 // int pos
        78: .line 593
            iload 6 /* isAbsolute */
            ifeq 80
        79: .line 594
            aload 8 /* result */
            iload 9 /* pos */
            iinc 9 /* pos */ 1
            bipush 47
            bastore
        80: .line 595
      StackMap locals: sun.nio.fs.UnixPath int boolean[] int[] int int int int byte[] int
      StackMap stack:
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        81: goto 88
        82: .line 596
      StackMap locals: int
      StackMap stack:
            aload 2 /* ignore */
            iload 10 /* i */
            baload
            ifne 87
        83: .line 597
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 10 /* i */
            iaload
            aload 8 /* result */
            iload 9 /* pos */
            aload 3 /* size */
            iload 10 /* i */
            iaload
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        84: .line 598
            iload 9 /* pos */
            aload 3 /* size */
            iload 10 /* i */
            iaload
            iadd
            istore 9 /* pos */
        85: .line 599
            iinc 4 /* remaining */ -1
            iload 4 /* remaining */
            ifle 87
        86: .line 600
            aload 8 /* result */
            iload 9 /* pos */
            iinc 9 /* pos */ 1
            bipush 47
            bastore
        87: .line 595
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        88: iload 10 /* i */
            iload 1 /* count */
            if_icmplt 82
        end local 10 // int i
        89: .line 604
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 8 /* result */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 9 // int pos
        end local 8 // byte[] result
        end local 7 // int len
        end local 6 // boolean isAbsolute
        end local 5 // boolean hasDotDot
        end local 4 // int remaining
        end local 3 // int[] size
        end local 2 // boolean[] ignore
        end local 1 // int count
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   90     0           this  Lsun/nio/fs/UnixPath;
            1   90     1          count  I
            4   90     2         ignore  [Z
            5   90     3           size  [I
            6   90     4      remaining  I
            7   90     5      hasDotDot  Z
            8   90     6     isAbsolute  Z
            9   25     7              i  I
           11   23     8          begin  I
           13   14     9            len  I
           15   23     9            len  I
           27   61     7  prevRemaining  I
           28   59     8       prevName  I
           29   59     9              i  I
           36   57    10          begin  I
           47   57    11    hasPrevious  Z
           48   54    12              j  I
           68   90     7            len  I
           71   76     8              i  I
           77   90     8         result  [B
           78   90     9            pos  I
           81   89    10              i  I

  public boolean startsWith(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // java.nio.file.Path other
         0: .line 609
            aload 1 /* other */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            instanceof sun.nio.fs.UnixPath
            ifne 2
         1: .line 610
            iconst_0
            ireturn
         2: .line 611
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast sun.nio.fs.UnixPath
            astore 2 /* that */
        start local 2 // sun.nio.fs.UnixPath that
         3: .line 614
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmple 5
         4: .line 615
            iconst_0
            ireturn
         5: .line 617
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 3 /* thisOffsetCount */
        start local 3 // int thisOffsetCount
         6: .line 618
            aload 2 /* that */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 4 /* thatOffsetCount */
        start local 4 // int thatOffsetCount
         7: .line 621
            iload 4 /* thatOffsetCount */
            ifne 11
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifeq 11
         8: .line 622
            aload 2 /* that */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifeq 9
            iconst_0
            goto 10
      StackMap locals: int int
      StackMap stack:
         9: iconst_1
      StackMap locals:
      StackMap stack: int
        10: ireturn
        11: .line 626
      StackMap locals:
      StackMap stack:
            iload 4 /* thatOffsetCount */
            iload 3 /* thisOffsetCount */
            if_icmple 13
        12: .line 627
            iconst_0
            ireturn
        13: .line 630
      StackMap locals:
      StackMap stack:
            iload 4 /* thatOffsetCount */
            iload 3 /* thisOffsetCount */
            if_icmpne 16
        14: .line 631
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmpeq 16
        15: .line 632
            iconst_0
            ireturn
        16: .line 636
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        17: goto 23
        18: .line 637
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 5 /* i */
            iaload
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 6 /* o1 */
        start local 6 // java.lang.Integer o1
        19: .line 638
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 5 /* i */
            iaload
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 7 /* o2 */
        start local 7 // java.lang.Integer o2
        20: .line 639
            aload 6 /* o1 */
            aload 7 /* o2 */
            invokevirtual java.lang.Integer.equals:(Ljava/lang/Object;)Z
            ifne 22
        21: .line 640
            iconst_0
            ireturn
        end local 7 // java.lang.Integer o2
        end local 6 // java.lang.Integer o1
        22: .line 636
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            iload 4 /* thatOffsetCount */
            if_icmplt 18
        end local 5 // int i
        24: .line 644
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        25: .line 645
            goto 29
        26: .line 646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 5 /* i */
            baload
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 5 /* i */
            baload
            if_icmpeq 28
        27: .line 647
            iconst_0
            ireturn
        28: .line 648
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        29: .line 645
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmplt 26
        30: .line 652
            iload 5 /* i */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmpge 32
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 5 /* i */
            baload
            bipush 47
            if_icmpeq 32
        31: .line 653
            iconst_0
            ireturn
        32: .line 655
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // int i
        end local 4 // int thatOffsetCount
        end local 3 // int thisOffsetCount
        end local 2 // sun.nio.fs.UnixPath that
        end local 1 // java.nio.file.Path other
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   33     0             this  Lsun/nio/fs/UnixPath;
            0   33     1            other  Ljava/nio/file/Path;
            3   33     2             that  Lsun/nio/fs/UnixPath;
            6   33     3  thisOffsetCount  I
            7   33     4  thatOffsetCount  I
           17   24     5                i  I
           19   22     6               o1  Ljava/lang/Integer;
           20   22     7               o2  Ljava/lang/Integer;
           25   33     5                i  I
    MethodParameters:
       Name  Flags
      other  

  public boolean endsWith(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // java.nio.file.Path other
         0: .line 660
            aload 1 /* other */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            instanceof sun.nio.fs.UnixPath
            ifne 2
         1: .line 661
            iconst_0
            ireturn
         2: .line 662
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast sun.nio.fs.UnixPath
            astore 2 /* that */
        start local 2 // sun.nio.fs.UnixPath that
         3: .line 664
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            istore 3 /* thisLen */
        start local 3 // int thisLen
         4: .line 665
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            istore 4 /* thatLen */
        start local 4 // int thatLen
         5: .line 668
            iload 4 /* thatLen */
            iload 3 /* thisLen */
            if_icmple 7
         6: .line 669
            iconst_0
            ireturn
         7: .line 672
      StackMap locals: sun.nio.fs.UnixPath int int
      StackMap stack:
            iload 3 /* thisLen */
            ifle 9
            iload 4 /* thatLen */
            ifne 9
         8: .line 673
            iconst_0
            ireturn
         9: .line 676
      StackMap locals:
      StackMap stack:
            aload 2 /* that */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifeq 11
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifne 11
        10: .line 677
            iconst_0
            ireturn
        11: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 5 /* thisOffsetCount */
        start local 5 // int thisOffsetCount
        12: .line 680
            aload 2 /* that */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 6 /* thatOffsetCount */
        start local 6 // int thatOffsetCount
        13: .line 683
            iload 6 /* thatOffsetCount */
            iload 5 /* thisOffsetCount */
            if_icmple 15
        14: .line 684
            iconst_0
            ireturn
        15: .line 687
      StackMap locals: int int
      StackMap stack:
            iload 6 /* thatOffsetCount */
            iload 5 /* thisOffsetCount */
            if_icmpne 23
        16: .line 688
            iload 5 /* thisOffsetCount */
            ifne 18
        17: .line 689
            iconst_1
            ireturn
        18: .line 690
      StackMap locals:
      StackMap stack:
            iload 3 /* thisLen */
            istore 7 /* expectedLen */
        start local 7 // int expectedLen
        19: .line 691
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifeq 21
            aload 2 /* that */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifne 21
        20: .line 692
            iinc 7 /* expectedLen */ -1
        21: .line 693
      StackMap locals: int
      StackMap stack:
            iload 4 /* thatLen */
            iload 7 /* expectedLen */
            if_icmpeq 25
        22: .line 694
            iconst_0
            ireturn
        end local 7 // int expectedLen
        23: .line 697
      StackMap locals:
      StackMap stack:
            aload 2 /* that */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifeq 25
        24: .line 698
            iconst_0
            ireturn
        25: .line 703
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iload 5 /* thisOffsetCount */
            iload 6 /* thatOffsetCount */
            isub
            iaload
            istore 7 /* thisPos */
        start local 7 // int thisPos
        26: .line 704
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iconst_0
            iaload
            istore 8 /* thatPos */
        start local 8 // int thatPos
        27: .line 705
            iload 4 /* thatLen */
            iload 8 /* thatPos */
            isub
            iload 3 /* thisLen */
            iload 7 /* thisPos */
            isub
            if_icmpeq 31
        28: .line 706
            iconst_0
            ireturn
        29: .line 708
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 7 /* thisPos */
            iinc 7 /* thisPos */ 1
            baload
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 8 /* thatPos */
            iinc 8 /* thatPos */ 1
            baload
            if_icmpeq 31
        30: .line 709
            iconst_0
            ireturn
        31: .line 707
      StackMap locals:
      StackMap stack:
            iload 8 /* thatPos */
            iload 4 /* thatLen */
            if_icmplt 29
        32: .line 712
            iconst_1
            ireturn
        end local 8 // int thatPos
        end local 7 // int thisPos
        end local 6 // int thatOffsetCount
        end local 5 // int thisOffsetCount
        end local 4 // int thatLen
        end local 3 // int thisLen
        end local 2 // sun.nio.fs.UnixPath that
        end local 1 // java.nio.file.Path other
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   33     0             this  Lsun/nio/fs/UnixPath;
            0   33     1            other  Ljava/nio/file/Path;
            3   33     2             that  Lsun/nio/fs/UnixPath;
            4   33     3          thisLen  I
            5   33     4          thatLen  I
           12   33     5  thisOffsetCount  I
           13   33     6  thatOffsetCount  I
           19   23     7      expectedLen  I
           26   33     7          thisPos  I
           27   33     8          thatPos  I
    MethodParameters:
       Name  Flags
      other  

  public int compareTo(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=10, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // java.nio.file.Path other
         0: .line 717
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            istore 2 /* len1 */
        start local 2 // int len1
         1: .line 718
            aload 1 /* other */
            checkcast sun.nio.fs.UnixPath
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            istore 3 /* len2 */
        start local 3 // int len2
         2: .line 720
            iload 2 /* len1 */
            iload 3 /* len2 */
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* n */
        start local 4 // int n
         3: .line 721
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            astore 5 /* v1 */
        start local 5 // byte[] v1
         4: .line 722
            aload 1 /* other */
            checkcast sun.nio.fs.UnixPath
            getfield sun.nio.fs.UnixPath.path:[B
            astore 6 /* v2 */
        start local 6 // byte[] v2
         5: .line 724
            iconst_0
            istore 7 /* k */
        start local 7 // int k
         6: .line 725
            goto 12
         7: .line 726
      StackMap locals: sun.nio.fs.UnixPath java.nio.file.Path int int int byte[] byte[] int
      StackMap stack:
            aload 5 /* v1 */
            iload 7 /* k */
            baload
            sipush 255
            iand
            istore 8 /* c1 */
        start local 8 // int c1
         8: .line 727
            aload 6 /* v2 */
            iload 7 /* k */
            baload
            sipush 255
            iand
            istore 9 /* c2 */
        start local 9 // int c2
         9: .line 728
            iload 8 /* c1 */
            iload 9 /* c2 */
            if_icmpeq 11
        10: .line 729
            iload 8 /* c1 */
            iload 9 /* c2 */
            isub
            ireturn
        11: .line 731
      StackMap locals: int int
      StackMap stack:
            iinc 7 /* k */ 1
        end local 9 // int c2
        end local 8 // int c1
        12: .line 725
      StackMap locals:
      StackMap stack:
            iload 7 /* k */
            iload 4 /* n */
            if_icmplt 7
        13: .line 733
            iload 2 /* len1 */
            iload 3 /* len2 */
            isub
            ireturn
        end local 7 // int k
        end local 6 // byte[] v2
        end local 5 // byte[] v1
        end local 4 // int n
        end local 3 // int len2
        end local 2 // int len1
        end local 1 // java.nio.file.Path other
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lsun/nio/fs/UnixPath;
            0   14     1  other  Ljava/nio/file/Path;
            1   14     2   len1  I
            2   14     3   len2  I
            3   14     4      n  I
            4   14     5     v1  [B
            5   14     6     v2  [B
            6   14     7      k  I
            8   12     8     c1  I
            9   12     9     c2  I
    MethodParameters:
       Name  Flags
      other  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // java.lang.Object ob
         0: .line 738
            aload 1 /* ob */
            ifnull 3
            aload 1 /* ob */
            instanceof sun.nio.fs.UnixPath
            ifeq 3
         1: .line 739
            aload 0 /* this */
            aload 1 /* ob */
            checkcast java.nio.file.Path
            invokevirtual sun.nio.fs.UnixPath.compareTo:(Ljava/nio/file/Path;)I
            ifne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 741
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object ob
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/fs/UnixPath;
            0    4     1    ob  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      ob    

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 747
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.hash:I
            istore 1 /* h */
        start local 1 // int h
         1: .line 748
            iload 1 /* h */
            ifne 8
         2: .line 749
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 750
      StackMap locals: int int
      StackMap stack:
            bipush 31
            iload 1 /* h */
            imul
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 2 /* i */
            baload
            sipush 255
            iand
            iadd
            istore 1 /* h */
         5: .line 749
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 752
            aload 0 /* this */
            iload 1 /* h */
            putfield sun.nio.fs.UnixPath.hash:I
         8: .line 754
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/fs/UnixPath;
            1    9     1     h  I
            3    7     2     i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 760
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.stringValue:Ljava/lang/String;
            ifnonnull 2
         1: .line 761
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.fs:Lsun/nio/fs/UnixFileSystem;
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            invokestatic sun.nio.fs.Util.toString:([B)Ljava/lang/String;
            invokevirtual sun.nio.fs.UnixFileSystem.normalizeJavaPath:(Ljava/lang/String;)Ljava/lang/String;
            putfield sun.nio.fs.UnixPath.stringValue:Ljava/lang/String;
         2: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.stringValue:Ljava/lang/String;
            areturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/fs/UnixPath;

  int openForAttributeAccess(boolean);
    descriptor: (Z)I
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // boolean followLinks
         0: .line 770
            iconst_0
            istore 2 /* flags */
        start local 2 // int flags
         1: .line 771
            iload 1 /* followLinks */
            ifne 3
         2: .line 774
            iload 2 /* flags */
            ldc 131072
            ior
            istore 2 /* flags */
         3: .line 777
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* flags */
            iconst_0
            invokestatic sun.nio.fs.UnixNativeDispatcher.open:(Lsun/nio/fs/UnixPath;II)I
         4: ireturn
         5: .line 778
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
            astore 3 /* x */
        start local 3 // sun.nio.fs.UnixException x
         6: .line 780
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.isSolaris:()Z
            ifeq 8
            aload 3 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 22
            if_icmpne 8
         7: .line 781
            aload 3 /* x */
            bipush 40
            invokevirtual sun.nio.fs.UnixException.setError:(I)V
         8: .line 783
      StackMap locals: sun.nio.fs.UnixException
      StackMap stack:
            aload 3 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 40
            if_icmpne 12
         9: .line 784
            new java.nio.file.FileSystemException
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getPathForExceptionMessage:()Ljava/lang/String;
            aconst_null
        10: .line 785
            new java.lang.StringBuilder
            dup
            aload 3 /* x */
            invokevirtual sun.nio.fs.UnixException.getMessage:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " or unable to access attributes of symbolic link"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        11: .line 784
            invokespecial java.nio.file.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        12: .line 787
      StackMap locals:
      StackMap stack:
            aload 3 /* x */
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        13: .line 788
            iconst_m1
            ireturn
        end local 3 // sun.nio.fs.UnixException x
        end local 2 // int flags
        end local 1 // boolean followLinks
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lsun/nio/fs/UnixPath;
            0   14     1  followLinks  Z
            1   14     2        flags  I
            6   14     3            x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           3     4       5  Class sun.nio.fs.UnixException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      followLinks  

  void checkRead();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 793
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 794
            aload 1 /* sm */
            ifnull 3
         2: .line 795
            aload 1 /* sm */
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getPathForPermissionCheck:()Ljava/lang/String;
            invokevirtual java.lang.SecurityManager.checkRead:(Ljava/lang/String;)V
         3: .line 796
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            return
        end local 1 // java.lang.SecurityManager sm
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/fs/UnixPath;
            1    4     1    sm  Ljava/lang/SecurityManager;

  void checkWrite();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 799
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 800
            aload 1 /* sm */
            ifnull 3
         2: .line 801
            aload 1 /* sm */
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getPathForPermissionCheck:()Ljava/lang/String;
            invokevirtual java.lang.SecurityManager.checkWrite:(Ljava/lang/String;)V
         3: .line 802
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            return
        end local 1 // java.lang.SecurityManager sm
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/fs/UnixPath;
            1    4     1    sm  Ljava/lang/SecurityManager;

  void checkDelete();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 805
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 806
            aload 1 /* sm */
            ifnull 3
         2: .line 807
            aload 1 /* sm */
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getPathForPermissionCheck:()Ljava/lang/String;
            invokevirtual java.lang.SecurityManager.checkDelete:(Ljava/lang/String;)V
         3: .line 808
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            return
        end local 1 // java.lang.SecurityManager sm
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/fs/UnixPath;
            1    4     1    sm  Ljava/lang/SecurityManager;

  public sun.nio.fs.UnixPath toAbsolutePath();
    descriptor: ()Lsun/nio/fs/UnixPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 812
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifeq 2
         1: .line 813
            aload 0 /* this */
            areturn
         2: .line 817
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         3: .line 818
            aload 1 /* sm */
            ifnull 5
         4: .line 819
            aload 1 /* sm */
            ldc "user.dir"
            invokevirtual java.lang.SecurityManager.checkPropertyAccess:(Ljava/lang/String;)V
         5: .line 821
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
         6: .line 822
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.defaultDirectory:()[B
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            invokestatic sun.nio.fs.UnixPath.resolve:([B[B)[B
         7: .line 821
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 1 // java.lang.SecurityManager sm
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/nio/fs/UnixPath;
            3    8     1    sm  Ljava/lang/SecurityManager;

  public java.nio.file.Path toRealPath(java.nio.file.LinkOption[]);
    descriptor: ([Ljava/nio/file/LinkOption;)Ljava/nio/file/Path;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // java.nio.file.LinkOption[] options
         0: .line 827
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.checkRead:()V
         1: .line 829
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.toAbsolutePath:()Lsun/nio/fs/UnixPath;
            astore 2 /* absolute */
        start local 2 // sun.nio.fs.UnixPath absolute
         2: .line 832
            aload 1 /* options */
            invokestatic sun.nio.fs.Util.followLinks:([Ljava/nio/file/LinkOption;)Z
            ifeq 8
         3: .line 834
            aload 2 /* absolute */
            invokestatic sun.nio.fs.UnixNativeDispatcher.realpath:(Lsun/nio/fs/UnixPath;)[B
            astore 3 /* rp */
        start local 3 // byte[] rp
         4: .line 835
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 3 /* rp */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
         5: areturn
        end local 3 // byte[] rp
         6: .line 836
      StackMap locals: sun.nio.fs.UnixPath java.nio.file.LinkOption[] sun.nio.fs.UnixPath
      StackMap stack: sun.nio.fs.UnixException
            astore 3 /* x */
        start local 3 // sun.nio.fs.UnixException x
         7: .line 837
            aload 3 /* x */
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 3 // sun.nio.fs.UnixException x
         8: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.fs:Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.rootDirectory:()Lsun/nio/fs/UnixPath;
            astore 3 /* result */
        start local 3 // sun.nio.fs.UnixPath result
         9: .line 844
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 28
        11: .line 845
      StackMap locals: sun.nio.fs.UnixPath int
      StackMap stack:
            aload 2 /* absolute */
            iload 4 /* i */
            invokevirtual sun.nio.fs.UnixPath.getName:(I)Lsun/nio/fs/UnixPath;
            astore 5 /* element */
        start local 5 // sun.nio.fs.UnixPath element
        12: .line 848
            aload 5 /* element */
            invokevirtual sun.nio.fs.UnixPath.asByteArray:()[B
            arraylength
            iconst_1
            if_icmpne 14
            aload 5 /* element */
            invokevirtual sun.nio.fs.UnixPath.asByteArray:()[B
            iconst_0
            baload
            bipush 46
            if_icmpne 14
        13: .line 849
            goto 27
        14: .line 852
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aload 5 /* element */
            invokevirtual sun.nio.fs.UnixPath.asByteArray:()[B
            arraylength
            iconst_2
            if_icmpne 26
            aload 5 /* element */
            invokevirtual sun.nio.fs.UnixPath.asByteArray:()[B
            iconst_0
            baload
            bipush 46
            if_icmpne 26
        15: .line 853
            aload 5 /* element */
            invokevirtual sun.nio.fs.UnixPath.asByteArray:()[B
            iconst_1
            baload
            bipush 46
            if_icmpne 26
        16: .line 855
            aconst_null
            astore 6 /* attrs */
        start local 6 // sun.nio.fs.UnixFileAttributes attrs
        17: .line 857
            aload 3 /* result */
            iconst_0
            invokestatic sun.nio.fs.UnixFileAttributes.get:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributes;
            astore 6 /* attrs */
        18: .line 858
            goto 21
      StackMap locals: sun.nio.fs.UnixPath java.nio.file.LinkOption[] sun.nio.fs.UnixPath sun.nio.fs.UnixPath int sun.nio.fs.UnixPath sun.nio.fs.UnixFileAttributes
      StackMap stack: sun.nio.fs.UnixException
        19: astore 7 /* x */
        start local 7 // sun.nio.fs.UnixException x
        20: .line 859
            aload 7 /* x */
            aload 3 /* result */
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 7 // sun.nio.fs.UnixException x
        21: .line 861
      StackMap locals:
      StackMap stack:
            aload 6 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.isSymbolicLink:()Z
            ifne 26
        22: .line 862
            aload 3 /* result */
            invokevirtual sun.nio.fs.UnixPath.getParent:()Lsun/nio/fs/UnixPath;
            astore 3 /* result */
        23: .line 863
            aload 3 /* result */
            ifnonnull 27
        24: .line 864
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.fs:Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.rootDirectory:()Lsun/nio/fs/UnixPath;
            astore 3 /* result */
        25: .line 866
            goto 27
        end local 6 // sun.nio.fs.UnixFileAttributes attrs
        26: .line 869
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            aload 5 /* element */
            invokevirtual sun.nio.fs.UnixPath.resolve:(Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
            astore 3 /* result */
        end local 5 // sun.nio.fs.UnixPath element
        27: .line 844
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 4 /* i */
            aload 2 /* absolute */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            if_icmplt 11
        end local 4 // int i
        29: .line 874
            aload 3 /* result */
            iconst_0
            invokestatic sun.nio.fs.UnixFileAttributes.get:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributes;
            pop
        30: .line 875
            goto 33
      StackMap locals: sun.nio.fs.UnixPath java.nio.file.LinkOption[] sun.nio.fs.UnixPath sun.nio.fs.UnixPath
      StackMap stack: sun.nio.fs.UnixException
        31: astore 4 /* x */
        start local 4 // sun.nio.fs.UnixException x
        32: .line 876
            aload 4 /* x */
            aload 3 /* result */
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 4 // sun.nio.fs.UnixException x
        33: .line 878
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // sun.nio.fs.UnixPath result
        end local 2 // sun.nio.fs.UnixPath absolute
        end local 1 // java.nio.file.LinkOption[] options
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   34     0      this  Lsun/nio/fs/UnixPath;
            0   34     1   options  [Ljava/nio/file/LinkOption;
            2   34     2  absolute  Lsun/nio/fs/UnixPath;
            4    6     3        rp  [B
            7    8     3         x  Lsun/nio/fs/UnixException;
            9   34     3    result  Lsun/nio/fs/UnixPath;
           10   29     4         i  I
           12   27     5   element  Lsun/nio/fs/UnixPath;
           17   26     6     attrs  Lsun/nio/fs/UnixFileAttributes;
           20   21     7         x  Lsun/nio/fs/UnixException;
           32   33     4         x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           3     5       6  Class sun.nio.fs.UnixException
          17    18      19  Class sun.nio.fs.UnixException
          29    30      31  Class sun.nio.fs.UnixException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      options  

  public java.net.URI toUri();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 883
            aload 0 /* this */
            invokestatic sun.nio.fs.UnixUriUtils.toUri:(Lsun/nio/fs/UnixPath;)Ljava/net/URI;
            areturn
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixPath;

  public java.nio.file.WatchKey register(java.nio.file.WatchService, java.nio.file.WatchEvent$Kind<?>[], java.nio.file.WatchEvent$Modifier[]);
    descriptor: (Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // java.nio.file.WatchService watcher
        start local 2 // java.nio.file.WatchEvent$Kind[] events
        start local 3 // java.nio.file.WatchEvent$Modifier[] modifiers
         0: .line 892
            aload 1 /* watcher */
            ifnonnull 2
         1: .line 893
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 894
      StackMap locals:
      StackMap stack:
            aload 1 /* watcher */
            instanceof sun.nio.fs.AbstractWatchService
            ifne 4
         3: .line 895
            new java.nio.file.ProviderMismatchException
            dup
            invokespecial java.nio.file.ProviderMismatchException.<init>:()V
            athrow
         4: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.checkRead:()V
         5: .line 897
            aload 1 /* watcher */
            checkcast sun.nio.fs.AbstractWatchService
            aload 0 /* this */
            aload 2 /* events */
            aload 3 /* modifiers */
            invokevirtual sun.nio.fs.AbstractWatchService.register:(Ljava/nio/file/Path;[Ljava/nio/file/WatchEvent$Kind;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;
            areturn
        end local 3 // java.nio.file.WatchEvent$Modifier[] modifiers
        end local 2 // java.nio.file.WatchEvent$Kind[] events
        end local 1 // java.nio.file.WatchService watcher
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/nio/fs/UnixPath;
            0    6     1    watcher  Ljava/nio/file/WatchService;
            0    6     2     events  [Ljava/nio/file/WatchEvent$Kind;
            0    6     3  modifiers  [Ljava/nio/file/WatchEvent$Modifier;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind<*>;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;
    MethodParameters:
           Name  Flags
      watcher    
      events     
      modifiers  

  public java.nio.file.FileSystem getFileSystem();
    descriptor: ()Ljava/nio/file/FileSystem;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.file.Path resolve(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/nio/file/Path;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual sun.nio.fs.UnixPath.resolve:(Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.file.Path
            invokevirtual sun.nio.fs.UnixPath.compareTo:(Ljava/nio/file/Path;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.file.Path getFileName();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.nio.fs.UnixPath.getFileName:()Lsun/nio/fs/UnixPath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.file.Path subpath(int, int);
    descriptor: (II)Ljava/nio/file/Path;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual sun.nio.fs.UnixPath.subpath:(II)Lsun/nio/fs/UnixPath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.file.Path relativize(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/nio/file/Path;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual sun.nio.fs.UnixPath.relativize:(Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.file.Path toAbsolutePath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.nio.fs.UnixPath.toAbsolutePath:()Lsun/nio/fs/UnixPath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.file.Path getParent();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.nio.fs.UnixPath.getParent:()Lsun/nio/fs/UnixPath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.file.Path getName(int);
    descriptor: (I)Ljava/nio/file/Path;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual sun.nio.fs.UnixPath.getName:(I)Lsun/nio/fs/UnixPath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.file.Path getRoot();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.nio.fs.UnixPath.getRoot:()Lsun/nio/fs/UnixPath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "UnixPath.java"
InnerClasses:
  public abstract Kind = java.nio.file.WatchEvent$Kind of java.nio.file.WatchEvent
  public abstract Modifier = java.nio.file.WatchEvent$Modifier of java.nio.file.WatchEvent