abstract class com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup5 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$ErrorInvalidGroup5
  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$ErrorInvalidGroup5 this
         0: .line 310
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SharedCachedTest$ErrorInvalidGroup5;

  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, int);
    descriptor: (III)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup5 this
        start local 1 // int arg
        start local 2 // int cached1
        start local 3 // int cached2
         0: .line 324
            iload 1 /* arg */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 3 // int cached2
        end local 2 // int cached1
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup5 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/dsl/test/SharedCachedTest$ErrorInvalidGroup5;
            0    1     1      arg  I
            0    1     2  cached1  I
            0    1     3  cached2  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    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 cached2) : Cannot share caches within the same specialization.%nRemove the @Shared annotation or resolve the described issues to allow sharing."})
      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 cached1,...) : Cannot share caches within the same specialization.%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 cached2) : Cannot share caches within the same specialization.%nRemove the @Shared annotation or resolve the described issues to allow sharing."})
      2:
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Could not share some of the cached parameters in group 'shared': %n  - s0(..., @Cached(...) int cached1,...) : Cannot share caches within the same specialization.%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")
      2:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "shared")
        com.oracle.truffle.api.dsl.Cached(value = "arg")
    MethodParameters:
         Name  Flags
      arg      
      cached1  
      cached2  
}
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 ErrorInvalidGroup5 = com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup5 of com.oracle.truffle.api.dsl.test.SharedCachedTest