public class javax.rmi.PortableRemoteObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.rmi.PortableRemoteObject
  super_class: java.lang.Object
{
  private static final javax.rmi.CORBA.PortableRemoteObjectDelegate proDelegate;
    descriptor: Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String PortableRemoteObjectClassKey;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "javax.rmi.CORBA.PortableRemoteObjectClass"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 77
            ldc "javax.rmi.CORBA.PortableRemoteObjectClass"
            invokestatic javax.rmi.PortableRemoteObject.createDelegate:(Ljava/lang/String;)Ljava/lang/Object;
         1: .line 76
            checkcast javax.rmi.CORBA.PortableRemoteObjectDelegate
            putstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
         2: .line 78
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.rmi.PortableRemoteObject this
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            ifnull 3
         2: .line 86
            aload 0 /* this */
            checkcast java.rmi.Remote
            invokestatic javax.rmi.PortableRemoteObject.exportObject:(Ljava/rmi/Remote;)V
         3: .line 88
      StackMap locals: javax.rmi.PortableRemoteObject
      StackMap stack:
            return
        end local 0 // javax.rmi.PortableRemoteObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/rmi/PortableRemoteObject;
    Exceptions:
      throws java.rmi.RemoteException

  public static void exportObject(java.rmi.Remote);
    descriptor: (Ljava/rmi/Remote;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.rmi.Remote obj
         0: .line 101
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            ifnull 2
         1: .line 102
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            aload 0 /* obj */
            invokeinterface javax.rmi.CORBA.PortableRemoteObjectDelegate.exportObject:(Ljava/rmi/Remote;)V
         2: .line 104
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.rmi.Remote obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   obj  Ljava/rmi/Remote;
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
      Name  Flags
      obj   

  public static java.rmi.Remote toStub(java.rmi.Remote);
    descriptor: (Ljava/rmi/Remote;)Ljava/rmi/Remote;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.rmi.Remote obj
         0: .line 117
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            ifnull 2
         1: .line 118
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            aload 0 /* obj */
            invokeinterface javax.rmi.CORBA.PortableRemoteObjectDelegate.toStub:(Ljava/rmi/Remote;)Ljava/rmi/Remote;
            areturn
         2: .line 120
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.rmi.Remote obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   obj  Ljava/rmi/Remote;
    Exceptions:
      throws java.rmi.NoSuchObjectException
    MethodParameters:
      Name  Flags
      obj   

  public static void unexportObject(java.rmi.Remote);
    descriptor: (Ljava/rmi/Remote;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.rmi.Remote obj
         0: .line 133
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            ifnull 2
         1: .line 134
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            aload 0 /* obj */
            invokeinterface javax.rmi.CORBA.PortableRemoteObjectDelegate.unexportObject:(Ljava/rmi/Remote;)V
         2: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.rmi.Remote obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   obj  Ljava/rmi/Remote;
    Exceptions:
      throws java.rmi.NoSuchObjectException
    MethodParameters:
      Name  Flags
      obj   

  public static java.lang.Object narrow(java.lang.Object, java.lang.Class);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.Object narrowFrom
        start local 1 // java.lang.Class narrowTo
         0: .line 151
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            ifnull 2
         1: .line 152
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            aload 0 /* narrowFrom */
            aload 1 /* narrowTo */
            invokeinterface javax.rmi.CORBA.PortableRemoteObjectDelegate.narrow:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
         2: .line 154
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.Class narrowTo
        end local 0 // java.lang.Object narrowFrom
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  narrowFrom  Ljava/lang/Object;
            0    3     1    narrowTo  Ljava/lang/Class;
    Exceptions:
      throws java.lang.ClassCastException
    MethodParameters:
            Name  Flags
      narrowFrom  
      narrowTo    

  public static void connect(java.rmi.Remote, java.rmi.Remote);
    descriptor: (Ljava/rmi/Remote;Ljava/rmi/Remote;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.rmi.Remote target
        start local 1 // java.rmi.Remote source
         0: .line 173
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            ifnull 2
         1: .line 174
            getstatic javax.rmi.PortableRemoteObject.proDelegate:Ljavax/rmi/CORBA/PortableRemoteObjectDelegate;
            aload 0 /* target */
            aload 1 /* source */
            invokeinterface javax.rmi.CORBA.PortableRemoteObjectDelegate.connect:(Ljava/rmi/Remote;Ljava/rmi/Remote;)V
         2: .line 177
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.rmi.Remote source
        end local 0 // java.rmi.Remote target
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  target  Ljava/rmi/Remote;
            0    3     1  source  Ljava/rmi/Remote;
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
        Name  Flags
      target  
      source  

  private static java.lang.Object createDelegate(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // java.lang.String classKey
         0: .line 185
            new com.sun.corba.se.impl.orbutil.GetPropertyAction
            dup
            aload 0 /* classKey */
            invokespecial com.sun.corba.se.impl.orbutil.GetPropertyAction.<init>:(Ljava/lang/String;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
         1: .line 184
            astore 1 /* className */
        start local 1 // java.lang.String className
         2: .line 186
            aload 1 /* className */
            ifnonnull 6
         3: .line 187
            invokestatic javax.rmi.PortableRemoteObject.getORBPropertiesFile:()Ljava/util/Properties;
            astore 2 /* props */
        start local 2 // java.util.Properties props
         4: .line 188
            aload 2 /* props */
            ifnull 6
         5: .line 189
            aload 2 /* props */
            aload 0 /* classKey */
            invokevirtual java.util.Properties.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* className */
        end local 2 // java.util.Properties props
         6: .line 192
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* className */
            ifnonnull 8
         7: .line 193
            new com.sun.corba.se.impl.javax.rmi.PortableRemoteObject
            dup
            invokespecial com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.<init>:()V
            areturn
         8: .line 197
      StackMap locals:
      StackMap stack:
            aload 1 /* className */
            invokestatic javax.rmi.PortableRemoteObject.loadDelegateClass:(Ljava/lang/String;)Ljava/lang/Class;
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
         9: areturn
        10: .line 198
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 2 /* ex */
        start local 2 // java.lang.ClassNotFoundException ex
        11: .line 199
            new org.omg.CORBA.INITIALIZE
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot instantiate "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* className */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.omg.CORBA.INITIALIZE.<init>:(Ljava/lang/String;)V
            astore 3 /* exc */
        start local 3 // org.omg.CORBA.INITIALIZE exc
        12: .line 200
            aload 3 /* exc */
            aload 2 /* ex */
            invokevirtual org.omg.CORBA.INITIALIZE.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        13: .line 201
            aload 3 /* exc */
            athrow
        end local 3 // org.omg.CORBA.INITIALIZE exc
        end local 2 // java.lang.ClassNotFoundException ex
        14: .line 202
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* ex */
        start local 2 // java.lang.Exception ex
        15: .line 203
            new org.omg.CORBA.INITIALIZE
            dup
            new java.lang.StringBuilder
            dup
            ldc "Error while instantiating"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* className */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.omg.CORBA.INITIALIZE.<init>:(Ljava/lang/String;)V
            astore 3 /* exc */
        start local 3 // org.omg.CORBA.INITIALIZE exc
        16: .line 204
            aload 3 /* exc */
            aload 2 /* ex */
            invokevirtual org.omg.CORBA.INITIALIZE.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        17: .line 205
            aload 3 /* exc */
            athrow
        end local 3 // org.omg.CORBA.INITIALIZE exc
        end local 2 // java.lang.Exception ex
        end local 1 // java.lang.String className
        end local 0 // java.lang.String classKey
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0   classKey  Ljava/lang/String;
            2   18     1  className  Ljava/lang/String;
            4    6     2      props  Ljava/util/Properties;
           11   14     2         ex  Ljava/lang/ClassNotFoundException;
           12   14     3        exc  Lorg/omg/CORBA/INITIALIZE;
           15   18     2         ex  Ljava/lang/Exception;
           16   18     3        exc  Lorg/omg/CORBA/INITIALIZE;
      Exception table:
        from    to  target  type
           8     9      10  Class java.lang.ClassNotFoundException
           8     9      14  Class java.lang.Exception
    MethodParameters:
          Name  Flags
      classKey  

  private static java.lang.Class loadDelegateClass(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.lang.String className
         0: .line 213
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getContextClassLoader:()Ljava/lang/ClassLoader;
            astore 1 /* loader */
        start local 1 // java.lang.ClassLoader loader
         1: .line 214
            aload 0 /* className */
            iconst_0
            aload 1 /* loader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
         2: areturn
        end local 1 // java.lang.ClassLoader loader
         3: .line 215
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            pop
         4: .line 220
            aload 0 /* className */
            invokestatic java.rmi.server.RMIClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
         5: areturn
         6: .line 221
      StackMap locals:
      StackMap stack: java.net.MalformedURLException
            astore 1 /* e */
        start local 1 // java.net.MalformedURLException e
         7: .line 222
            new java.lang.StringBuilder
            dup
            ldc "Could not load "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* className */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* e */
            invokevirtual java.net.MalformedURLException.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* msg */
        start local 2 // java.lang.String msg
         8: .line 223
            new java.lang.ClassNotFoundException
            dup
            aload 2 /* msg */
            invokespecial java.lang.ClassNotFoundException.<init>:(Ljava/lang/String;)V
            astore 3 /* exc */
        start local 3 // java.lang.ClassNotFoundException exc
         9: .line 224
            aload 3 /* exc */
            athrow
        end local 3 // java.lang.ClassNotFoundException exc
        end local 2 // java.lang.String msg
        end local 1 // java.net.MalformedURLException e
        end local 0 // java.lang.String className
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0  className  Ljava/lang/String;
            1    3     1     loader  Ljava/lang/ClassLoader;
            7   10     1          e  Ljava/net/MalformedURLException;
            8   10     2        msg  Ljava/lang/String;
            9   10     3        exc  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.ClassNotFoundException
           4     5       6  Class java.net.MalformedURLException
    Exceptions:
      throws java.lang.ClassNotFoundException
    MethodParameters:
           Name  Flags
      className  

  private static java.util.Properties getORBPropertiesFile();
    descriptor: ()Ljava/util/Properties;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 232
            new javax.rmi.GetORBPropertiesFileAction
            dup
            invokespecial javax.rmi.GetORBPropertiesFileAction.<init>:()V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.util.Properties
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PortableRemoteObject.java"