class org.graalvm.compiler.replacements.test.MonitorTest$Chars
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.replacements.test.MonitorTest$Chars
  super_class: java.lang.Object
{
  final char[] data;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.replacements.test.MonitorTest$Chars this
        start local 1 // int size
         0: .line 172
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 173
            aload 0 /* this */
            iload 1 /* size */
            newarray 5
            putfield org.graalvm.compiler.replacements.test.MonitorTest$Chars.data:[C
         2: .line 174
            return
        end local 1 // int size
        end local 0 // org.graalvm.compiler.replacements.test.MonitorTest$Chars this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/replacements/test/MonitorTest$Chars;
            0    3     1  size  I
    MethodParameters:
      Name  Flags
      size  

  void <init>(char[]);
    descriptor: ([C)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.replacements.test.MonitorTest$Chars this
        start local 1 // char[] data
         0: .line 176
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 177
            aload 0 /* this */
            aload 1 /* data */
            putfield org.graalvm.compiler.replacements.test.MonitorTest$Chars.data:[C
         2: .line 178
            return
        end local 1 // char[] data
        end local 0 // org.graalvm.compiler.replacements.test.MonitorTest$Chars this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/replacements/test/MonitorTest$Chars;
            0    3     1  data  [C
    MethodParameters:
      Name  Flags
      data  
}
SourceFile: "MonitorTest.java"
NestHost: org.graalvm.compiler.replacements.test.MonitorTest
InnerClasses:
  Chars = org.graalvm.compiler.replacements.test.MonitorTest$Chars of org.graalvm.compiler.replacements.test.MonitorTest