abstract class com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup4 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.SharedCachedTest$ErrorInvalidGroup4
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup4 this
         0: .line 286
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SharedCachedTest$ErrorInvalidGroup4;

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

  java.lang.Object s0(int, int);
    descriptor: (II)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup4 this
        start local 1 // int arg
        start local 2 // int node
         0: .line 296
            iload 1 /* arg */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int node
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SharedCachedTest$ErrorInvalidGroup4;
            0    1     1   arg  I
            0    1     2  node  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"node == arg"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Could not share some of the cached parameters in group 'shared': %n  - s1(..., @Cached(...) int node) : The specialization 's0(int, int)' has multiple instances.%nRemove the @Shared annotation or resolve the described issues to allow sharing."})
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Could not share some of the cached parameters in group 'shared': %n  - s1(..., @Cached(...) int node) : The specialization 's0(int, int)' has multiple instances.%nRemove the @Shared annotation or resolve the described issues to allow sharing."})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "shared")
        com.oracle.truffle.api.dsl.Cached(value = "arg")
    MethodParameters:
      Name  Flags
      arg   
      node  

  java.lang.Object s1(int, int);
    descriptor: (II)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup4 this
        start local 1 // int arg
        start local 2 // int node
         0: .line 305
            iload 1 /* arg */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int node
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SharedCachedTest$ErrorInvalidGroup4;
            0    1     1   arg  I
            0    1     2  node  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"arg == node"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Could not share some of the cached parameters in group 'shared': %n  - s0(..., @Cached(...) int node) : The specialization 's1(int, int)' has multiple instances.%nRemove the @Shared annotation or resolve the described issues to allow sharing."})
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Could not share some of the cached parameters in group 'shared': %n  - s0(..., @Cached(...) int node) : The specialization 's1(int, int)' has multiple instances.%nRemove the @Shared annotation or resolve the described issues to allow sharing."})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "shared")
        com.oracle.truffle.api.dsl.Cached(value = "arg")
    MethodParameters:
      Name  Flags
      arg   
      node  
}
SourceFile: "SharedCachedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.SharedCachedTest
InnerClasses:
  public abstract Shared = com.oracle.truffle.api.dsl.Cached$Shared of com.oracle.truffle.api.dsl.Cached
  abstract ErrorInvalidGroup4 = com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup4 of com.oracle.truffle.api.dsl.test.SharedCachedTest