public class sun.tools.jstatd.RemoteVmImpl implements sun.jvmstat.monitor.remote.RemoteVm
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.jstatd.RemoteVmImpl
  super_class: java.lang.Object
{
  private sun.jvmstat.monitor.BufferedMonitoredVm mvm;
    descriptor: Lsun/jvmstat/monitor/BufferedMonitoredVm;
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.jvmstat.monitor.BufferedMonitoredVm);
    descriptor: (Lsun/jvmstat/monitor/BufferedMonitoredVm;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.jstatd.RemoteVmImpl this
        start local 1 // sun.jvmstat.monitor.BufferedMonitoredVm mvm
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* mvm */
            putfield sun.tools.jstatd.RemoteVmImpl.mvm:Lsun/jvmstat/monitor/BufferedMonitoredVm;
         2: .line 48
            return
        end local 1 // sun.jvmstat.monitor.BufferedMonitoredVm mvm
        end local 0 // sun.tools.jstatd.RemoteVmImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/tools/jstatd/RemoteVmImpl;
            0    3     1   mvm  Lsun/jvmstat/monitor/BufferedMonitoredVm;
    MethodParameters:
      Name  Flags
      mvm   

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jstatd.RemoteVmImpl this
         0: .line 51
            aload 0 /* this */
            getfield sun.tools.jstatd.RemoteVmImpl.mvm:Lsun/jvmstat/monitor/BufferedMonitoredVm;
            invokeinterface sun.jvmstat.monitor.BufferedMonitoredVm.getBytes:()[B
            areturn
        end local 0 // sun.tools.jstatd.RemoteVmImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jstatd/RemoteVmImpl;

  public int getCapacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jstatd.RemoteVmImpl this
         0: .line 55
            aload 0 /* this */
            getfield sun.tools.jstatd.RemoteVmImpl.mvm:Lsun/jvmstat/monitor/BufferedMonitoredVm;
            invokeinterface sun.jvmstat.monitor.BufferedMonitoredVm.getCapacity:()I
            ireturn
        end local 0 // sun.tools.jstatd.RemoteVmImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jstatd/RemoteVmImpl;

  public void detach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jstatd.RemoteVmImpl this
         0: .line 59
            aload 0 /* this */
            getfield sun.tools.jstatd.RemoteVmImpl.mvm:Lsun/jvmstat/monitor/BufferedMonitoredVm;
            invokeinterface sun.jvmstat.monitor.BufferedMonitoredVm.detach:()V
         1: .line 60
            return
        end local 0 // sun.tools.jstatd.RemoteVmImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/tools/jstatd/RemoteVmImpl;

  public int getLocalVmId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jstatd.RemoteVmImpl this
         0: .line 63
            aload 0 /* this */
            getfield sun.tools.jstatd.RemoteVmImpl.mvm:Lsun/jvmstat/monitor/BufferedMonitoredVm;
            invokeinterface sun.jvmstat.monitor.BufferedMonitoredVm.getVmIdentifier:()Lsun/jvmstat/monitor/VmIdentifier;
            invokevirtual sun.jvmstat.monitor.VmIdentifier.getLocalVmId:()I
            ireturn
        end local 0 // sun.tools.jstatd.RemoteVmImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jstatd/RemoteVmImpl;
}
SourceFile: "RemoteVmImpl.java"