class sun.nio.fs.UnixPath implements java.nio.file.Path
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.UnixPath
  super_class: java.lang.Object
{
  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 45
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
         4: .line 44
            putstatic sun.nio.fs.UnixPath.encoder:Ljava/lang/ThreadLocal;
         5: .line 45
            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 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* fs */
            putfield sun.nio.fs.UnixPath.fs:Lsun/nio/fs/UnixFileSystem;
         2: .line 64
            aload 0 /* this */
            aload 2 /* path */
            putfield sun.nio.fs.UnixPath.path:[B
         3: .line 65
            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 69
            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 70
            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 75
            aload 0 /* input */
            invokevirtual java.lang.String.length:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 76
            iconst_0
            istore 2 /* prevChar */
        start local 2 // char prevChar
         2: .line 77
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 10
         4: .line 78
      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 79
            iload 4 /* c */
            bipush 47
            if_icmpne 7
            iload 2 /* prevChar */
            bipush 47
            if_icmpne 7
         6: .line 80
            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 81
      StackMap locals: int
      StackMap stack:
            aload 0 /* input */
            iload 4 /* c */
            invokestatic sun.nio.fs.UnixPath.checkNotNul:(Ljava/lang/String;C)V
         8: .line 82
            iload 4 /* c */
            istore 2 /* prevChar */
        end local 4 // char c
         9: .line 77
            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 84
            iload 2 /* prevChar */
            bipush 47
            if_icmpne 13
        12: .line 85
            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 86
      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 90
            iload 1 /* c */
            ifne 2
         1: .line 91
            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 92
      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 95
            iload 1 /* len */
            ifne 2
         1: .line 96
            aload 0 /* input */
            areturn
         2: .line 97
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            istore 3 /* n */
        start local 3 // int n
         3: .line 98
            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 99
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            ifne 8
         7: .line 100
            ldc "/"
            areturn
         8: .line 101
      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 102
            iload 2 /* off */
            ifle 11
        10: .line 103
            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 104
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            iconst_0
            istore 5 /* prevChar */
        start local 5 // char prevChar
        12: .line 105
            iload 2 /* off */
            istore 6 /* i */
        start local 6 // int i
        13: goto 21
        14: .line 106
      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 107
            iload 7 /* c */
            bipush 47
            if_icmpne 17
            iload 5 /* prevChar */
            bipush 47
            if_icmpne 17
        16: .line 108
            goto 20
        17: .line 109
      StackMap locals: int
      StackMap stack:
            aload 0 /* input */
            iload 7 /* c */
            invokestatic sun.nio.fs.UnixPath.checkNotNul:(Ljava/lang/String;C)V
        18: .line 110
            aload 4 /* sb */
            iload 7 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        19: .line 111
            iload 7 /* c */
            istore 5 /* prevChar */
        end local 7 // char c
        20: .line 105
      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 113
            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 118
            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 119
            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 120
            aload 3 /* ce */
            ifnonnull 10
         5: .line 121
            invokestatic sun.nio.fs.Util.jnuEncoding:()Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.newEncoder:()Ljava/nio/charset/CharsetEncoder;
         6: .line 122
            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 123
            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 121
            astore 3 /* ce */
         9: .line 124
            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 127
      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 130
            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 133
            aload 5 /* ba */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 6 /* bb */
        start local 6 // java.nio.ByteBuffer bb
        13: .line 134
            aload 4 /* ca */
            invokestatic java.nio.CharBuffer.wrap:([C)Ljava/nio/CharBuffer;
            astore 7 /* cb */
        start local 7 // java.nio.CharBuffer cb
        14: .line 135
            aload 3 /* ce */
            invokevirtual java.nio.charset.CharsetEncoder.reset:()Ljava/nio/charset/CharsetEncoder;
            pop
        15: .line 136
            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 138
            aload 8 /* cr */
            invokevirtual java.nio.charset.CoderResult.isUnderflow:()Z
            ifne 19
        17: .line 139
            iconst_1
            istore 9 /* error */
        start local 9 // boolean error
        18: .line 140
            goto 23
        end local 9 // boolean error
        19: .line 141
      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 142
            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 144
      StackMap locals: int
      StackMap stack:
            iload 9 /* error */
            ifeq 27
        24: .line 145
            new java.nio.file.InvalidPathException
            dup
            aload 1 /* input */
        25: .line 146
            ldc "Malformed input or input contains unmappable characters"
        26: .line 145
            invokespecial java.nio.file.InvalidPathException.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            athrow
        27: .line 150
      StackMap locals:
      StackMap stack:
            aload 6 /* bb */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 10 /* len */
        start local 10 // int len
        28: .line 151
            iload 10 /* len */
            aload 5 /* ba */
            arraylength
            if_icmpeq 30
        29: .line 152
            aload 5 /* ba */
            iload 10 /* len */
            invokestatic java.util.Arrays.copyOf:([BI)[B
            astore 5 /* ba */
        30: .line 154
      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 159
            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 166
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.needToResolveAgainstDefaultDirectory:()Z
            ifeq 2
         1: .line 167
            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 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifne 4
         3: .line 170
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            areturn
         4: .line 173
      StackMap locals:
      StackMap stack:
            iconst_1
            newarray 8
            dup
            iconst_0
            bipush 46
            bastore
            astore 1 /* here */
        start local 1 // byte[] here
         5: .line 174
            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 181
            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 186
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            invokevirtual sun.nio.fs.UnixFileSystem.needToResolveAgainstDefaultDirectory:()Z
            ifeq 2
         1: .line 187
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getByteArrayForSysCalls:()[B
            invokestatic sun.nio.fs.Util.toString:([B)Ljava/lang/String;
            areturn
         2: .line 189
      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 195
            aload 0 /* obj */
            ifnonnull 2
         1: .line 196
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof sun.nio.fs.UnixPath
            ifne 4
         3: .line 198
            new java.nio.file.ProviderMismatchException
            dup
            invokespecial java.nio.file.ProviderMismatchException.<init>:()V
            athrow
         4: .line 199
      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 204
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            ifnonnull 33
         1: .line 208
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         2: .line 209
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         3: .line 210
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifeq 12
         4: .line 212
            iconst_1
            istore 1 /* count */
         5: .line 213
            goto 13
         6: .line 215
      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 216
            iload 3 /* c */
            bipush 47
            if_icmpeq 12
         8: .line 217
            iinc 1 /* count */ 1
         9: .line 218
            goto 11
        10: .line 219
      StackMap locals: int
      StackMap stack:
            iinc 2 /* index */ 1
        11: .line 218
      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 214
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmplt 6
        13: .line 225
      StackMap locals:
      StackMap stack:
            iload 1 /* count */
            newarray 10
            astore 3 /* result */
        start local 3 // int[] result
        14: .line 226
            iconst_0
            istore 1 /* count */
        15: .line 227
            iconst_0
            istore 2 /* index */
        16: .line 228
            goto 25
        17: .line 229
      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 230
            iload 4 /* c */
            bipush 47
            if_icmpne 21
        19: .line 231
            iinc 2 /* index */ 1
        20: .line 232
            goto 25
        21: .line 233
      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 234
            goto 24
        23: .line 235
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
        24: .line 234
      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 228
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmplt 17
        26: .line 238
            aload 0 /* this */
            dup
            astore 4
            monitorenter
        27: .line 239
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            ifnonnull 29
        28: .line 240
            aload 0 /* this */
            aload 3 /* result */
            putfield sun.nio.fs.UnixPath.offsets:[I
        29: .line 238
      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 243
      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 247
            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 252
            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;

  private boolean hasDotOrDotDot();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 258
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 259
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 9
         3: .line 260
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.nio.fs.UnixPath.getName:(I)Lsun/nio/fs/UnixPath;
            getfield sun.nio.fs.UnixPath.path:[B
            astore 3 /* bytes */
        start local 3 // byte[] bytes
         4: .line 261
            aload 3 /* bytes */
            arraylength
            iconst_1
            if_icmpne 6
            aload 3 /* bytes */
            iconst_0
            baload
            bipush 46
            if_icmpne 6
         5: .line 262
            iconst_1
            ireturn
         6: .line 263
      StackMap locals: byte[]
      StackMap stack:
            aload 3 /* bytes */
            arraylength
            iconst_2
            if_icmpne 8
            aload 3 /* bytes */
            iconst_0
            baload
            bipush 46
            if_icmpne 8
            aload 3 /* bytes */
            iconst_1
            baload
            bipush 46
            if_icmpne 8
         7: .line 264
            iconst_1
            ireturn
        end local 3 // byte[] bytes
         8: .line 259
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            iload 1 /* n */
            if_icmplt 3
        end local 2 // int i
        10: .line 267
            iconst_0
            ireturn
        end local 1 // int n
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lsun/nio/fs/UnixPath;
            1   11     1      n  I
            2   10     2      i  I
            4    8     3  bytes  [B

  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 272
            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 277
            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 278
            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 280
      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 286
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 288
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            istore 1 /* count */
        start local 1 // int count
         2: .line 291
            iload 1 /* count */
            ifne 4
         3: .line 292
            aconst_null
            areturn
         4: .line 295
      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 296
            aload 0 /* this */
            areturn
         6: .line 298
      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 299
            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 300
            iload 3 /* len */
            newarray 8
            astore 4 /* result */
        start local 4 // byte[] result
         9: .line 301
            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 302
            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 307
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 309
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            istore 1 /* count */
        start local 1 // int count
         2: .line 310
            iload 1 /* count */
            ifne 4
         3: .line 312
            aconst_null
            areturn
         4: .line 314
      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 315
            iload 2 /* len */
            ifgt 7
         6: .line 317
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getRoot:()Lsun/nio/fs/UnixPath;
            areturn
         7: .line 319
      StackMap locals: int
      StackMap stack:
            iload 2 /* len */
            newarray 8
            astore 3 /* result */
        start local 3 // byte[] result
         8: .line 320
            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 321
            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 326
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 327
            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 332
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 333
            iload 1 /* index */
            ifge 3
         2: .line 334
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 335
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            if_icmplt 5
         4: .line 336
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 338
      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 340
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            iconst_1
            isub
            if_icmpne 9
         7: .line 341
            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 342
            goto 10
        end local 3 // int len
         9: .line 343
      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 347
      StackMap locals: int
      StackMap stack:
            iload 3 /* len */
            newarray 8
            astore 4 /* result */
        start local 4 // byte[] result
        11: .line 348
            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 349
            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 354
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.initOffsets:()V
         1: .line 356
            iload 1 /* beginIndex */
            ifge 3
         2: .line 357
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 358
      StackMap locals:
      StackMap stack:
            iload 1 /* beginIndex */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            if_icmplt 5
         4: .line 359
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 360
      StackMap locals:
      StackMap stack:
            iload 2 /* endIndex */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            if_icmple 7
         6: .line 361
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         7: .line 362
      StackMap locals:
      StackMap stack:
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            if_icmplt 9
         8: .line 363
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         9: .line 367
      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 369
            iload 2 /* endIndex */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            if_icmpne 13
        11: .line 370
            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 371
            goto 14
        end local 4 // int len
        13: .line 372
      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 376
      StackMap locals: int
      StackMap stack:
            iload 4 /* len */
            newarray 8
            astore 5 /* result */
        start local 5 // byte[] result
        15: .line 377
            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 378
            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 383
            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 388
            aload 0 /* base */
            arraylength
            istore 2 /* baseLength */
        start local 2 // int baseLength
         1: .line 389
            aload 1 /* child */
            arraylength
            istore 3 /* childLength */
        start local 3 // int childLength
         2: .line 390
            iload 3 /* childLength */
            ifne 4
         3: .line 391
            aload 0 /* base */
            areturn
         4: .line 392
      StackMap locals: int int
      StackMap stack:
            iload 2 /* baseLength */
            ifeq 5
            aload 1 /* child */
            iconst_0
            baload
            bipush 47
            if_icmpne 6
         5: .line 393
      StackMap locals:
      StackMap stack:
            aload 1 /* child */
            areturn
         6: .line 395
      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 396
            iload 3 /* childLength */
            iconst_1
            iadd
            newarray 8
            astore 4 /* result */
        start local 4 // byte[] result
         8: .line 397
            aload 4 /* result */
            iconst_0
            bipush 47
            bastore
         9: .line 398
            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 399
            goto 15
        end local 4 // byte[] result
        11: .line 400
      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 401
            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 402
            aload 4 /* result */
            aload 0 /* base */
            arraylength
            bipush 47
            bastore
        14: .line 403
            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 405
      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 410
            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 411
            aload 2 /* other */
            arraylength
            ifle 3
            aload 2 /* other */
            iconst_0
            baload
            bipush 47
            if_icmpne 3
         2: .line 412
            aload 1 /* obj */
            checkcast sun.nio.fs.UnixPath
            areturn
         3: .line 413
      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 414
            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 418
            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=15, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // java.nio.file.Path obj
         0: .line 423
            aload 1 /* obj */
            invokestatic sun.nio.fs.UnixPath.toUnixPath:(Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
            astore 2 /* child */
        start local 2 // sun.nio.fs.UnixPath child
         1: .line 424
            aload 2 /* child */
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 425
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.emptyPath:()Lsun/nio/fs/UnixPath;
            areturn
         3: .line 428
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            aload 2 /* child */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            if_icmpeq 5
         4: .line 429
            new java.lang.IllegalArgumentException
            dup
            ldc "'other' is different type of Path"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifeq 7
         6: .line 433
            aload 2 /* child */
            areturn
         7: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            astore 3 /* base */
        start local 3 // sun.nio.fs.UnixPath base
         8: .line 436
            aload 3 /* base */
            invokevirtual sun.nio.fs.UnixPath.hasDotOrDotDot:()Z
            ifne 9
            aload 2 /* child */
            invokevirtual sun.nio.fs.UnixPath.hasDotOrDotDot:()Z
            ifeq 11
         9: .line 437
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aload 3 /* base */
            invokevirtual sun.nio.fs.UnixPath.normalize:()Lsun/nio/fs/UnixPath;
            astore 3 /* base */
        10: .line 438
            aload 2 /* child */
            invokevirtual sun.nio.fs.UnixPath.normalize:()Lsun/nio/fs/UnixPath;
            astore 2 /* child */
        11: .line 441
      StackMap locals:
      StackMap stack:
            aload 3 /* base */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 4 /* baseCount */
        start local 4 // int baseCount
        12: .line 442
            aload 2 /* child */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 5 /* childCount */
        start local 5 // int childCount
        13: .line 445
            iload 4 /* baseCount */
            iload 5 /* childCount */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* n */
        start local 6 // int n
        14: .line 446
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        15: .line 447
            goto 19
        16: .line 448
      StackMap locals: sun.nio.fs.UnixPath java.nio.file.Path sun.nio.fs.UnixPath sun.nio.fs.UnixPath int int int int
      StackMap stack:
            aload 3 /* base */
            iload 7 /* i */
            invokevirtual sun.nio.fs.UnixPath.getName:(I)Lsun/nio/fs/UnixPath;
            aload 2 /* child */
            iload 7 /* i */
            invokevirtual sun.nio.fs.UnixPath.getName:(I)Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.equals:(Ljava/lang/Object;)Z
            ifne 18
        17: .line 449
            goto 20
        18: .line 450
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        19: .line 447
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 6 /* n */
            if_icmplt 16
        20: .line 456
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 5 /* childCount */
            if_icmpne 24
        21: .line 457
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.emptyPath:()Lsun/nio/fs/UnixPath;
            astore 8 /* childRemaining */
        start local 8 // sun.nio.fs.UnixPath childRemaining
        22: .line 458
            iconst_1
            istore 9 /* isChildEmpty */
        start local 9 // boolean isChildEmpty
        23: .line 459
            goto 26
        end local 9 // boolean isChildEmpty
        end local 8 // sun.nio.fs.UnixPath childRemaining
        24: .line 460
      StackMap locals:
      StackMap stack:
            aload 2 /* child */
            iload 7 /* i */
            iload 5 /* childCount */
            invokevirtual sun.nio.fs.UnixPath.subpath:(II)Lsun/nio/fs/UnixPath;
            astore 8 /* childRemaining */
        start local 8 // sun.nio.fs.UnixPath childRemaining
        25: .line 461
            aload 8 /* childRemaining */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            istore 9 /* isChildEmpty */
        start local 9 // boolean isChildEmpty
        26: .line 465
      StackMap locals: sun.nio.fs.UnixPath int
      StackMap stack:
            iload 7 /* i */
            iload 4 /* baseCount */
            if_icmpne 28
        27: .line 466
            aload 8 /* childRemaining */
            areturn
        28: .line 470
      StackMap locals:
      StackMap stack:
            aload 3 /* base */
            iload 7 /* i */
            iload 4 /* baseCount */
            invokevirtual sun.nio.fs.UnixPath.subpath:(II)Lsun/nio/fs/UnixPath;
            astore 10 /* baseRemaining */
        start local 10 // sun.nio.fs.UnixPath baseRemaining
        29: .line 471
            aload 10 /* baseRemaining */
            invokevirtual sun.nio.fs.UnixPath.hasDotOrDotDot:()Z
            ifeq 33
        30: .line 472
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unable to compute relative  path from "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        31: .line 473
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* obj */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        32: .line 472
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        33: .line 475
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aload 10 /* baseRemaining */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifeq 35
        34: .line 476
            aload 8 /* childRemaining */
            areturn
        35: .line 479
      StackMap locals:
      StackMap stack:
            aload 10 /* baseRemaining */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 11 /* dotdots */
        start local 11 // int dotdots
        36: .line 480
            iload 11 /* dotdots */
            ifne 38
        37: .line 481
            aload 8 /* childRemaining */
            areturn
        38: .line 487
      StackMap locals: int
      StackMap stack:
            iload 11 /* dotdots */
            iconst_3
            imul
            aload 8 /* childRemaining */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            iadd
            istore 12 /* len */
        start local 12 // int len
        39: .line 488
            iload 9 /* isChildEmpty */
            ifeq 42
        40: .line 489
            getstatic sun.nio.fs.UnixPath.$assertionsDisabled:Z
            ifne 41
            aload 8 /* childRemaining */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifne 41
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        41: .line 490
      StackMap locals: int
      StackMap stack:
            iinc 12 /* len */ -1
        42: .line 492
      StackMap locals:
      StackMap stack:
            iload 12 /* len */
            newarray 8
            astore 13 /* result */
        start local 13 // byte[] result
        43: .line 493
            iconst_0
            istore 14 /* pos */
        start local 14 // int pos
        44: .line 494
            goto 52
        45: .line 495
      StackMap locals: byte[] int
      StackMap stack:
            aload 13 /* result */
            iload 14 /* pos */
            iinc 14 /* pos */ 1
            bipush 46
            bastore
        46: .line 496
            aload 13 /* result */
            iload 14 /* pos */
            iinc 14 /* pos */ 1
            bipush 46
            bastore
        47: .line 497
            iload 9 /* isChildEmpty */
            ifeq 50
        48: .line 498
            iload 11 /* dotdots */
            iconst_1
            if_icmple 51
            aload 13 /* result */
            iload 14 /* pos */
            iinc 14 /* pos */ 1
            bipush 47
            bastore
        49: .line 499
            goto 51
        50: .line 500
      StackMap locals:
      StackMap stack:
            aload 13 /* result */
            iload 14 /* pos */
            iinc 14 /* pos */ 1
            bipush 47
            bastore
        51: .line 502
      StackMap locals:
      StackMap stack:
            iinc 11 /* dotdots */ -1
        52: .line 494
      StackMap locals:
      StackMap stack:
            iload 11 /* dotdots */
            ifgt 45
        53: .line 504
            aload 8 /* childRemaining */
            getfield sun.nio.fs.UnixPath.path:[B
            iconst_0
            aload 13 /* result */
            iload 14 /* pos */
        54: .line 505
            aload 8 /* childRemaining */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
        55: .line 504
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        56: .line 506
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 13 /* result */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            areturn
        end local 14 // int pos
        end local 13 // byte[] result
        end local 12 // int len
        end local 11 // int dotdots
        end local 10 // sun.nio.fs.UnixPath baseRemaining
        end local 9 // boolean isChildEmpty
        end local 8 // sun.nio.fs.UnixPath childRemaining
        end local 7 // int i
        end local 6 // int n
        end local 5 // int childCount
        end local 4 // int baseCount
        end local 3 // sun.nio.fs.UnixPath base
        end local 2 // sun.nio.fs.UnixPath child
        end local 1 // java.nio.file.Path obj
        end local 0 // sun.nio.fs.UnixPath this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   57     0            this  Lsun/nio/fs/UnixPath;
            0   57     1             obj  Ljava/nio/file/Path;
            1   57     2           child  Lsun/nio/fs/UnixPath;
            8   57     3            base  Lsun/nio/fs/UnixPath;
           12   57     4       baseCount  I
           13   57     5      childCount  I
           14   57     6               n  I
           15   57     7               i  I
           22   24     8  childRemaining  Lsun/nio/fs/UnixPath;
           25   57     8  childRemaining  Lsun/nio/fs/UnixPath;
           23   24     9    isChildEmpty  Z
           26   57     9    isChildEmpty  Z
           29   57    10   baseRemaining  Lsun/nio/fs/UnixPath;
           36   57    11         dotdots  I
           39   57    12             len  I
           43   57    13          result  [B
           44   57    14             pos  I
    MethodParameters:
      Name  Flags
      obj   

  public sun.nio.fs.UnixPath normalize();
    descriptor: ()Lsun/nio/fs/UnixPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=13, args_size=1
        start local 0 // sun.nio.fs.UnixPath this
         0: .line 511
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 1 /* count */
        start local 1 // int count
         1: .line 512
            iload 1 /* count */
            ifeq 2
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isEmpty:()Z
            ifeq 3
         2: .line 513
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            areturn
         3: .line 515
      StackMap locals:
      StackMap stack:
            iload 1 /* count */
            newarray 4
            astore 2 /* ignore */
        start local 2 // boolean[] ignore
         4: .line 516
            iload 1 /* count */
            newarray 10
            astore 3 /* size */
        start local 3 // int[] size
         5: .line 517
            iload 1 /* count */
            istore 4 /* remaining */
        start local 4 // int remaining
         6: .line 518
            iconst_0
            istore 5 /* hasDotDot */
        start local 5 // boolean hasDotDot
         7: .line 519
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            istore 6 /* isAbsolute */
        start local 6 // boolean isAbsolute
         8: .line 525
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 24
        10: .line 526
      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 528
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.offsets:[I
            arraylength
            iconst_1
            isub
            if_icmpne 14
        12: .line 529
            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 530
            goto 15
        end local 9 // int len
        14: .line 531
      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 533
      StackMap locals: int
      StackMap stack:
            aload 3 /* size */
            iload 7 /* i */
            iload 9 /* len */
            iastore
        16: .line 535
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            iload 8 /* begin */
            baload
            bipush 46
            if_icmpne 23
        17: .line 536
            iload 9 /* len */
            iconst_1
            if_icmpne 21
        18: .line 537
            aload 2 /* ignore */
            iload 7 /* i */
            iconst_1
            bastore
        19: .line 538
            iinc 4 /* remaining */ -1
        20: .line 539
            goto 23
        21: .line 541
      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 542
            iconst_1
            istore 5 /* hasDotDot */
        end local 9 // int len
        end local 8 // int begin
        23: .line 525
      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 548
            iload 5 /* hasDotDot */
            ifeq 61
        26: .line 551
      StackMap locals:
      StackMap stack:
            iload 4 /* remaining */
            istore 7 /* prevRemaining */
        start local 7 // int prevRemaining
        27: .line 552
            iconst_m1
            istore 8 /* prevName */
        start local 8 // int prevName
        28: .line 553
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        29: goto 58
        30: .line 554
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* ignore */
            iload 9 /* i */
            baload
            ifeq 32
        31: .line 555
            goto 57
        32: .line 558
      StackMap locals:
      StackMap stack:
            aload 3 /* size */
            iload 9 /* i */
            iaload
            iconst_2
            if_icmpeq 35
        33: .line 559
            iload 9 /* i */
            istore 8 /* prevName */
        34: .line 560
            goto 57
        35: .line 563
      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 564
            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 565
      StackMap locals: int
      StackMap stack:
            iload 9 /* i */
            istore 8 /* prevName */
        38: .line 566
            goto 57
        39: .line 570
      StackMap locals:
      StackMap stack:
            iload 8 /* prevName */
            iflt 45
        40: .line 573
            aload 2 /* ignore */
            iload 8 /* prevName */
            iconst_1
            bastore
        41: .line 574
            aload 2 /* ignore */
            iload 9 /* i */
            iconst_1
            bastore
        42: .line 575
            iinc 4 /* remaining */ -2
        43: .line 576
            iconst_m1
            istore 8 /* prevName */
        44: .line 577
            goto 57
        45: .line 579
      StackMap locals:
      StackMap stack:
            iload 6 /* isAbsolute */
            ifeq 57
        46: .line 580
            iconst_0
            istore 11 /* hasPrevious */
        start local 11 // boolean hasPrevious
        47: .line 581
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        48: goto 53
        49: .line 582
      StackMap locals: int int
      StackMap stack:
            aload 2 /* ignore */
            iload 12 /* j */
            baload
            ifne 52
        50: .line 583
            iconst_1
            istore 11 /* hasPrevious */
        51: .line 584
            goto 54
        52: .line 581
      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 587
      StackMap locals:
      StackMap stack:
            iload 11 /* hasPrevious */
            ifne 57
        55: .line 589
            aload 2 /* ignore */
            iload 9 /* i */
            iconst_1
            bastore
        56: .line 590
            iinc 4 /* remaining */ -1
        end local 11 // boolean hasPrevious
        end local 10 // int begin
        57: .line 553
      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 595
            iload 7 /* prevRemaining */
            iload 4 /* remaining */
        60: .line 550
            if_icmpgt 26
        end local 7 // int prevRemaining
        61: .line 599
      StackMap locals:
      StackMap stack:
            iload 4 /* remaining */
            iload 1 /* count */
            if_icmpne 63
        62: .line 600
            aload 0 /* this */
            areturn
        63: .line 603
      StackMap locals:
      StackMap stack:
            iload 4 /* remaining */
            ifne 67
        64: .line 604
            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 608
      StackMap locals:
      StackMap stack:
            iload 4 /* remaining */
            iconst_1
            isub
            istore 7 /* len */
        start local 7 // int len
        68: .line 609
            iload 6 /* isAbsolute */
            ifeq 70
        69: .line 610
            iinc 7 /* len */ 1
        70: .line 612
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        71: goto 75
        72: .line 613
      StackMap locals: int
      StackMap stack:
            aload 2 /* ignore */
            iload 8 /* i */
            baload
            ifne 74
        73: .line 614
            iload 7 /* len */
            aload 3 /* size */
            iload 8 /* i */
            iaload
            iadd
            istore 7 /* len */
        74: .line 612
      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 616
            iload 7 /* len */
            newarray 8
            astore 8 /* result */
        start local 8 // byte[] result
        77: .line 619
            iconst_0
            istore 9 /* pos */
        start local 9 // int pos
        78: .line 620
            iload 6 /* isAbsolute */
            ifeq 80
        79: .line 621
            aload 8 /* result */
            iload 9 /* pos */
            iinc 9 /* pos */ 1
            bipush 47
            bastore
        80: .line 622
      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 623
      StackMap locals: int
      StackMap stack:
            aload 2 /* ignore */
            iload 10 /* i */
            baload
            ifne 87
        83: .line 624
            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 625
            iload 9 /* pos */
            aload 3 /* size */
            iload 10 /* i */
            iaload
            iadd
            istore 9 /* pos */
        85: .line 626
            iinc 4 /* remaining */ -1
            iload 4 /* remaining */
            ifle 87
        86: .line 627
            aload 8 /* result */
            iload 9 /* pos */
            iinc 9 /* pos */ 1
            bipush 47
            bastore
        87: .line 622
      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 631
            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 636
            aload 1 /* other */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            instanceof sun.nio.fs.UnixPath
            ifne 2
         1: .line 637
            iconst_0
            ireturn
         2: .line 638
      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 641
            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 642
            iconst_0
            ireturn
         5: .line 644
      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 645
            aload 2 /* that */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 4 /* thatOffsetCount */
        start local 4 // int thatOffsetCount
         7: .line 648
            iload 4 /* thatOffsetCount */
            ifne 11
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifeq 11
         8: .line 649
            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 653
      StackMap locals:
      StackMap stack:
            iload 4 /* thatOffsetCount */
            iload 3 /* thisOffsetCount */
            if_icmple 13
        12: .line 654
            iconst_0
            ireturn
        13: .line 657
      StackMap locals:
      StackMap stack:
            iload 4 /* thatOffsetCount */
            iload 3 /* thisOffsetCount */
            if_icmpne 16
        14: .line 658
            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 659
            iconst_0
            ireturn
        16: .line 663
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        17: goto 23
        18: .line 664
      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 665
            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 666
            aload 6 /* o1 */
            aload 7 /* o2 */
            invokevirtual java.lang.Integer.equals:(Ljava/lang/Object;)Z
            ifne 22
        21: .line 667
            iconst_0
            ireturn
        end local 7 // java.lang.Integer o2
        end local 6 // java.lang.Integer o1
        22: .line 663
      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 671
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        25: .line 672
            goto 29
        26: .line 673
      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 674
            iconst_0
            ireturn
        28: .line 675
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        29: .line 672
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            if_icmplt 26
        30: .line 679
            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 680
            iconst_0
            ireturn
        32: .line 682
      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 687
            aload 1 /* other */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            instanceof sun.nio.fs.UnixPath
            ifne 2
         1: .line 688
            iconst_0
            ireturn
         2: .line 689
      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 691
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            istore 3 /* thisLen */
        start local 3 // int thisLen
         4: .line 692
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            istore 4 /* thatLen */
        start local 4 // int thatLen
         5: .line 695
            iload 4 /* thatLen */
            iload 3 /* thisLen */
            if_icmple 7
         6: .line 696
            iconst_0
            ireturn
         7: .line 699
      StackMap locals: sun.nio.fs.UnixPath int int
      StackMap stack:
            iload 3 /* thisLen */
            ifle 9
            iload 4 /* thatLen */
            ifne 9
         8: .line 700
            iconst_0
            ireturn
         9: .line 703
      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 704
            iconst_0
            ireturn
        11: .line 706
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 5 /* thisOffsetCount */
        start local 5 // int thisOffsetCount
        12: .line 707
            aload 2 /* that */
            invokevirtual sun.nio.fs.UnixPath.getNameCount:()I
            istore 6 /* thatOffsetCount */
        start local 6 // int thatOffsetCount
        13: .line 710
            iload 6 /* thatOffsetCount */
            iload 5 /* thisOffsetCount */
            if_icmple 15
        14: .line 711
            iconst_0
            ireturn
        15: .line 714
      StackMap locals: int int
      StackMap stack:
            iload 6 /* thatOffsetCount */
            iload 5 /* thisOffsetCount */
            if_icmpne 23
        16: .line 715
            iload 5 /* thisOffsetCount */
            ifne 18
        17: .line 716
            iconst_1
            ireturn
        18: .line 717
      StackMap locals:
      StackMap stack:
            iload 3 /* thisLen */
            istore 7 /* expectedLen */
        start local 7 // int expectedLen
        19: .line 718
            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 719
            iinc 7 /* expectedLen */ -1
        21: .line 720
      StackMap locals: int
      StackMap stack:
            iload 4 /* thatLen */
            iload 7 /* expectedLen */
            if_icmpeq 25
        22: .line 721
            iconst_0
            ireturn
        end local 7 // int expectedLen
        23: .line 724
      StackMap locals:
      StackMap stack:
            aload 2 /* that */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifeq 25
        24: .line 725
            iconst_0
            ireturn
        25: .line 730
      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 731
            aload 2 /* that */
            getfield sun.nio.fs.UnixPath.offsets:[I
            iconst_0
            iaload
            istore 8 /* thatPos */
        start local 8 // int thatPos
        27: .line 732
            iload 4 /* thatLen */
            iload 8 /* thatPos */
            isub
            iload 3 /* thisLen */
            iload 7 /* thisPos */
            isub
            if_icmpeq 31
        28: .line 733
            iconst_0
            ireturn
        29: .line 735
      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 736
            iconst_0
            ireturn
        31: .line 734
      StackMap locals:
      StackMap stack:
            iload 8 /* thatPos */
            iload 4 /* thatLen */
            if_icmplt 29
        32: .line 739
            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 744
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            arraylength
            istore 2 /* len1 */
        start local 2 // int len1
         1: .line 745
            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 747
            iload 2 /* len1 */
            iload 3 /* len2 */
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* n */
        start local 4 // int n
         3: .line 748
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.path:[B
            astore 5 /* v1 */
        start local 5 // byte[] v1
         4: .line 749
            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 751
            iconst_0
            istore 7 /* k */
        start local 7 // int k
         6: .line 752
            goto 12
         7: .line 753
      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 754
            aload 6 /* v2 */
            iload 7 /* k */
            baload
            sipush 255
            iand
            istore 9 /* c2 */
        start local 9 // int c2
         9: .line 755
            iload 8 /* c1 */
            iload 9 /* c2 */
            if_icmpeq 11
        10: .line 756
            iload 8 /* c1 */
            iload 9 /* c2 */
            isub
            ireturn
        11: .line 758
      StackMap locals: int int
      StackMap stack:
            iinc 7 /* k */ 1
        end local 9 // int c2
        end local 8 // int c1
        12: .line 752
      StackMap locals:
      StackMap stack:
            iload 7 /* k */
            iload 4 /* n */
            if_icmplt 7
        13: .line 760
            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 765
            aload 1 /* ob */
            ifnull 3
            aload 1 /* ob */
            instanceof sun.nio.fs.UnixPath
            ifeq 3
         1: .line 766
            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 768
      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 774
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.hash:I
            istore 1 /* h */
        start local 1 // int h
         1: .line 775
            iload 1 /* h */
            ifne 8
         2: .line 776
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 777
      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 776
            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 779
            aload 0 /* this */
            iload 1 /* h */
            putfield sun.nio.fs.UnixPath.hash:I
         8: .line 781
      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 787
            aload 0 /* this */
            getfield sun.nio.fs.UnixPath.stringValue:Ljava/lang/String;
            ifnonnull 2
         1: .line 788
            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 790
      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=3, locals=4, args_size=2
        start local 0 // sun.nio.fs.UnixPath this
        start local 1 // boolean followLinks
         0: .line 797
            iconst_0
            istore 2 /* flags */
        start local 2 // int flags
         1: .line 798
            iload 1 /* followLinks */
            ifne 3
         2: .line 802
            iload 2 /* flags */
            ldc 131072
            ior
            istore 2 /* flags */
         3: .line 805
      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 806
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
            astore 3 /* x */
        start local 3 // sun.nio.fs.UnixException x
         6: .line 808
            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 809
            aload 3 /* x */
            bipush 40
            invokevirtual sun.nio.fs.UnixException.setError:(I)V
         8: .line 811
      StackMap locals: sun.nio.fs.UnixException
      StackMap stack:
            aload 3 /* x */
            athrow
        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    9     0         this  Lsun/nio/fs/UnixPath;
            0    9     1  followLinks  Z
            1    9     2        flags  I
            6    9     3            x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           3     4       5  Class sun.nio.fs.UnixException
    Exceptions:
      throws sun.nio.fs.UnixException
    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 816
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 817
            aload 1 /* sm */
            ifnull 3
         2: .line 818
            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 819
      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 822
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 823
            aload 1 /* sm */
            ifnull 3
         2: .line 824
            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 825
      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 828
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 829
            aload 1 /* sm */
            ifnull 3
         2: .line 830
            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 831
      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 835
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.isAbsolute:()Z
            ifeq 2
         1: .line 836
            aload 0 /* this */
            areturn
         2: .line 840
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         3: .line 841
            aload 1 /* sm */
            ifnull 5
         4: .line 842
            aload 1 /* sm */
            ldc "user.dir"
            invokevirtual java.lang.SecurityManager.checkPropertyAccess:(Ljava/lang/String;)V
         5: .line 844
      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 845
            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 844
            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 850
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.checkRead:()V
         1: .line 852
            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 855
            aload 1 /* options */
            invokestatic sun.nio.fs.Util.followLinks:([Ljava/nio/file/LinkOption;)Z
            ifeq 8
         3: .line 857
            aload 2 /* absolute */
            invokestatic sun.nio.fs.UnixNativeDispatcher.realpath:(Lsun/nio/fs/UnixPath;)[B
            astore 3 /* rp */
        start local 3 // byte[] rp
         4: .line 858
            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 859
      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 860
            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 866
      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 867
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 28
        11: .line 868
      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 871
            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 872
            goto 27
        14: .line 875
      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 876
            aload 5 /* element */
            invokevirtual sun.nio.fs.UnixPath.asByteArray:()[B
            iconst_1
            baload
            bipush 46
            if_icmpne 26
        16: .line 878
            aconst_null
            astore 6 /* attrs */
        start local 6 // sun.nio.fs.UnixFileAttributes attrs
        17: .line 880
            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 881
            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 882
            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 884
      StackMap locals:
      StackMap stack:
            aload 6 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.isSymbolicLink:()Z
            ifne 26
        22: .line 885
            aload 3 /* result */
            invokevirtual sun.nio.fs.UnixPath.getParent:()Lsun/nio/fs/UnixPath;
            astore 3 /* result */
        23: .line 886
            aload 3 /* result */
            ifnonnull 27
        24: .line 887
            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 889
            goto 27
        end local 6 // sun.nio.fs.UnixFileAttributes attrs
        26: .line 892
      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 867
      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 897
            aload 3 /* result */
            iconst_0
            invokestatic sun.nio.fs.UnixFileAttributes.get:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributes;
            pop
        30: .line 898
            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 899
            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 901
      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 906
            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 915
            aload 1 /* watcher */
            ifnonnull 2
         1: .line 916
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 917
      StackMap locals:
      StackMap stack:
            aload 1 /* watcher */
            instanceof sun.nio.fs.AbstractWatchService
            ifne 4
         3: .line 918
            new java.nio.file.ProviderMismatchException
            dup
            invokespecial java.nio.file.ProviderMismatchException.<init>:()V
            athrow
         4: .line 919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.UnixPath.checkRead:()V
         5: .line 920
            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 normalize();
    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.normalize:()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