class sun.rmi.server.ActivationGroupImpl$ActiveEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.rmi.server.ActivationGroupImpl$ActiveEntry
  super_class: java.lang.Object
{
  java.rmi.Remote impl;
    descriptor: Ljava/rmi/Remote;
    flags: (0x0000) 

  java.rmi.MarshalledObject<java.rmi.Remote> mobj;
    descriptor: Ljava/rmi/MarshalledObject;
    flags: (0x0000) 
    Signature: Ljava/rmi/MarshalledObject<Ljava/rmi/Remote;>;

  void <init>(java.rmi.Remote);
    descriptor: (Ljava/rmi/Remote;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.rmi.server.ActivationGroupImpl$ActiveEntry this
        start local 1 // java.rmi.Remote impl
         0: .line 470
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 471
            aload 0 /* this */
            aload 1 /* impl */
            putfield sun.rmi.server.ActivationGroupImpl$ActiveEntry.impl:Ljava/rmi/Remote;
         2: .line 473
            aload 0 /* this */
            new java.rmi.MarshalledObject
            dup
            aload 1 /* impl */
            invokespecial java.rmi.MarshalledObject.<init>:(Ljava/lang/Object;)V
            putfield sun.rmi.server.ActivationGroupImpl$ActiveEntry.mobj:Ljava/rmi/MarshalledObject;
         3: .line 474
            goto 7
      StackMap locals: sun.rmi.server.ActivationGroupImpl$ActiveEntry java.rmi.Remote
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 476
            new java.rmi.activation.ActivationException
            dup
            ldc "failed to marshal remote object"
            aload 2 /* e */
         6: .line 475
            invokespecial java.rmi.activation.ActivationException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         7: .line 478
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.rmi.Remote impl
        end local 0 // sun.rmi.server.ActivationGroupImpl$ActiveEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/rmi/server/ActivationGroupImpl$ActiveEntry;
            0    8     1  impl  Ljava/rmi/Remote;
            5    7     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
    Exceptions:
      throws java.rmi.activation.ActivationException
    MethodParameters:
      Name  Flags
      impl  
}
SourceFile: "ActivationGroupImpl.java"
NestHost: sun.rmi.server.ActivationGroupImpl
InnerClasses:
  private ActiveEntry = sun.rmi.server.ActivationGroupImpl$ActiveEntry of sun.rmi.server.ActivationGroupImpl