class sun.nio.ch.FileChannelImpl$1 implements sun.misc.JavaNioAccess$BufferPool
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.FileChannelImpl$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.FileChannelImpl$1 this
         0: .line 979
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.FileChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/FileChannelImpl$1;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.FileChannelImpl$1 this
         0: .line 982
            ldc "mapped"
            areturn
        end local 0 // sun.nio.ch.FileChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/FileChannelImpl$1;

  public long getCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.FileChannelImpl$1 this
         0: .line 986
            getstatic sun.nio.ch.FileChannelImpl$Unmapper.count:I
            i2l
            lreturn
        end local 0 // sun.nio.ch.FileChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/FileChannelImpl$1;

  public long getTotalCapacity();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.FileChannelImpl$1 this
         0: .line 990
            getstatic sun.nio.ch.FileChannelImpl$Unmapper.totalCapacity:J
            lreturn
        end local 0 // sun.nio.ch.FileChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/FileChannelImpl$1;

  public long getMemoryUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.FileChannelImpl$1 this
         0: .line 994
            getstatic sun.nio.ch.FileChannelImpl$Unmapper.totalSize:J
            lreturn
        end local 0 // sun.nio.ch.FileChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/FileChannelImpl$1;
}
SourceFile: "FileChannelImpl.java"
EnclosingMethod: sun.nio.ch.FileChannelImpl.getMappedBufferPool:()Lsun/misc/JavaNioAccess$BufferPool;
NestHost: sun.nio.ch.FileChannelImpl
InnerClasses:
  public abstract BufferPool = sun.misc.JavaNioAccess$BufferPool of sun.misc.JavaNioAccess
  sun.nio.ch.FileChannelImpl$1
  private Unmapper = sun.nio.ch.FileChannelImpl$Unmapper of sun.nio.ch.FileChannelImpl