public class com.sun.jndi.toolkit.corba.CorbaUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jndi.toolkit.corba.CorbaUtils
  super_class: java.lang.Object
{
  private static java.lang.reflect.Method toStubMethod;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private static java.lang.Class<?> corbaStubClass;
    descriptor: Ljava/lang/Class;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/lang/Class<*>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 267
            aconst_null
            putstatic com.sun.jndi.toolkit.corba.CorbaUtils.toStubMethod:Ljava/lang/reflect/Method;
         1: .line 268
            aconst_null
            putstatic com.sun.jndi.toolkit.corba.CorbaUtils.connectMethod:Ljava/lang/reflect/Method;
         2: .line 269
            aconst_null
            putstatic com.sun.jndi.toolkit.corba.CorbaUtils.corbaStubClass:Ljava/lang/Class;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jndi.toolkit.corba.CorbaUtils this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.jndi.toolkit.corba.CorbaUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/toolkit/corba/CorbaUtils;

  public static org.omg.CORBA.Object remoteToCorba(java.rmi.Remote, ORB);
    descriptor: (Ljava/rmi/Remote;LORB;)Lorg/omg/CORBA/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 84
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\torg.omg cannot be resolved to a type\n\tORB cannot be resolved to a type\n\torg.omg cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.ClassNotFoundException, javax.naming.ConfigurationException
    MethodParameters:
           Name  Flags
      remoteObj  
      orb        

  public static ORB getOrb(java.lang.String, int, java.util.Hashtable<?, ?>);
    descriptor: (Ljava/lang/String;ILjava/util/Hashtable;)LORB;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 162
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tORB cannot be resolved to a type\n\tThe method initAppletORB(Object, Properties) from the type CorbaUtils refers to the missing type ORB\n\tORB cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/String;ILjava/util/Hashtable<**>;)LORB;
    MethodParameters:
        Name  Flags
      server  
      port    
      env     

  public static boolean isObjectFactoryTrusted(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 217
            aconst_null
            astore 1 /* ref */
        start local 1 // javax.naming.Reference ref
         1: .line 218
            aload 0 /* obj */
            instanceof javax.naming.Reference
            ifeq 4
         2: .line 219
            aload 0 /* obj */
            checkcast javax.naming.Reference
            astore 1 /* ref */
         3: .line 220
            goto 6
      StackMap locals: javax.naming.Reference
      StackMap stack:
         4: aload 0 /* obj */
            instanceof javax.naming.Referenceable
            ifeq 6
         5: .line 221
            aload 0 /* obj */
            checkcast javax.naming.Referenceable
            invokeinterface javax.naming.Referenceable.getReference:()Ljavax/naming/Reference;
            astore 1 /* ref */
         6: .line 224
      StackMap locals:
      StackMap stack:
            aload 1 /* ref */
            ifnull 11
            aload 1 /* ref */
            invokevirtual javax.naming.Reference.getFactoryClassLocation:()Ljava/lang/String;
            ifnull 11
         7: .line 225
            getstatic com.sun.jndi.cosnaming.CNCtx.trustURLCodebase:Z
            ifne 11
         8: .line 226
            new javax.naming.ConfigurationException
            dup
         9: .line 227
            ldc "The object factory is untrusted. Set the system property 'com.sun.jndi.cosnaming.object.trustURLCodebase' to 'true'."
        10: .line 226
            invokespecial javax.naming.ConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 230
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // javax.naming.Reference ref
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0   obj  Ljava/lang/Object;
            1   12     1   ref  Ljavax/naming/Reference;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      obj   

  private static ORB initAppletORB(java.lang.Object, java.util.Properties);
    descriptor: (Ljava/lang/Object;Ljava/util/Properties;)LORB;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 237
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      applet   
      orbProp  

  private static void initMethodHandles();
    descriptor: ()V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 282
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\torg.omg cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.ClassNotFoundException
}
SourceFile: "CorbaUtils.java"