class sun.util.locale.BaseLocale$Cache extends sun.util.locale.LocaleObjectCache<sun.util.locale.BaseLocale$Key, sun.util.locale.BaseLocale>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.util.locale.BaseLocale$Cache
  super_class: sun.util.locale.LocaleObjectCache
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 294
            ldc Lsun/util/locale/BaseLocale;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.util.locale.BaseLocale$Cache.$assertionsDisabled:Z
            return
      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.util.locale.BaseLocale$Cache this
         0: .line 296
            aload 0 /* this */
            invokespecial sun.util.locale.LocaleObjectCache.<init>:()V
         1: .line 297
            return
        end local 0 // sun.util.locale.BaseLocale$Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/util/locale/BaseLocale$Cache;

  protected sun.util.locale.BaseLocale$Key normalizeKey(sun.util.locale.BaseLocale$Key);
    descriptor: (Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale$Key;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.util.locale.BaseLocale$Cache this
        start local 1 // sun.util.locale.BaseLocale$Key key
         0: .line 301
            getstatic sun.util.locale.BaseLocale$Cache.$assertionsDisabled:Z
            ifne 5
            aload 1 /* key */
            getfield sun.util.locale.BaseLocale$Key.lang:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            ifnull 4
         1: .line 302
            aload 1 /* key */
            getfield sun.util.locale.BaseLocale$Key.scrt:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            ifnull 4
         2: .line 303
            aload 1 /* key */
            getfield sun.util.locale.BaseLocale$Key.regn:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            ifnull 4
         3: .line 304
            aload 1 /* key */
            getfield sun.util.locale.BaseLocale$Key.vart:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            ifnonnull 5
      StackMap locals:
      StackMap stack:
         4: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 306
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            invokestatic sun.util.locale.BaseLocale$Key.normalize:(Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale$Key;
            areturn
        end local 1 // sun.util.locale.BaseLocale$Key key
        end local 0 // sun.util.locale.BaseLocale$Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/util/locale/BaseLocale$Cache;
            0    6     1   key  Lsun/util/locale/BaseLocale$Key;
    MethodParameters:
      Name  Flags
      key   

  protected sun.util.locale.BaseLocale createObject(sun.util.locale.BaseLocale$Key);
    descriptor: (Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.util.locale.BaseLocale$Cache this
        start local 1 // sun.util.locale.BaseLocale$Key key
         0: .line 311
            new sun.util.locale.BaseLocale
            dup
            aload 1 /* key */
            getfield sun.util.locale.BaseLocale$Key.lang:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* key */
            getfield sun.util.locale.BaseLocale$Key.scrt:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.lang.String
         1: .line 312
            aload 1 /* key */
            getfield sun.util.locale.BaseLocale$Key.regn:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* key */
            getfield sun.util.locale.BaseLocale$Key.vart:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.lang.String
         2: .line 311
            invokespecial sun.util.locale.BaseLocale.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 1 // sun.util.locale.BaseLocale$Key key
        end local 0 // sun.util.locale.BaseLocale$Cache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/util/locale/BaseLocale$Cache;
            0    3     1   key  Lsun/util/locale/BaseLocale$Key;
    MethodParameters:
      Name  Flags
      key   

  protected java.lang.Object createObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast sun.util.locale.BaseLocale$Key
            invokevirtual sun.util.locale.BaseLocale$Cache.createObject:(Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object normalizeKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast sun.util.locale.BaseLocale$Key
            invokevirtual sun.util.locale.BaseLocale$Cache.normalizeKey:(Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale$Key;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lsun/util/locale/LocaleObjectCache<Lsun/util/locale/BaseLocale$Key;Lsun/util/locale/BaseLocale;>;
SourceFile: "BaseLocale.java"
NestHost: sun.util.locale.BaseLocale
InnerClasses:
  private Cache = sun.util.locale.BaseLocale$Cache of sun.util.locale.BaseLocale
  private final Key = sun.util.locale.BaseLocale$Key of sun.util.locale.BaseLocale