public class org.jruby.RubyModule$SynchronizedCacheEntryFactory extends org.jruby.RubyModule$WrapperCacheEntryFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyModule$SynchronizedCacheEntryFactory
  super_class: org.jruby.RubyModule$WrapperCacheEntryFactory
{
  public void <init>(org.jruby.RubyModule$CacheEntryFactory);
    descriptor: (Lorg/jruby/RubyModule$CacheEntryFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyModule$SynchronizedCacheEntryFactory this
        start local 1 // org.jruby.RubyModule$CacheEntryFactory previous
         0: .line 1681
            aload 0 /* this */
            aload 1 /* previous */
            invokespecial org.jruby.RubyModule$WrapperCacheEntryFactory.<init>:(Lorg/jruby/RubyModule$CacheEntryFactory;)V
         1: .line 1682
            return
        end local 1 // org.jruby.RubyModule$CacheEntryFactory previous
        end local 0 // org.jruby.RubyModule$SynchronizedCacheEntryFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/RubyModule$SynchronizedCacheEntryFactory;
            0    2     1  previous  Lorg/jruby/RubyModule$CacheEntryFactory;
    MethodParameters:
          Name  Flags
      previous  

  public org.jruby.runtime.callsite.CacheEntry newCacheEntry(java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.RubyModule, int);
    descriptor: (Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/RubyModule;I)Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.jruby.RubyModule$SynchronizedCacheEntryFactory this
        start local 1 // java.lang.String id
        start local 2 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 3 // org.jruby.RubyModule sourceModule
        start local 4 // int token
         0: .line 1685
            aload 2 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifeq 2
         1: .line 1686
            new org.jruby.runtime.callsite.CacheEntry
            dup
            aload 2 /* method */
            iload 4 /* token */
            invokespecial org.jruby.runtime.callsite.CacheEntry.<init>:(Lorg/jruby/internal/runtime/methods/DynamicMethod;I)V
            areturn
         2: .line 1689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyModule$SynchronizedCacheEntryFactory.previous:Lorg/jruby/RubyModule$CacheEntryFactory;
            aload 1 /* id */
            aload 2 /* method */
            aload 3 /* sourceModule */
            iload 4 /* token */
            invokevirtual org.jruby.RubyModule$CacheEntryFactory.newCacheEntry:(Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/RubyModule;I)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* delegated */
        start local 5 // org.jruby.runtime.callsite.CacheEntry delegated
         3: .line 1690
            new org.jruby.runtime.callsite.CacheEntry
            dup
            new org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
            dup
            aload 5 /* delegated */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokespecial org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.<init>:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
            aload 5 /* delegated */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* delegated */
            getfield org.jruby.runtime.callsite.CacheEntry.token:I
            invokespecial org.jruby.runtime.callsite.CacheEntry.<init>:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/RubyModule;I)V
            areturn
        end local 5 // org.jruby.runtime.callsite.CacheEntry delegated
        end local 4 // int token
        end local 3 // org.jruby.RubyModule sourceModule
        end local 2 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 1 // java.lang.String id
        end local 0 // org.jruby.RubyModule$SynchronizedCacheEntryFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/jruby/RubyModule$SynchronizedCacheEntryFactory;
            0    4     1            id  Ljava/lang/String;
            0    4     2        method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    4     3  sourceModule  Lorg/jruby/RubyModule;
            0    4     4         token  I
            3    4     5     delegated  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
              Name  Flags
      id            
      method        
      sourceModule  
      token         
}
SourceFile: "RubyModule.java"
NestHost: org.jruby.RubyModule
InnerClasses:
  protected abstract CacheEntryFactory = org.jruby.RubyModule$CacheEntryFactory of org.jruby.RubyModule
  protected SynchronizedCacheEntryFactory = org.jruby.RubyModule$SynchronizedCacheEntryFactory of org.jruby.RubyModule
  protected abstract WrapperCacheEntryFactory = org.jruby.RubyModule$WrapperCacheEntryFactory of org.jruby.RubyModule