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
{
private static final sun.util.locale.BaseLocale$Cache CACHE;
descriptor: Lsun/util/locale/BaseLocale$Cache;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.util.locale.BaseLocale$Cache
dup
invokespecial sun.util.locale.BaseLocale$Cache.<init>:()V
putstatic sun.util.locale.BaseLocale$Cache.CACHE:Lsun/util/locale/BaseLocale$Cache;
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 0: aload 0
invokespecial sun.util.locale.LocaleObjectCache.<init>:()V
1: return
end local 0 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=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic sun.util.locale.BaseLocale$Key.normalize:(Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale$Key;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/util/locale/BaseLocale$Cache;
0 1 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=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic sun.util.locale.BaseLocale$Key.normalize:(Lsun/util/locale/BaseLocale$Key;)Lsun/util/locale/BaseLocale$Key;
invokevirtual sun.util.locale.BaseLocale$Key.getBaseLocale:()Lsun/util/locale/BaseLocale;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/util/locale/BaseLocale$Cache;
0 1 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: 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: 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