abstract class com.oracle.truffle.api.dsl.test.WeakCachedTest$ConsistentGuardAndSpecializationNode 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$ConsistentGuardAndSpecializationNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  final java.util.concurrent.Semaphore waitForSpecialization;
    descriptor: Ljava/util/concurrent/Semaphore;
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.Semaphore waitForGuard;
    descriptor: Ljava/util/concurrent/Semaphore;
    flags: (0x0010) ACC_FINAL

  volatile boolean locksEnabled;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.WeakCachedTest$ConsistentGuardAndSpecializationNode 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$ConsistentGuardAndSpecializationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/WeakCachedTest$ConsistentGuardAndSpecializationNode;

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

  boolean acquireLock(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.WeakCachedTest$ConsistentGuardAndSpecializationNode this
         0: .line 290
            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$ConsistentGuardAndSpecializationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/WeakCachedTest$ConsistentGuardAndSpecializationNode;
    MethodParameters:
      Name  Flags
      a     

  java.lang.Object s0(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.WeakCachedTest$ConsistentGuardAndSpecializationNode this
         0: .line 303
            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$ConsistentGuardAndSpecializationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/WeakCachedTest$ConsistentGuardAndSpecializationNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"arg.equals(cachedStorage)", "acquireLock(arg)"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "arg", weak = true)
    MethodParameters:
               Name  Flags
      arg            
      cachedStorage  
}
SourceFile: "WeakCachedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.WeakCachedTest
InnerClasses:
  abstract ConsistentGuardAndSpecializationNode = com.oracle.truffle.api.dsl.test.WeakCachedTest$ConsistentGuardAndSpecializationNode of com.oracle.truffle.api.dsl.test.WeakCachedTest