class org.jruby.ir.instructions.BuildDynRegExpInstr$RECache
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ir.instructions.BuildDynRegExpInstr$RECache
  super_class: java.lang.Object
{
  private volatile org.jruby.RubyRegexp rubyRegexp;
    descriptor: Lorg/jruby/RubyRegexp;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private static final java.util.concurrent.atomic.AtomicReferenceFieldUpdater<org.jruby.ir.instructions.BuildDynRegExpInstr$RECache, org.jruby.RubyRegexp> UPDATER;
    descriptor: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater<Lorg/jruby/ir/instructions/BuildDynRegExpInstr$RECache;Lorg/jruby/RubyRegexp;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 30
            ldc Lorg/jruby/ir/instructions/BuildDynRegExpInstr$RECache;
            ldc Lorg/jruby/RubyRegexp;
            ldc "rubyRegexp"
            invokestatic java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
         1: .line 29
            putstatic org.jruby.ir.instructions.BuildDynRegExpInstr$RECache.UPDATER:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
         2: .line 30
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.BuildDynRegExpInstr$RECache this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ir.instructions.BuildDynRegExpInstr$RECache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/BuildDynRegExpInstr$RECache;

  public void updateCache(boolean, org.jruby.RubyRegexp);
    descriptor: (ZLorg/jruby/RubyRegexp;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.BuildDynRegExpInstr$RECache this
        start local 1 // boolean isOnce
        start local 2 // org.jruby.RubyRegexp re
         0: .line 32
            iload 1 /* isOnce */
            ifeq 3
         1: .line 35
            getstatic org.jruby.ir.instructions.BuildDynRegExpInstr$RECache.UPDATER:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aconst_null
            aload 2 /* re */
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
         2: .line 36
            goto 4
         3: .line 37
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* re */
            putfield org.jruby.ir.instructions.BuildDynRegExpInstr$RECache.rubyRegexp:Lorg/jruby/RubyRegexp;
         4: .line 39
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.jruby.RubyRegexp re
        end local 1 // boolean isOnce
        end local 0 // org.jruby.ir.instructions.BuildDynRegExpInstr$RECache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/ir/instructions/BuildDynRegExpInstr$RECache;
            0    5     1  isOnce  Z
            0    5     2      re  Lorg/jruby/RubyRegexp;
    MethodParameters:
        Name  Flags
      isOnce  
      re      
}
SourceFile: "BuildDynRegExpInstr.java"
NestHost: org.jruby.ir.instructions.BuildDynRegExpInstr
InnerClasses:
  private RECache = org.jruby.ir.instructions.BuildDynRegExpInstr$RECache of org.jruby.ir.instructions.BuildDynRegExpInstr