abstract class com.oracle.truffle.api.dsl.test.WeakCachedTest$WeakSharedCacheNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.WeakCachedTest$WeakSharedCacheNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.WeakCachedTest$WeakSharedCacheNode this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.oracle.truffle.api.dsl.test.WeakCachedTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.WeakCachedTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.WeakCachedTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.WeakCachedTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.WeakCachedTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.WeakCachedTestFactory cannot be resolved\n\tWeakSimpleNodeGen cannot be resolved\n\tWeakInlineCacheNodeGen cannot be resolved\n\tWeakCachedLibraryNodeGen cannot be resolved\n\tWeakSharedCacheNodeGen cannot be resolved\n\tConsistentGuardAndSpecializationNodeGen cannot be resolved\n\tTestNullWeakCacheNodeGen cannot be resolved\n\tTestNullWeakCacheNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.WeakCachedTest$WeakSharedCacheNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/WeakCachedTest$WeakSharedCacheNode;

  abstract java.lang.Object execute(java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;Z)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      arg0        
      expectNull  

  java.lang.Object s0(java.lang.String, boolean, java.lang.String);
    descriptor: (Ljava/lang/String;ZLjava/lang/String;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.dsl.test.WeakCachedTest$WeakSharedCacheNode this
         0: .line 201
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.WeakCachedTest$WeakSharedCacheNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/WeakCachedTest$WeakSharedCacheNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"arg.length() > 0"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "sharedArg")
        com.oracle.truffle.api.dsl.Cached(value = "arg", weak = true)
    MethodParameters:
               Name  Flags
      arg            
      expectNull     
      cachedStorage  

  java.lang.Object s1(java.lang.String, boolean, java.lang.String);
    descriptor: (Ljava/lang/String;ZLjava/lang/String;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.dsl.test.WeakCachedTest$WeakSharedCacheNode this
         0: .line 208
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.WeakCachedTest$WeakSharedCacheNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/WeakCachedTest$WeakSharedCacheNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "sharedArg")
        com.oracle.truffle.api.dsl.Cached(value = "arg", weak = true)
    MethodParameters:
               Name  Flags
      arg            
      expectNull     
      cachedStorage  
}
SourceFile: "WeakCachedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.WeakCachedTest
InnerClasses:
  public abstract Shared = com.oracle.truffle.api.dsl.Cached$Shared of com.oracle.truffle.api.dsl.Cached
  abstract WeakSharedCacheNode = com.oracle.truffle.api.dsl.test.WeakCachedTest$WeakSharedCacheNode of com.oracle.truffle.api.dsl.test.WeakCachedTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()