public final class javax.management.remote.rmi.RMIServerImpl_Stub extends java.rmi.server.RemoteStub implements javax.management.remote.rmi.RMIServer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javax.management.remote.rmi.RMIServerImpl_Stub
  super_class: java.rmi.server.RemoteStub
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static java.lang.reflect.Method $method_getVersion_0;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.reflect.Method $method_newClient_1;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 45
            ldc Ljavax/management/remote/rmi/RMIServer;
            ldc "getVersion"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic javax.management.remote.rmi.RMIServerImpl_Stub.$method_getVersion_0:Ljava/lang/reflect/Method;
         1: .line 46
            ldc Ljavax/management/remote/rmi/RMIServer;
            ldc "newClient"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Object;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic javax.management.remote.rmi.RMIServerImpl_Stub.$method_newClient_1:Ljava/lang/reflect/Method;
         2: .line 47
            goto 7
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
         3: pop
         4: .line 48
            new java.lang.NoSuchMethodError
            dup
         5: .line 49
            ldc "stub class initialization failed"
         6: .line 48
            invokespecial java.lang.NoSuchMethodError.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 51
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.NoSuchMethodException

  public void <init>(java.rmi.server.RemoteRef);
    descriptor: (Ljava/rmi/server/RemoteRef;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIServerImpl_Stub this
        start local 1 // java.rmi.server.RemoteRef ref
         0: .line 59
            aload 0 /* this */
            aload 1 /* ref */
            invokespecial java.rmi.server.RemoteStub.<init>:(Ljava/rmi/server/RemoteRef;)V
         1: .line 60
            return
        end local 1 // java.rmi.server.RemoteRef ref
        end local 0 // javax.management.remote.rmi.RMIServerImpl_Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/management/remote/rmi/RMIServerImpl_Stub;
            0    2     1   ref  Ljava/rmi/server/RemoteRef;
    MethodParameters:
      Name  Flags
      ref   

  public java.lang.String getVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // javax.management.remote.rmi.RMIServerImpl_Stub this
         0: .line 68
            aload 0 /* this */
            getfield javax.management.remote.rmi.RMIServerImpl_Stub.ref:Ljava/rmi/server/RemoteRef;
            aload 0 /* this */
            getstatic javax.management.remote.rmi.RMIServerImpl_Stub.$method_getVersion_0:Ljava/lang/reflect/Method;
            aconst_null
            ldc -8081107751519807347
            invokeinterface java.rmi.server.RemoteRef.invoke:(Ljava/rmi/Remote;Ljava/lang/reflect/Method;[Ljava/lang/Object;J)Ljava/lang/Object;
            astore 1 /* $result */
        start local 1 // java.lang.Object $result
         1: .line 69
            aload 1 /* $result */
            checkcast java.lang.String
         2: areturn
        end local 1 // java.lang.Object $result
         3: .line 70
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 1 /* e */
        start local 1 // java.lang.RuntimeException e
         4: .line 71
            aload 1 /* e */
            athrow
        end local 1 // java.lang.RuntimeException e
         5: .line 72
      StackMap locals:
      StackMap stack: java.rmi.RemoteException
            astore 1 /* e */
        start local 1 // java.rmi.RemoteException e
         6: .line 73
            aload 1 /* e */
            athrow
        end local 1 // java.rmi.RemoteException e
         7: .line 74
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         8: .line 75
            new java.rmi.UnexpectedException
            dup
            ldc "undeclared checked exception"
            aload 1 /* e */
            invokespecial java.rmi.UnexpectedException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // javax.management.remote.rmi.RMIServerImpl_Stub this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Ljavax/management/remote/rmi/RMIServerImpl_Stub;
            1    3     1  $result  Ljava/lang/Object;
            4    5     1        e  Ljava/lang/RuntimeException;
            6    7     1        e  Ljava/rmi/RemoteException;
            8    9     1        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.RuntimeException
           0     2       5  Class java.rmi.RemoteException
           0     2       7  Class java.lang.Exception
    Exceptions:
      throws java.rmi.RemoteException

  public javax.management.remote.rmi.RMIConnection newClient(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljavax/management/remote/rmi/RMIConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // javax.management.remote.rmi.RMIServerImpl_Stub this
        start local 1 // java.lang.Object $param_Object_1
         0: .line 83
            aload 0 /* this */
            getfield javax.management.remote.rmi.RMIServerImpl_Stub.ref:Ljava/rmi/server/RemoteRef;
            aload 0 /* this */
            getstatic javax.management.remote.rmi.RMIServerImpl_Stub.$method_newClient_1:Ljava/lang/reflect/Method;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* $param_Object_1 */
            aastore
            ldc -1089742558549201240
            invokeinterface java.rmi.server.RemoteRef.invoke:(Ljava/rmi/Remote;Ljava/lang/reflect/Method;[Ljava/lang/Object;J)Ljava/lang/Object;
            astore 2 /* $result */
        start local 2 // java.lang.Object $result
         1: .line 84
            aload 2 /* $result */
            checkcast javax.management.remote.rmi.RMIConnection
         2: areturn
        end local 2 // java.lang.Object $result
         3: .line 85
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 2 /* e */
        start local 2 // java.lang.RuntimeException e
         4: .line 86
            aload 2 /* e */
            athrow
        end local 2 // java.lang.RuntimeException e
         5: .line 87
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 88
            aload 2 /* e */
            athrow
        end local 2 // java.io.IOException e
         7: .line 89
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         8: .line 90
            new java.rmi.UnexpectedException
            dup
            ldc "undeclared checked exception"
            aload 2 /* e */
            invokespecial java.rmi.UnexpectedException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.Object $param_Object_1
        end local 0 // javax.management.remote.rmi.RMIServerImpl_Stub this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Ljavax/management/remote/rmi/RMIServerImpl_Stub;
            0    9     1  $param_Object_1  Ljava/lang/Object;
            1    3     2          $result  Ljava/lang/Object;
            4    5     2                e  Ljava/lang/RuntimeException;
            6    7     2                e  Ljava/io/IOException;
            8    9     2                e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.RuntimeException
           0     2       5  Class java.io.IOException
           0     2       7  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      $param_Object_1  
}
SourceFile: "RMIServerImpl_Stub.java"