class com.sun.jndi.cosnaming.OrbReuseTracker
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.jndi.cosnaming.OrbReuseTracker
  super_class: java.lang.Object
{
  int referenceCnt;
    descriptor: I
    flags: (0x0000) 

  org.omg.CORBA.ORB orb;
    descriptor: Lorg/omg/CORBA/ORB;
    flags: (0x0000) 

  private static final boolean debug;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  void <init>(org.omg.CORBA.ORB);
    descriptor: (Lorg/omg/CORBA/ORB;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.cosnaming.OrbReuseTracker this
        start local 1 // org.omg.CORBA.ORB orb
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* orb */
            putfield com.sun.jndi.cosnaming.OrbReuseTracker.orb:Lorg/omg/CORBA/ORB;
         2: .line 45
            aload 0 /* this */
            dup
            getfield com.sun.jndi.cosnaming.OrbReuseTracker.referenceCnt:I
            iconst_1
            iadd
            putfield com.sun.jndi.cosnaming.OrbReuseTracker.referenceCnt:I
         3: .line 49
            return
        end local 1 // org.omg.CORBA.ORB orb
        end local 0 // com.sun.jndi.cosnaming.OrbReuseTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/cosnaming/OrbReuseTracker;
            0    4     1   orb  Lorg/omg/CORBA/ORB;
    MethodParameters:
      Name  Flags
      orb   

  synchronized void incRefCount();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jndi.cosnaming.OrbReuseTracker this
         0: .line 52
            aload 0 /* this */
            dup
            getfield com.sun.jndi.cosnaming.OrbReuseTracker.referenceCnt:I
            iconst_1
            iadd
            putfield com.sun.jndi.cosnaming.OrbReuseTracker.referenceCnt:I
         1: .line 56
            return
        end local 0 // com.sun.jndi.cosnaming.OrbReuseTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/cosnaming/OrbReuseTracker;

  synchronized void decRefCount();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jndi.cosnaming.OrbReuseTracker this
         0: .line 59
            aload 0 /* this */
            dup
            getfield com.sun.jndi.cosnaming.OrbReuseTracker.referenceCnt:I
            iconst_1
            isub
            putfield com.sun.jndi.cosnaming.OrbReuseTracker.referenceCnt:I
         1: .line 63
            aload 0 /* this */
            getfield com.sun.jndi.cosnaming.OrbReuseTracker.referenceCnt:I
            ifne 3
         2: .line 67
            aload 0 /* this */
            getfield com.sun.jndi.cosnaming.OrbReuseTracker.orb:Lorg/omg/CORBA/ORB;
            invokevirtual org.omg.CORBA.ORB.destroy:()V
         3: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.jndi.cosnaming.OrbReuseTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/cosnaming/OrbReuseTracker;
}
SourceFile: "OrbReuseTracker.java"