public final class sun.management.jmxremote.LocalRMIServerSocketFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.management.jmxremote.LocalRMIServerSocketFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import java.rmi.server.RMIServerSocketFactory cannot be resolved\n\tThe type java.rmi.server.RMIServerSocketFactory cannot be resolved. It is indirectly referenced from required .class files\n\tRMIServerSocketFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/jmxremote/LocalRMIServerSocketFactory;

  public java.net.ServerSocket createServerSocket(int);
    descriptor: (I)Ljava/net/ServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/jmxremote/LocalRMIServerSocketFactory;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      port  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
         0: .line 124
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/jmxremote/LocalRMIServerSocketFactory;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/jmxremote/LocalRMIServerSocketFactory;
}
SourceFile: "LocalRMIServerSocketFactory.java"
NestMembers:
  sun.management.jmxremote.LocalRMIServerSocketFactory$1