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

  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$ErrorInvalidGroup2 this
        start local 1 // int arg
        start local 2 // int node
         0: .line 248
            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$ErrorInvalidGroup2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SharedCachedTest$ErrorInvalidGroup2;
            0    1     1   arg  I
            0    1     2  node  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  - s1(..., @Cached(...) long node) : The cache parameter type does not match. Expected 'int' but was 'long'.%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(...) long node) : The cache parameter type does not match. Expected 'int' but was 'long'.%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(long, long);
    descriptor: (JJ)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup2 this
        start local 1 // long arg
        start local 3 // long node
         0: .line 257
            lload 1 /* arg */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 3 // long node
        end local 1 // long arg
        end local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SharedCachedTest$ErrorInvalidGroup2;
            0    1     1   arg  J
            0    1     3  node  J
    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 node) : The cache parameter type does not match. Expected 'long' but was 'int'.%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 cache parameter type does not match. Expected 'long' but was 'int'.%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 ErrorInvalidGroup2 = com.oracle.truffle.api.dsl.test.SharedCachedTest$ErrorInvalidGroup2 of com.oracle.truffle.api.dsl.test.SharedCachedTest