public final class org.graalvm.compiler.hotspot.jdk9.test.StringUTF16ToBytesGetCharsTest extends org.graalvm.compiler.replacements.test.MethodSubstitutionTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.jdk9.test.StringUTF16ToBytesGetCharsTest
  super_class: org.graalvm.compiler.replacements.test.MethodSubstitutionTest
{
  private static final int N;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1000

  private static final int N_OVERFLOW;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.StringUTF16ToBytesGetCharsTest this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe method assumeFalse(boolean) is undefined for the type StringUTF16ToBytesGetCharsTest\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.jdk9.test.StringUTF16ToBytesGetCharsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/jdk9/test/StringUTF16ToBytesGetCharsTest;

  public void testStringUTF16ToBytes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.StringUTF16ToBytesGetCharsTest this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.jdk9.test.StringUTF16ToBytesGetCharsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/jdk9/test/StringUTF16ToBytesGetCharsTest;
    Exceptions:
      throws java.lang.ClassNotFoundException
    RuntimeInvisibleAnnotations: 
      Test()

  public void testStringUTF16getChars();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.StringUTF16ToBytesGetCharsTest this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.jdk9.test.StringUTF16ToBytesGetCharsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/jdk9/test/StringUTF16ToBytesGetCharsTest;
    Exceptions:
      throws java.lang.ClassNotFoundException
    RuntimeInvisibleAnnotations: 
      Test()

  private static char[] fillUTF16Chars(char[]);
    descriptor: ([C)[C
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // char[] v
         0: .line 126
            iconst_0
            istore 1 /* ch */
        start local 1 // int ch
         1: iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 127
      StackMap locals: int int
      StackMap stack:
            aload 0 /* v */
            iload 2 /* i */
            iload 1 /* ch */
            i2c
            castore
         4: .line 126
            iinc 2 /* i */ 1
            iinc 1 /* ch */ 257
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* v */
            arraylength
            if_icmplt 3
        end local 2 // int i
        end local 1 // int ch
         6: .line 129
            aload 0 /* v */
            areturn
        end local 0 // char[] v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     v  [C
            1    6     1    ch  I
            2    6     2     i  I
    MethodParameters:
      Name  Flags
      v     

  private static byte[] fillUTF16Bytes(byte[]);
    descriptor: ([B)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // byte[] v
         0: .line 133
            iconst_1
            istore 1 /* ch */
        start local 1 // int ch
         1: iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 134
      StackMap locals: int int
      StackMap stack:
            aload 0 /* v */
            iload 2 /* i */
            iload 1 /* ch */
            iconst_1
            isub
            i2b
            bastore
         4: .line 135
            aload 0 /* v */
            iload 2 /* i */
            iconst_1
            iadd
            iload 1 /* ch */
            i2b
            bastore
         5: .line 133
            iinc 2 /* i */ 2
            iinc 1 /* ch */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* v */
            arraylength
            if_icmplt 3
        end local 2 // int i
        end local 1 // int ch
         7: .line 137
            aload 0 /* v */
            areturn
        end local 0 // byte[] v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     v  [B
            1    7     1    ch  I
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      v     

  private static int i2sz(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int i
         0: .line 141
            iload 0 /* i */
            iconst_3
            imul
            ireturn
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  I
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "StringUTF16ToBytesGetCharsTest.java"
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.test.AddExports(value = {"java.base/java.lang"})