class sun.nio.ch.FileChannelImpl$1 implements jdk.internal.misc.VM$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 1175
            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 1178
            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 1182
            getstatic sun.nio.ch.FileChannelImpl$DefaultUnmapper.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 1186
            getstatic sun.nio.ch.FileChannelImpl$DefaultUnmapper.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 1190
            getstatic sun.nio.ch.FileChannelImpl$DefaultUnmapper.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:()Ljdk/internal/misc/VM$BufferPool;
NestHost: sun.nio.ch.FileChannelImpl
InnerClasses:
  public abstract BufferPool = jdk.internal.misc.VM$BufferPool of jdk.internal.misc.VM
  sun.nio.ch.FileChannelImpl$1
  private DefaultUnmapper = sun.nio.ch.FileChannelImpl$DefaultUnmapper of sun.nio.ch.FileChannelImpl