public class sun.nio.cs.StandardCharsets extends java.nio.charset.spi.CharsetProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.StandardCharsets
  super_class: java.nio.charset.spi.CharsetProvider
{
  static java.lang.String[] aliases_SJIS;
    descriptor: [Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  static java.lang.String[] aliases_MS932;
    descriptor: [Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  private java.util.Map<java.lang.String, java.lang.String> classMap;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      jdk.internal.vm.annotation.Stable()

  private java.util.Map<java.lang.String, java.lang.String> aliasMap;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      jdk.internal.vm.annotation.Stable()

  private java.util.Map<java.lang.String, java.nio.charset.Charset> cache;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/nio/charset/Charset;>;
    RuntimeVisibleAnnotations: 
      jdk.internal.vm.annotation.Stable()

  private static final java.lang.String packagePrefix;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "sun.nio.cs."

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 521
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 522
            ldc "sjis"
            aastore
            dup
            iconst_1
         2: .line 523
            ldc "shift_jis"
            aastore
            dup
            iconst_2
         3: .line 524
            ldc "shift-jis"
            aastore
            dup
            iconst_3
         4: .line 525
            ldc "ms_kanji"
            aastore
            dup
            iconst_4
         5: .line 526
            ldc "x-sjis"
            aastore
            dup
            iconst_5
         6: .line 527
            ldc "csShiftJIS"
            aastore
         7: .line 521
            putstatic sun.nio.cs.StandardCharsets.aliases_SJIS:[Ljava/lang/String;
         8: .line 532
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         9: .line 533
            ldc "MS932"
            aastore
            dup
            iconst_1
        10: .line 534
            ldc "windows-932"
            aastore
            dup
            iconst_2
        11: .line 535
            ldc "csWindows31J"
            aastore
        12: .line 532
            putstatic sun.nio.cs.StandardCharsets.aliases_MS932:[Ljava/lang/String;
        13: .line 1220
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_US_ASCII();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 41
            bipush 14
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 42
            ldc "iso-ir-6"
            aastore
            dup
            iconst_1
         2: .line 43
            ldc "ANSI_X3.4-1986"
            aastore
            dup
            iconst_2
         3: .line 44
            ldc "ISO_646.irv:1991"
            aastore
            dup
            iconst_3
         4: .line 45
            ldc "ASCII"
            aastore
            dup
            iconst_4
         5: .line 46
            ldc "ISO646-US"
            aastore
            dup
            iconst_5
         6: .line 47
            ldc "us"
            aastore
            dup
            bipush 6
         7: .line 48
            ldc "IBM367"
            aastore
            dup
            bipush 7
         8: .line 49
            ldc "cp367"
            aastore
            dup
            bipush 8
         9: .line 50
            ldc "csASCII"
            aastore
            dup
            bipush 9
        10: .line 51
            ldc "default"
            aastore
            dup
            bipush 10
        11: .line 52
            ldc "646"
            aastore
            dup
            bipush 11
        12: .line 53
            ldc "iso_646.irv:1983"
            aastore
            dup
            bipush 12
        13: .line 54
            ldc "ANSI_X3.4-1968"
            aastore
            dup
            bipush 13
        14: .line 55
            ldc "ascii7"
            aastore
        15: .line 41
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_8();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 60
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 61
            ldc "UTF8"
            aastore
            dup
            iconst_1
         2: .line 62
            ldc "unicode-1-1-utf-8"
            aastore
         3: .line 60
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_CESU_8();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 67
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 68
            ldc "CESU8"
            aastore
            dup
            iconst_1
         2: .line 69
            ldc "csCESU-8"
            aastore
         3: .line 67
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_16();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 74
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 75
            ldc "UTF_16"
            aastore
            dup
            iconst_1
         2: .line 76
            ldc "utf16"
            aastore
            dup
            iconst_2
         3: .line 77
            ldc "unicode"
            aastore
            dup
            iconst_3
         4: .line 78
            ldc "UnicodeBig"
            aastore
         5: .line 74
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_16BE();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 83
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 84
            ldc "UTF_16BE"
            aastore
            dup
            iconst_1
         2: .line 85
            ldc "ISO-10646-UCS-2"
            aastore
            dup
            iconst_2
         3: .line 86
            ldc "X-UTF-16BE"
            aastore
            dup
            iconst_3
         4: .line 87
            ldc "UnicodeBigUnmarked"
            aastore
         5: .line 83
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_16LE();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 92
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 93
            ldc "UTF_16LE"
            aastore
            dup
            iconst_1
         2: .line 94
            ldc "X-UTF-16LE"
            aastore
            dup
            iconst_2
         3: .line 95
            ldc "UnicodeLittleUnmarked"
            aastore
         4: .line 92
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_16LE_BOM();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 100
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 101
            ldc "UnicodeLittle"
            aastore
         2: .line 100
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_32();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 106
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 107
            ldc "UTF_32"
            aastore
            dup
            iconst_1
         2: .line 108
            ldc "UTF32"
            aastore
         3: .line 106
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_32LE();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 113
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 114
            ldc "UTF_32LE"
            aastore
            dup
            iconst_1
         2: .line 115
            ldc "X-UTF-32LE"
            aastore
         3: .line 113
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_32BE();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 120
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 121
            ldc "UTF_32BE"
            aastore
            dup
            iconst_1
         2: .line 122
            ldc "X-UTF-32BE"
            aastore
         3: .line 120
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_32LE_BOM();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 127
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 128
            ldc "UTF_32LE_BOM"
            aastore
            dup
            iconst_1
         2: .line 129
            ldc "UTF-32LE-BOM"
            aastore
         3: .line 127
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_UTF_32BE_BOM();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 134
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 135
            ldc "UTF_32BE_BOM"
            aastore
            dup
            iconst_1
         2: .line 136
            ldc "UTF-32BE-BOM"
            aastore
         3: .line 134
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_1();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 141
            bipush 14
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 142
            ldc "iso-ir-100"
            aastore
            dup
            iconst_1
         2: .line 143
            ldc "ISO_8859-1"
            aastore
            dup
            iconst_2
         3: .line 144
            ldc "latin1"
            aastore
            dup
            iconst_3
         4: .line 145
            ldc "l1"
            aastore
            dup
            iconst_4
         5: .line 146
            ldc "IBM819"
            aastore
            dup
            iconst_5
         6: .line 147
            ldc "cp819"
            aastore
            dup
            bipush 6
         7: .line 148
            ldc "csISOLatin1"
            aastore
            dup
            bipush 7
         8: .line 149
            ldc "819"
            aastore
            dup
            bipush 8
         9: .line 150
            ldc "IBM-819"
            aastore
            dup
            bipush 9
        10: .line 151
            ldc "ISO8859_1"
            aastore
            dup
            bipush 10
        11: .line 152
            ldc "ISO_8859-1:1987"
            aastore
            dup
            bipush 11
        12: .line 153
            ldc "ISO_8859_1"
            aastore
            dup
            bipush 12
        13: .line 154
            ldc "8859_1"
            aastore
            dup
            bipush 13
        14: .line 155
            ldc "ISO8859-1"
            aastore
        15: .line 141
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_2();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 160
            bipush 13
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 161
            ldc "iso8859_2"
            aastore
            dup
            iconst_1
         2: .line 162
            ldc "8859_2"
            aastore
            dup
            iconst_2
         3: .line 163
            ldc "iso-ir-101"
            aastore
            dup
            iconst_3
         4: .line 164
            ldc "ISO_8859-2"
            aastore
            dup
            iconst_4
         5: .line 165
            ldc "ISO_8859-2:1987"
            aastore
            dup
            iconst_5
         6: .line 166
            ldc "ISO8859-2"
            aastore
            dup
            bipush 6
         7: .line 167
            ldc "latin2"
            aastore
            dup
            bipush 7
         8: .line 168
            ldc "l2"
            aastore
            dup
            bipush 8
         9: .line 169
            ldc "ibm912"
            aastore
            dup
            bipush 9
        10: .line 170
            ldc "ibm-912"
            aastore
            dup
            bipush 10
        11: .line 171
            ldc "cp912"
            aastore
            dup
            bipush 11
        12: .line 172
            ldc "912"
            aastore
            dup
            bipush 12
        13: .line 173
            ldc "csISOLatin2"
            aastore
        14: .line 160
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_4();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 178
            bipush 13
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 179
            ldc "iso8859_4"
            aastore
            dup
            iconst_1
         2: .line 180
            ldc "iso8859-4"
            aastore
            dup
            iconst_2
         3: .line 181
            ldc "8859_4"
            aastore
            dup
            iconst_3
         4: .line 182
            ldc "iso-ir-110"
            aastore
            dup
            iconst_4
         5: .line 183
            ldc "ISO_8859-4"
            aastore
            dup
            iconst_5
         6: .line 184
            ldc "ISO_8859-4:1988"
            aastore
            dup
            bipush 6
         7: .line 185
            ldc "latin4"
            aastore
            dup
            bipush 7
         8: .line 186
            ldc "l4"
            aastore
            dup
            bipush 8
         9: .line 187
            ldc "ibm914"
            aastore
            dup
            bipush 9
        10: .line 188
            ldc "ibm-914"
            aastore
            dup
            bipush 10
        11: .line 189
            ldc "cp914"
            aastore
            dup
            bipush 11
        12: .line 190
            ldc "914"
            aastore
            dup
            bipush 12
        13: .line 191
            ldc "csISOLatin4"
            aastore
        14: .line 178
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_5();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 196
            bipush 12
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 197
            ldc "iso8859_5"
            aastore
            dup
            iconst_1
         2: .line 198
            ldc "8859_5"
            aastore
            dup
            iconst_2
         3: .line 199
            ldc "iso-ir-144"
            aastore
            dup
            iconst_3
         4: .line 200
            ldc "ISO_8859-5"
            aastore
            dup
            iconst_4
         5: .line 201
            ldc "ISO_8859-5:1988"
            aastore
            dup
            iconst_5
         6: .line 202
            ldc "ISO8859-5"
            aastore
            dup
            bipush 6
         7: .line 203
            ldc "cyrillic"
            aastore
            dup
            bipush 7
         8: .line 204
            ldc "ibm915"
            aastore
            dup
            bipush 8
         9: .line 205
            ldc "ibm-915"
            aastore
            dup
            bipush 9
        10: .line 206
            ldc "cp915"
            aastore
            dup
            bipush 10
        11: .line 207
            ldc "915"
            aastore
            dup
            bipush 11
        12: .line 208
            ldc "csISOLatinCyrillic"
            aastore
        13: .line 196
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_7();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 213
            bipush 16
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 214
            ldc "iso8859_7"
            aastore
            dup
            iconst_1
         2: .line 215
            ldc "8859_7"
            aastore
            dup
            iconst_2
         3: .line 216
            ldc "iso-ir-126"
            aastore
            dup
            iconst_3
         4: .line 217
            ldc "ISO_8859-7"
            aastore
            dup
            iconst_4
         5: .line 218
            ldc "ISO_8859-7:1987"
            aastore
            dup
            iconst_5
         6: .line 219
            ldc "ELOT_928"
            aastore
            dup
            bipush 6
         7: .line 220
            ldc "ECMA-118"
            aastore
            dup
            bipush 7
         8: .line 221
            ldc "greek"
            aastore
            dup
            bipush 8
         9: .line 222
            ldc "greek8"
            aastore
            dup
            bipush 9
        10: .line 223
            ldc "csISOLatinGreek"
            aastore
            dup
            bipush 10
        11: .line 224
            ldc "sun_eu_greek"
            aastore
            dup
            bipush 11
        12: .line 225
            ldc "ibm813"
            aastore
            dup
            bipush 12
        13: .line 226
            ldc "ibm-813"
            aastore
            dup
            bipush 13
        14: .line 227
            ldc "813"
            aastore
            dup
            bipush 14
        15: .line 228
            ldc "cp813"
            aastore
            dup
            bipush 15
        16: .line 229
            ldc "iso8859-7"
            aastore
        17: .line 213
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_9();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 234
            bipush 13
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 235
            ldc "iso8859_9"
            aastore
            dup
            iconst_1
         2: .line 236
            ldc "8859_9"
            aastore
            dup
            iconst_2
         3: .line 237
            ldc "iso-ir-148"
            aastore
            dup
            iconst_3
         4: .line 238
            ldc "ISO_8859-9"
            aastore
            dup
            iconst_4
         5: .line 239
            ldc "ISO_8859-9:1989"
            aastore
            dup
            iconst_5
         6: .line 240
            ldc "ISO8859-9"
            aastore
            dup
            bipush 6
         7: .line 241
            ldc "latin5"
            aastore
            dup
            bipush 7
         8: .line 242
            ldc "l5"
            aastore
            dup
            bipush 8
         9: .line 243
            ldc "ibm920"
            aastore
            dup
            bipush 9
        10: .line 244
            ldc "ibm-920"
            aastore
            dup
            bipush 10
        11: .line 245
            ldc "920"
            aastore
            dup
            bipush 11
        12: .line 246
            ldc "cp920"
            aastore
            dup
            bipush 12
        13: .line 247
            ldc "csISOLatin5"
            aastore
        14: .line 234
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_13();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 252
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 253
            ldc "iso8859_13"
            aastore
            dup
            iconst_1
         2: .line 254
            ldc "8859_13"
            aastore
            dup
            iconst_2
         3: .line 255
            ldc "iso_8859-13"
            aastore
            dup
            iconst_3
         4: .line 256
            ldc "ISO8859-13"
            aastore
         5: .line 252
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_15();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 261
            bipush 17
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 262
            ldc "ISO_8859-15"
            aastore
            dup
            iconst_1
         2: .line 263
            ldc "Latin-9"
            aastore
            dup
            iconst_2
         3: .line 264
            ldc "csISO885915"
            aastore
            dup
            iconst_3
         4: .line 265
            ldc "8859_15"
            aastore
            dup
            iconst_4
         5: .line 266
            ldc "ISO-8859-15"
            aastore
            dup
            iconst_5
         6: .line 267
            ldc "ISO8859_15"
            aastore
            dup
            bipush 6
         7: .line 268
            ldc "ISO8859-15"
            aastore
            dup
            bipush 7
         8: .line 269
            ldc "IBM923"
            aastore
            dup
            bipush 8
         9: .line 270
            ldc "IBM-923"
            aastore
            dup
            bipush 9
        10: .line 271
            ldc "cp923"
            aastore
            dup
            bipush 10
        11: .line 272
            ldc "923"
            aastore
            dup
            bipush 11
        12: .line 273
            ldc "LATIN0"
            aastore
            dup
            bipush 12
        13: .line 274
            ldc "LATIN9"
            aastore
            dup
            bipush 13
        14: .line 275
            ldc "L9"
            aastore
            dup
            bipush 14
        15: .line 276
            ldc "csISOlatin0"
            aastore
            dup
            bipush 15
        16: .line 277
            ldc "csISOlatin9"
            aastore
            dup
            bipush 16
        17: .line 278
            ldc "ISO8859_15_FDIS"
            aastore
        18: .line 261
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_16();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 283
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 284
            ldc "iso-ir-226"
            aastore
            dup
            iconst_1
         2: .line 285
            ldc "ISO_8859-16:2001"
            aastore
            dup
            iconst_2
         3: .line 286
            ldc "ISO_8859-16"
            aastore
            dup
            iconst_3
         4: .line 287
            ldc "latin10"
            aastore
            dup
            iconst_4
         5: .line 288
            ldc "l10"
            aastore
            dup
            iconst_5
         6: .line 289
            ldc "csISO885916"
            aastore
         7: .line 283
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_KOI8_R();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 294
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 295
            ldc "koi8_r"
            aastore
            dup
            iconst_1
         2: .line 296
            ldc "koi8"
            aastore
            dup
            iconst_2
         3: .line 297
            ldc "cskoi8r"
            aastore
         4: .line 294
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_KOI8_U();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 302
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 303
            ldc "koi8_u"
            aastore
         2: .line 302
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_MS1250();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 308
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 309
            ldc "cp1250"
            aastore
            dup
            iconst_1
         2: .line 310
            ldc "cp5346"
            aastore
         3: .line 308
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_MS1251();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 315
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 316
            ldc "cp1251"
            aastore
            dup
            iconst_1
         2: .line 317
            ldc "cp5347"
            aastore
            dup
            iconst_2
         3: .line 318
            ldc "ansi-1251"
            aastore
         4: .line 315
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_MS1252();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 323
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 324
            ldc "cp1252"
            aastore
            dup
            iconst_1
         2: .line 325
            ldc "cp5348"
            aastore
            dup
            iconst_2
         3: .line 326
            ldc "ibm-1252"
            aastore
            dup
            iconst_3
         4: .line 327
            ldc "ibm1252"
            aastore
         5: .line 323
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_MS1253();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 332
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 333
            ldc "cp1253"
            aastore
            dup
            iconst_1
         2: .line 334
            ldc "cp5349"
            aastore
         3: .line 332
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_MS1254();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 339
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 340
            ldc "cp1254"
            aastore
            dup
            iconst_1
         2: .line 341
            ldc "cp5350"
            aastore
         3: .line 339
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_MS1257();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 346
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 347
            ldc "cp1257"
            aastore
            dup
            iconst_1
         2: .line 348
            ldc "cp5353"
            aastore
         3: .line 346
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM437();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 353
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 354
            ldc "cp437"
            aastore
            dup
            iconst_1
         2: .line 355
            ldc "ibm437"
            aastore
            dup
            iconst_2
         3: .line 356
            ldc "ibm-437"
            aastore
            dup
            iconst_3
         4: .line 357
            ldc "437"
            aastore
            dup
            iconst_4
         5: .line 358
            ldc "cspc8codepage437"
            aastore
            dup
            iconst_5
         6: .line 359
            ldc "windows-437"
            aastore
         7: .line 353
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM737();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 364
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 365
            ldc "cp737"
            aastore
            dup
            iconst_1
         2: .line 366
            ldc "ibm737"
            aastore
            dup
            iconst_2
         3: .line 367
            ldc "ibm-737"
            aastore
            dup
            iconst_3
         4: .line 368
            ldc "737"
            aastore
         5: .line 364
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM775();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 373
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 374
            ldc "cp775"
            aastore
            dup
            iconst_1
         2: .line 375
            ldc "ibm775"
            aastore
            dup
            iconst_2
         3: .line 376
            ldc "ibm-775"
            aastore
            dup
            iconst_3
         4: .line 377
            ldc "775"
            aastore
         5: .line 373
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM850();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 382
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 383
            ldc "cp850"
            aastore
            dup
            iconst_1
         2: .line 384
            ldc "ibm-850"
            aastore
            dup
            iconst_2
         3: .line 385
            ldc "ibm850"
            aastore
            dup
            iconst_3
         4: .line 386
            ldc "850"
            aastore
            dup
            iconst_4
         5: .line 387
            ldc "cspc850multilingual"
            aastore
         6: .line 382
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM852();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 392
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 393
            ldc "cp852"
            aastore
            dup
            iconst_1
         2: .line 394
            ldc "ibm852"
            aastore
            dup
            iconst_2
         3: .line 395
            ldc "ibm-852"
            aastore
            dup
            iconst_3
         4: .line 396
            ldc "852"
            aastore
            dup
            iconst_4
         5: .line 397
            ldc "csPCp852"
            aastore
         6: .line 392
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM855();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 402
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 403
            ldc "cp855"
            aastore
            dup
            iconst_1
         2: .line 404
            ldc "ibm-855"
            aastore
            dup
            iconst_2
         3: .line 405
            ldc "ibm855"
            aastore
            dup
            iconst_3
         4: .line 406
            ldc "855"
            aastore
            dup
            iconst_4
         5: .line 407
            ldc "cspcp855"
            aastore
         6: .line 402
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM857();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 412
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 413
            ldc "cp857"
            aastore
            dup
            iconst_1
         2: .line 414
            ldc "ibm857"
            aastore
            dup
            iconst_2
         3: .line 415
            ldc "ibm-857"
            aastore
            dup
            iconst_3
         4: .line 416
            ldc "857"
            aastore
            dup
            iconst_4
         5: .line 417
            ldc "csIBM857"
            aastore
         6: .line 412
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM858();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 422
            bipush 7
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 423
            ldc "cp858"
            aastore
            dup
            iconst_1
         2: .line 424
            ldc "ccsid00858"
            aastore
            dup
            iconst_2
         3: .line 425
            ldc "cp00858"
            aastore
            dup
            iconst_3
         4: .line 426
            ldc "858"
            aastore
            dup
            iconst_4
         5: .line 427
            ldc "PC-Multilingual-850+euro"
            aastore
            dup
            iconst_5
         6: .line 428
            ldc "ibm858"
            aastore
            dup
            bipush 6
         7: .line 429
            ldc "ibm-858"
            aastore
         8: .line 422
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM862();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 434
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 435
            ldc "cp862"
            aastore
            dup
            iconst_1
         2: .line 436
            ldc "ibm862"
            aastore
            dup
            iconst_2
         3: .line 437
            ldc "ibm-862"
            aastore
            dup
            iconst_3
         4: .line 438
            ldc "862"
            aastore
            dup
            iconst_4
         5: .line 439
            ldc "csIBM862"
            aastore
            dup
            iconst_5
         6: .line 440
            ldc "cspc862latinhebrew"
            aastore
         7: .line 434
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM866();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 445
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 446
            ldc "cp866"
            aastore
            dup
            iconst_1
         2: .line 447
            ldc "ibm866"
            aastore
            dup
            iconst_2
         3: .line 448
            ldc "ibm-866"
            aastore
            dup
            iconst_3
         4: .line 449
            ldc "866"
            aastore
            dup
            iconst_4
         5: .line 450
            ldc "csIBM866"
            aastore
         6: .line 445
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_IBM874();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 455
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 456
            ldc "cp874"
            aastore
            dup
            iconst_1
         2: .line 457
            ldc "ibm874"
            aastore
            dup
            iconst_2
         3: .line 458
            ldc "ibm-874"
            aastore
            dup
            iconst_3
         4: .line 459
            ldc "874"
            aastore
         5: .line 455
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_Big5();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 464
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 465
            ldc "csBig5"
            aastore
         2: .line 464
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_EUC_TW();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 470
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 471
            ldc "euc_tw"
            aastore
            dup
            iconst_1
         2: .line 472
            ldc "euctw"
            aastore
            dup
            iconst_2
         3: .line 473
            ldc "cns11643"
            aastore
            dup
            iconst_3
         4: .line 474
            ldc "EUC-TW"
            aastore
         5: .line 470
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_Big5_HKSCS();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 479
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 480
            ldc "Big5_HKSCS"
            aastore
            dup
            iconst_1
         2: .line 481
            ldc "big5hk"
            aastore
            dup
            iconst_2
         3: .line 482
            ldc "big5-hkscs"
            aastore
            dup
            iconst_3
         4: .line 483
            ldc "big5hkscs"
            aastore
         5: .line 479
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_Big5_Solaris();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 488
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 489
            ldc "Big5_Solaris"
            aastore
         2: .line 488
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_GBK();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 494
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 495
            ldc "windows-936"
            aastore
            dup
            iconst_1
         2: .line 496
            ldc "CP936"
            aastore
         3: .line 494
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_GB18030();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 501
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 502
            ldc "gb18030-2000"
            aastore
         2: .line 501
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_EUC_CN();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 507
            bipush 7
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 508
            ldc "gb2312"
            aastore
            dup
            iconst_1
         2: .line 509
            ldc "gb2312-80"
            aastore
            dup
            iconst_2
         3: .line 510
            ldc "gb2312-1980"
            aastore
            dup
            iconst_3
         4: .line 511
            ldc "euc-cn"
            aastore
            dup
            iconst_4
         5: .line 512
            ldc "euccn"
            aastore
            dup
            iconst_5
         6: .line 513
            ldc "x-EUC-CN"
            aastore
            dup
            bipush 6
         7: .line 514
            ldc "EUC_CN"
            aastore
         8: .line 507
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_SJIS();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 519
            getstatic sun.nio.cs.StandardCharsets.aliases_SJIS:[Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_MS932();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 530
            getstatic sun.nio.cs.StandardCharsets.aliases_MS932:[Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_JIS_X_0201();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 538
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 539
            ldc "JIS0201"
            aastore
            dup
            iconst_1
         2: .line 540
            ldc "JIS_X0201"
            aastore
            dup
            iconst_2
         3: .line 541
            ldc "X0201"
            aastore
            dup
            iconst_3
         4: .line 542
            ldc "csHalfWidthKatakana"
            aastore
         5: .line 538
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_JIS_X_0208();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 547
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 548
            ldc "JIS0208"
            aastore
            dup
            iconst_1
         2: .line 549
            ldc "JIS_C6226-1983"
            aastore
            dup
            iconst_2
         3: .line 550
            ldc "iso-ir-87"
            aastore
            dup
            iconst_3
         4: .line 551
            ldc "x0208"
            aastore
            dup
            iconst_4
         5: .line 552
            ldc "JIS_X0208-1983"
            aastore
            dup
            iconst_5
         6: .line 553
            ldc "csISO87JISX0208"
            aastore
         7: .line 547
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_JIS_X_0212();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 558
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 559
            ldc "JIS0212"
            aastore
            dup
            iconst_1
         2: .line 560
            ldc "jis_x0212-1990"
            aastore
            dup
            iconst_2
         3: .line 561
            ldc "x0212"
            aastore
            dup
            iconst_3
         4: .line 562
            ldc "iso-ir-159"
            aastore
            dup
            iconst_4
         5: .line 563
            ldc "csISO159JISX02121990"
            aastore
         6: .line 558
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_EUC_JP();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 568
            bipush 7
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 569
            ldc "euc_jp"
            aastore
            dup
            iconst_1
         2: .line 570
            ldc "eucjis"
            aastore
            dup
            iconst_2
         3: .line 571
            ldc "eucjp"
            aastore
            dup
            iconst_3
         4: .line 572
            ldc "Extended_UNIX_Code_Packed_Format_for_Japanese"
            aastore
            dup
            iconst_4
         5: .line 573
            ldc "csEUCPkdFmtjapanese"
            aastore
            dup
            iconst_5
         6: .line 574
            ldc "x-euc-jp"
            aastore
            dup
            bipush 6
         7: .line 575
            ldc "x-eucjp"
            aastore
         8: .line 568
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_EUC_JP_LINUX();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 580
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 581
            ldc "euc_jp_linux"
            aastore
            dup
            iconst_1
         2: .line 582
            ldc "euc-jp-linux"
            aastore
         3: .line 580
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_EUC_JP_Open();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 587
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 588
            ldc "EUC_JP_Solaris"
            aastore
            dup
            iconst_1
         2: .line 589
            ldc "eucJP-open"
            aastore
         3: .line 587
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_PCK();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 594
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 595
            ldc "pck"
            aastore
         2: .line 594
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_EUC_KR();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 600
            bipush 9
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 601
            ldc "euc_kr"
            aastore
            dup
            iconst_1
         2: .line 602
            ldc "ksc5601"
            aastore
            dup
            iconst_2
         3: .line 603
            ldc "euckr"
            aastore
            dup
            iconst_3
         4: .line 604
            ldc "ks_c_5601-1987"
            aastore
            dup
            iconst_4
         5: .line 605
            ldc "ksc5601-1987"
            aastore
            dup
            iconst_5
         6: .line 606
            ldc "ksc5601_1987"
            aastore
            dup
            bipush 6
         7: .line 607
            ldc "ksc_5601"
            aastore
            dup
            bipush 7
         8: .line 608
            ldc "csEUCKR"
            aastore
            dup
            bipush 8
         9: .line 609
            ldc "5601"
            aastore
        10: .line 600
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_Johab();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 614
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 615
            ldc "ksc5601-1992"
            aastore
            dup
            iconst_1
         2: .line 616
            ldc "ksc5601_1992"
            aastore
            dup
            iconst_2
         3: .line 617
            ldc "ms1361"
            aastore
            dup
            iconst_3
         4: .line 618
            ldc "johab"
            aastore
         5: .line 614
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_3();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 623
            bipush 13
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 624
            ldc "iso8859_3"
            aastore
            dup
            iconst_1
         2: .line 625
            ldc "8859_3"
            aastore
            dup
            iconst_2
         3: .line 626
            ldc "ISO_8859-3:1988"
            aastore
            dup
            iconst_3
         4: .line 627
            ldc "iso-ir-109"
            aastore
            dup
            iconst_4
         5: .line 628
            ldc "ISO_8859-3"
            aastore
            dup
            iconst_5
         6: .line 629
            ldc "ISO8859-3"
            aastore
            dup
            bipush 6
         7: .line 630
            ldc "latin3"
            aastore
            dup
            bipush 7
         8: .line 631
            ldc "l3"
            aastore
            dup
            bipush 8
         9: .line 632
            ldc "ibm913"
            aastore
            dup
            bipush 9
        10: .line 633
            ldc "ibm-913"
            aastore
            dup
            bipush 10
        11: .line 634
            ldc "cp913"
            aastore
            dup
            bipush 11
        12: .line 635
            ldc "913"
            aastore
            dup
            bipush 12
        13: .line 636
            ldc "csISOLatin3"
            aastore
        14: .line 623
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_6();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 641
            bipush 14
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 642
            ldc "iso8859_6"
            aastore
            dup
            iconst_1
         2: .line 643
            ldc "8859_6"
            aastore
            dup
            iconst_2
         3: .line 644
            ldc "iso-ir-127"
            aastore
            dup
            iconst_3
         4: .line 645
            ldc "ISO_8859-6"
            aastore
            dup
            iconst_4
         5: .line 646
            ldc "ISO_8859-6:1987"
            aastore
            dup
            iconst_5
         6: .line 647
            ldc "ISO8859-6"
            aastore
            dup
            bipush 6
         7: .line 648
            ldc "ECMA-114"
            aastore
            dup
            bipush 7
         8: .line 649
            ldc "ASMO-708"
            aastore
            dup
            bipush 8
         9: .line 650
            ldc "arabic"
            aastore
            dup
            bipush 9
        10: .line 651
            ldc "ibm1089"
            aastore
            dup
            bipush 10
        11: .line 652
            ldc "ibm-1089"
            aastore
            dup
            bipush 11
        12: .line 653
            ldc "cp1089"
            aastore
            dup
            bipush 12
        13: .line 654
            ldc "1089"
            aastore
            dup
            bipush 13
        14: .line 655
            ldc "csISOLatinArabic"
            aastore
        15: .line 641
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_8();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 660
            bipush 12
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 661
            ldc "iso8859_8"
            aastore
            dup
            iconst_1
         2: .line 662
            ldc "8859_8"
            aastore
            dup
            iconst_2
         3: .line 663
            ldc "iso-ir-138"
            aastore
            dup
            iconst_3
         4: .line 664
            ldc "ISO_8859-8"
            aastore
            dup
            iconst_4
         5: .line 665
            ldc "ISO_8859-8:1988"
            aastore
            dup
            iconst_5
         6: .line 666
            ldc "ISO8859-8"
            aastore
            dup
            bipush 6
         7: .line 667
            ldc "cp916"
            aastore
            dup
            bipush 7
         8: .line 668
            ldc "916"
            aastore
            dup
            bipush 8
         9: .line 669
            ldc "ibm916"
            aastore
            dup
            bipush 9
        10: .line 670
            ldc "ibm-916"
            aastore
            dup
            bipush 10
        11: .line 671
            ldc "hebrew"
            aastore
            dup
            bipush 11
        12: .line 672
            ldc "csISOLatinHebrew"
            aastore
        13: .line 660
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_ISO_8859_11();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 677
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 678
            ldc "iso-8859-11"
            aastore
            dup
            iconst_1
         2: .line 679
            ldc "iso8859_11"
            aastore
         3: .line 677
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_TIS_620();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 684
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 685
            ldc "tis620"
            aastore
            dup
            iconst_1
         2: .line 686
            ldc "tis620.2533"
            aastore
         3: .line 684
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_JIS_X_0208_Solaris();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 691
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.String[] aliases_JIS_X_0212_Solaris();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 693
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.StandardCharsets this
         0: .line 1222
            aload 0 /* this */
            invokespecial java.nio.charset.spi.CharsetProvider.<init>:()V
         1: .line 1223
            return
        end local 0 // sun.nio.cs.StandardCharsets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/StandardCharsets;

  private java.lang.String canonicalize(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.cs.StandardCharsets this
        start local 1 // java.lang.String csn
         0: .line 1226
            aload 0 /* this */
            invokevirtual sun.nio.cs.StandardCharsets.aliasMap:()Ljava/util/Map;
            aload 1 /* csn */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* acn */
        start local 2 // java.lang.String acn
         1: .line 1227
            aload 2 /* acn */
            ifnull 2
            aload 2 /* acn */
            goto 3
      StackMap locals: java.lang.String
      StackMap stack:
         2: aload 1 /* csn */
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 2 // java.lang.String acn
        end local 1 // java.lang.String csn
        end local 0 // sun.nio.cs.StandardCharsets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/StandardCharsets;
            0    4     1   csn  Ljava/lang/String;
            1    4     2   acn  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      csn   

  private java.util.Map<java.lang.String, java.lang.String> aliasMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.nio.cs.StandardCharsets this
         0: .line 1231
            aload 0 /* this */
            getfield sun.nio.cs.StandardCharsets.aliasMap:Ljava/util/Map;
            astore 1 /* map */
        start local 1 // java.util.Map map
         1: .line 1232
            aload 1 /* map */
            ifnonnull 3
         2: .line 1233
            aload 0 /* this */
            new sun.nio.cs.StandardCharsets$Aliases
            dup
            invokespecial sun.nio.cs.StandardCharsets$Aliases.<init>:()V
            dup
            astore 1 /* map */
            putfield sun.nio.cs.StandardCharsets.aliasMap:Ljava/util/Map;
         3: .line 1235
      StackMap locals: java.util.Map
      StackMap stack:
            aload 1 /* map */
            areturn
        end local 1 // java.util.Map map
        end local 0 // sun.nio.cs.StandardCharsets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/StandardCharsets;
            1    4     1   map  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  private java.util.Map<java.lang.String, java.lang.String> classMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.nio.cs.StandardCharsets this
         0: .line 1239
            aload 0 /* this */
            getfield sun.nio.cs.StandardCharsets.classMap:Ljava/util/Map;
            astore 1 /* map */
        start local 1 // java.util.Map map
         1: .line 1240
            aload 1 /* map */
            ifnonnull 3
         2: .line 1241
            aload 0 /* this */
            new sun.nio.cs.StandardCharsets$Classes
            dup
            invokespecial sun.nio.cs.StandardCharsets$Classes.<init>:()V
            dup
            astore 1 /* map */
            putfield sun.nio.cs.StandardCharsets.classMap:Ljava/util/Map;
         3: .line 1243
      StackMap locals: java.util.Map
      StackMap stack:
            aload 1 /* map */
            areturn
        end local 1 // java.util.Map map
        end local 0 // sun.nio.cs.StandardCharsets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/StandardCharsets;
            1    4     1   map  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  private java.util.Map<java.lang.String, java.nio.charset.Charset> cache();
    descriptor: ()Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.nio.cs.StandardCharsets this
         0: .line 1247
            aload 0 /* this */
            getfield sun.nio.cs.StandardCharsets.cache:Ljava/util/Map;
            astore 1 /* map */
        start local 1 // java.util.Map map
         1: .line 1248
            aload 1 /* map */
            ifnonnull 10
         2: .line 1249
            new sun.nio.cs.StandardCharsets$Cache
            dup
            invokespecial sun.nio.cs.StandardCharsets$Cache.<init>:()V
            astore 1 /* map */
         3: .line 1250
            aload 1 /* map */
            ldc "utf-8"
            getstatic sun.nio.cs.UTF_8.INSTANCE:Lsun/nio/cs/UTF_8;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1251
            aload 1 /* map */
            ldc "iso-8859-1"
            getstatic sun.nio.cs.ISO_8859_1.INSTANCE:Lsun/nio/cs/ISO_8859_1;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 1252
            aload 1 /* map */
            ldc "us-ascii"
            getstatic sun.nio.cs.US_ASCII.INSTANCE:Lsun/nio/cs/US_ASCII;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 1253
            aload 1 /* map */
            ldc "utf-16"
            getstatic java.nio.charset.StandardCharsets.UTF_16:Ljava/nio/charset/Charset;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 1254
            aload 1 /* map */
            ldc "utf-16be"
            getstatic java.nio.charset.StandardCharsets.UTF_16BE:Ljava/nio/charset/Charset;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 1255
            aload 1 /* map */
            ldc "utf-16le"
            getstatic java.nio.charset.StandardCharsets.UTF_16LE:Ljava/nio/charset/Charset;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 1256
            aload 0 /* this */
            aload 1 /* map */
            putfield sun.nio.cs.StandardCharsets.cache:Ljava/util/Map;
        10: .line 1258
      StackMap locals: java.util.Map
      StackMap stack:
            aload 1 /* map */
            areturn
        end local 1 // java.util.Map map
        end local 0 // sun.nio.cs.StandardCharsets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/nio/cs/StandardCharsets;
            1   11     1   map  Ljava/util/Map<Ljava/lang/String;Ljava/nio/charset/Charset;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/nio/charset/Charset;>;

  private static java.lang.String toLower(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // java.lang.String s
         0: .line 1264
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 1265
            iconst_1
            istore 2 /* allLower */
        start local 2 // boolean allLower
         2: .line 1266
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 9
         4: .line 1267
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // int c
         5: .line 1268
            iload 4 /* c */
            bipush 65
            isub
            bipush 90
            iload 4 /* c */
            isub
            ior
            iflt 8
         6: .line 1269
            iconst_0
            istore 2 /* allLower */
         7: .line 1270
            goto 10
        end local 4 // int c
         8: .line 1266
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 1 /* n */
            if_icmplt 4
        end local 3 // int i
        10: .line 1273
      StackMap locals:
      StackMap stack:
            iload 2 /* allLower */
            ifeq 12
        11: .line 1274
            aload 0 /* s */
            areturn
        12: .line 1275
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            iload 1 /* n */
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 3 /* sb */
        start local 3 // java.lang.StringBuilder sb
        13: .line 1276
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        14: goto 20
        15: .line 1277
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* s */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* c */
        start local 5 // int c
        16: .line 1278
            iload 5 /* c */
            bipush 65
            isub
            bipush 90
            iload 5 /* c */
            isub
            ior
            iflt 18
        17: .line 1279
            aload 3 /* sb */
            iload 5 /* c */
            bipush 32
            iadd
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
            goto 19
        18: .line 1281
      StackMap locals: int
      StackMap stack:
            aload 3 /* sb */
            iload 5 /* c */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 5 // int c
        19: .line 1276
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 4 /* i */
            iload 1 /* n */
            if_icmplt 15
        end local 4 // int i
        21: .line 1283
            aload 3 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.StringBuilder sb
        end local 2 // boolean allLower
        end local 1 // int n
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0         s  Ljava/lang/String;
            1   22     1         n  I
            2   22     2  allLower  Z
            3   10     3         i  I
            5    8     4         c  I
           13   22     3        sb  Ljava/lang/StringBuilder;
           14   21     4         i  I
           16   19     5         c  I
    MethodParameters:
      Name  Flags
      s     

  private java.nio.charset.Charset lookup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/nio/charset/Charset;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.nio.cs.StandardCharsets this
        start local 1 // java.lang.String charsetName
         0: .line 1294
            aload 1 /* charsetName */
            ldc "UTF-8"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 1295
            getstatic sun.nio.cs.UTF_8.INSTANCE:Lsun/nio/cs/UTF_8;
            areturn
         2: .line 1296
      StackMap locals:
      StackMap stack:
            aload 1 /* charsetName */
            ldc "US-ASCII"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 1297
            getstatic sun.nio.cs.US_ASCII.INSTANCE:Lsun/nio/cs/US_ASCII;
            areturn
         4: .line 1298
      StackMap locals:
      StackMap stack:
            aload 1 /* charsetName */
            ldc "ISO-8859-1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 1299
            getstatic sun.nio.cs.ISO_8859_1.INSTANCE:Lsun/nio/cs/ISO_8859_1;
            areturn
         6: .line 1301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* charsetName */
            invokestatic sun.nio.cs.StandardCharsets.toLower:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual sun.nio.cs.StandardCharsets.canonicalize:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* csn */
        start local 2 // java.lang.String csn
         7: .line 1305
            aload 0 /* this */
            invokevirtual sun.nio.cs.StandardCharsets.cache:()Ljava/util/Map;
            aload 2 /* csn */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.nio.charset.Charset
            astore 3 /* cs */
        start local 3 // java.nio.charset.Charset cs
         8: .line 1306
            aload 3 /* cs */
            ifnull 10
         9: .line 1307
            aload 3 /* cs */
            areturn
        10: .line 1310
      StackMap locals: java.lang.String java.nio.charset.Charset
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.cs.StandardCharsets.classMap:()Ljava/util/Map;
            aload 2 /* csn */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* cln */
        start local 4 // java.lang.String cln
        11: .line 1311
            aload 4 /* cln */
            ifnonnull 13
        12: .line 1312
            aconst_null
            areturn
        13: .line 1317
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "sun.nio.cs."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* cln */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 1318
            iconst_1
        15: .line 1319
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
        16: .line 1317
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
        17: .line 1319
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
        18: .line 1317
            astore 5 /* o */
        start local 5 // java.lang.Object o
        19: .line 1320
            aload 0 /* this */
            aload 2 /* csn */
            aload 5 /* o */
            checkcast java.nio.charset.Charset
            invokevirtual sun.nio.cs.StandardCharsets.cache:(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset;
        20: areturn
        end local 5 // java.lang.Object o
        21: .line 1323
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            pop
        22: .line 1324
            aconst_null
            areturn
        end local 4 // java.lang.String cln
        end local 3 // java.nio.charset.Charset cs
        end local 2 // java.lang.String csn
        end local 1 // java.lang.String charsetName
        end local 0 // sun.nio.cs.StandardCharsets this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lsun/nio/cs/StandardCharsets;
            0   23     1  charsetName  Ljava/lang/String;
            7   23     2          csn  Ljava/lang/String;
            8   23     3           cs  Ljava/nio/charset/Charset;
           11   23     4          cln  Ljava/lang/String;
           19   21     5            o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
          13    20      21  Class java.lang.ClassNotFoundException
          13    20      21  Class java.lang.IllegalAccessException
          13    20      21  Class java.lang.InstantiationException
    MethodParameters:
             Name  Flags
      charsetName  

  private java.nio.charset.Charset cache(java.lang.String, java.nio.charset.Charset);
    descriptor: (Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.StandardCharsets this
        start local 1 // java.lang.String csn
        start local 2 // java.nio.charset.Charset cs
         0: .line 1329
            aload 0 /* this */
            invokevirtual sun.nio.cs.StandardCharsets.cache:()Ljava/util/Map;
            aload 1 /* csn */
            aload 2 /* cs */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1330
            aload 2 /* cs */
            areturn
        end local 2 // java.nio.charset.Charset cs
        end local 1 // java.lang.String csn
        end local 0 // sun.nio.cs.StandardCharsets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/StandardCharsets;
            0    2     1   csn  Ljava/lang/String;
            0    2     2    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      csn   
      cs    

  public final java.nio.charset.Charset charsetForName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/nio/charset/Charset;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.cs.StandardCharsets this
        start local 1 // java.lang.String charsetName
         0: .line 1334
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 1335
            aload 0 /* this */
            aload 1 /* charsetName */
            invokevirtual sun.nio.cs.StandardCharsets.lookup:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            aload 2
            monitorexit
         2: areturn
         3: .line 1334
      StackMap locals: sun.nio.cs.StandardCharsets java.lang.String sun.nio.cs.StandardCharsets
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.String charsetName
        end local 0 // sun.nio.cs.StandardCharsets this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lsun/nio/cs/StandardCharsets;
            0    5     1  charsetName  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
             Name  Flags
      charsetName  

  public final java.util.Iterator<java.nio.charset.Charset> charsets();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.nio.cs.StandardCharsets this
         0: .line 1341
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 1343
            aload 0 /* this */
            invokevirtual sun.nio.cs.StandardCharsets.classMap:()Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            astore 1 /* charsetNames */
        start local 1 // java.util.Set charsetNames
         2: .line 1344
            aload 0 /* this */
            invokevirtual sun.nio.cs.StandardCharsets.aliasMap:()Ljava/util/Map;
            pop
         3: .line 1345
            aload 0 /* this */
            invokevirtual sun.nio.cs.StandardCharsets.cache:()Ljava/util/Map;
            pop
         4: .line 1341
            aload 2
            monitorexit
         5: goto 8
        end local 1 // java.util.Set charsetNames
      StackMap locals: sun.nio.cs.StandardCharsets top sun.nio.cs.StandardCharsets
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
        start local 1 // java.util.Set charsetNames
         8: .line 1347
      StackMap locals: sun.nio.cs.StandardCharsets java.util.Set
      StackMap stack:
            new sun.nio.cs.StandardCharsets$1
            dup
            aload 0 /* this */
            aload 1 /* charsetNames */
            invokespecial sun.nio.cs.StandardCharsets$1.<init>:(Lsun/nio/cs/StandardCharsets;Ljava/util/Set;)V
            areturn
        end local 1 // java.util.Set charsetNames
        end local 0 // sun.nio.cs.StandardCharsets this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lsun/nio/cs/StandardCharsets;
            2    6     1  charsetNames  Ljava/util/Set<Ljava/lang/String;>;
            8    9     1  charsetNames  Ljava/util/Set<Ljava/lang/String;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Signature: ()Ljava/util/Iterator<Ljava/nio/charset/Charset;>;
}
SourceFile: "StandardCharsets.java"
NestMembers:
  sun.nio.cs.StandardCharsets$1  sun.nio.cs.StandardCharsets$Aliases  sun.nio.cs.StandardCharsets$Cache  sun.nio.cs.StandardCharsets$Classes
InnerClasses:
  sun.nio.cs.StandardCharsets$1
  private final Aliases = sun.nio.cs.StandardCharsets$Aliases of sun.nio.cs.StandardCharsets
  private final Cache = sun.nio.cs.StandardCharsets$Cache of sun.nio.cs.StandardCharsets
  private final Classes = sun.nio.cs.StandardCharsets$Classes of sun.nio.cs.StandardCharsets