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: 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: putstatic org.jruby.ir.instructions.BuildDynRegExpInstr$RECache.UPDATER:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
2: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 start local 2 0: iload 1
ifeq 3
1: getstatic org.jruby.ir.instructions.BuildDynRegExpInstr$RECache.UPDATER:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
aload 0
aconst_null
aload 2
invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
pop
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
aload 2
putfield org.jruby.ir.instructions.BuildDynRegExpInstr$RECache.rubyRegexp:Lorg/jruby/RubyRegexp;
4: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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