class sun.nio.ch.FileChannelImpl$2 implements jdk.internal.misc.VM$BufferPool
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.FileChannelImpl$2
  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$2 this
         0: .line 1200
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.FileChannelImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/FileChannelImpl$2;

  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$2 this
         0: .line 1203
            ldc "mapped - 'non-volatile memory'"
            areturn
        end local 0 // sun.nio.ch.FileChannelImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/FileChannelImpl$2;

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

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

  public long getMemoryUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.FileChannelImpl$2 this
         0: .line 1215
            getstatic sun.nio.ch.FileChannelImpl$SyncUnmapper.totalSize:J
            lreturn
        end local 0 // sun.nio.ch.FileChannelImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/FileChannelImpl$2;
}
SourceFile: "FileChannelImpl.java"
EnclosingMethod: sun.nio.ch.FileChannelImpl.getSyncMappedBufferPool:()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$2
  private SyncUnmapper = sun.nio.ch.FileChannelImpl$SyncUnmapper of sun.nio.ch.FileChannelImpl