class sun.rmi.rmic.iiop.UserExceptionComparator implements java.util.Comparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.rmi.rmic.iiop.UserExceptionComparator
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.rmi.rmic.iiop.UserExceptionComparator this
         0: .line 2360
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.rmi.rmic.iiop.UserExceptionComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/rmi/rmic/iiop/UserExceptionComparator;

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // sun.rmi.rmic.iiop.UserExceptionComparator this
        start local 1 // java.lang.Object o1
        start local 2 // java.lang.Object o2
         0: .line 2362
            aload 1 /* o1 */
            checkcast sun.rmi.rmic.iiop.ValueType
            astore 3 /* v1 */
        start local 3 // sun.rmi.rmic.iiop.ValueType v1
         1: .line 2363
            aload 2 /* o2 */
            checkcast sun.rmi.rmic.iiop.ValueType
            astore 4 /* v2 */
        start local 4 // sun.rmi.rmic.iiop.ValueType v2
         2: .line 2364
            iconst_0
            istore 5 /* result */
        start local 5 // int result
         3: .line 2365
            aload 0 /* this */
            aload 3 /* v1 */
            invokevirtual sun.rmi.rmic.iiop.UserExceptionComparator.isUserException:(Lsun/rmi/rmic/iiop/ValueType;)Z
            ifeq 7
         4: .line 2366
            aload 0 /* this */
            aload 4 /* v2 */
            invokevirtual sun.rmi.rmic.iiop.UserExceptionComparator.isUserException:(Lsun/rmi/rmic/iiop/ValueType;)Z
            ifne 10
         5: .line 2367
            iconst_m1
            istore 5 /* result */
         6: .line 2369
            goto 10
      StackMap locals: sun.rmi.rmic.iiop.ValueType sun.rmi.rmic.iiop.ValueType int
      StackMap stack:
         7: aload 0 /* this */
            aload 4 /* v2 */
            invokevirtual sun.rmi.rmic.iiop.UserExceptionComparator.isUserException:(Lsun/rmi/rmic/iiop/ValueType;)Z
            ifeq 10
         8: .line 2370
            aload 0 /* this */
            aload 3 /* v1 */
            invokevirtual sun.rmi.rmic.iiop.UserExceptionComparator.isUserException:(Lsun/rmi/rmic/iiop/ValueType;)Z
            ifne 10
         9: .line 2371
            iconst_1
            istore 5 /* result */
        10: .line 2374
      StackMap locals:
      StackMap stack:
            iload 5 /* result */
            ireturn
        end local 5 // int result
        end local 4 // sun.rmi.rmic.iiop.ValueType v2
        end local 3 // sun.rmi.rmic.iiop.ValueType v1
        end local 2 // java.lang.Object o2
        end local 1 // java.lang.Object o1
        end local 0 // sun.rmi.rmic.iiop.UserExceptionComparator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/rmi/rmic/iiop/UserExceptionComparator;
            0   11     1      o1  Ljava/lang/Object;
            0   11     2      o2  Ljava/lang/Object;
            1   11     3      v1  Lsun/rmi/rmic/iiop/ValueType;
            2   11     4      v2  Lsun/rmi/rmic/iiop/ValueType;
            3   11     5  result  I
    MethodParameters:
      Name  Flags
      o1    
      o2    

  final boolean isUserException(sun.rmi.rmic.iiop.ValueType);
    descriptor: (Lsun/rmi/rmic/iiop/ValueType;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.rmi.rmic.iiop.UserExceptionComparator this
        start local 1 // sun.rmi.rmic.iiop.ValueType it
         0: .line 2378
            aload 1 /* it */
            invokevirtual sun.rmi.rmic.iiop.ValueType.isIDLEntityException:()Z
            ifeq 1
            aload 1 /* it */
            invokevirtual sun.rmi.rmic.iiop.ValueType.isCORBAUserException:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // sun.rmi.rmic.iiop.ValueType it
        end local 0 // sun.rmi.rmic.iiop.UserExceptionComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/rmi/rmic/iiop/UserExceptionComparator;
            0    2     1    it  Lsun/rmi/rmic/iiop/ValueType;
    MethodParameters:
      Name  Flags
      it    
}
SourceFile: "StubGenerator.java"