public class com.sun.xml.internal.fastinfoset.CommonResourceBundle extends com.sun.xml.internal.fastinfoset.AbstractResourceBundle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.CommonResourceBundle
  super_class: com.sun.xml.internal.fastinfoset.AbstractResourceBundle
{
  public static final java.lang.String BASE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "com.sun.xml.internal.fastinfoset.resources.ResourceBundle"

  private static volatile com.sun.xml.internal.fastinfoset.CommonResourceBundle instance;
    descriptor: Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE

  private static java.util.Locale locale;
    descriptor: Ljava/util/Locale;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private java.util.ResourceBundle bundle;
    descriptor: Ljava/util/ResourceBundle;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            aconst_null
            putstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.instance:Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
         1: .line 39
            aconst_null
            putstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.locale:Ljava/util/Locale;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.CommonResourceBundle this
         0: .line 42
            aload 0 /* this */
            invokespecial com.sun.xml.internal.fastinfoset.AbstractResourceBundle.<init>:()V
         1: .line 40
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.fastinfoset.CommonResourceBundle.bundle:Ljava/util/ResourceBundle;
         2: .line 44
            aload 0 /* this */
            ldc "com.sun.xml.internal.fastinfoset.resources.ResourceBundle"
            invokestatic java.util.ResourceBundle.getBundle:(Ljava/lang/String;)Ljava/util/ResourceBundle;
            putfield com.sun.xml.internal.fastinfoset.CommonResourceBundle.bundle:Ljava/util/ResourceBundle;
         3: .line 45
            return
        end local 0 // com.sun.xml.internal.fastinfoset.CommonResourceBundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;

  protected void <init>(java.util.Locale);
    descriptor: (Ljava/util/Locale;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.CommonResourceBundle this
        start local 1 // java.util.Locale locale
         0: .line 47
            aload 0 /* this */
            invokespecial com.sun.xml.internal.fastinfoset.AbstractResourceBundle.<init>:()V
         1: .line 40
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.fastinfoset.CommonResourceBundle.bundle:Ljava/util/ResourceBundle;
         2: .line 49
            aload 0 /* this */
            ldc "com.sun.xml.internal.fastinfoset.resources.ResourceBundle"
            aload 1 /* locale */
            invokestatic java.util.ResourceBundle.getBundle:(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;
            putfield com.sun.xml.internal.fastinfoset.CommonResourceBundle.bundle:Ljava/util/ResourceBundle;
         3: .line 50
            return
        end local 1 // java.util.Locale locale
        end local 0 // com.sun.xml.internal.fastinfoset.CommonResourceBundle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            0    4     1  locale  Ljava/util/Locale;
    MethodParameters:
        Name  Flags
      locale  

  public static com.sun.xml.internal.fastinfoset.CommonResourceBundle getInstance();
    descriptor: ()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 53
            getstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.instance:Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ifnonnull 8
         1: .line 54
            ldc Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            dup
            astore 0
            monitorenter
         2: .line 55
            new com.sun.xml.internal.fastinfoset.CommonResourceBundle
            dup
            invokespecial com.sun.xml.internal.fastinfoset.CommonResourceBundle.<init>:()V
            putstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.instance:Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
         3: .line 59
            aconst_null
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.parseLocale:(Ljava/lang/String;)Ljava/util/Locale;
            putstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.locale:Ljava/util/Locale;
         4: .line 54
            aload 0
            monitorexit
         5: goto 8
      StackMap locals: java.lang.Class
      StackMap stack: java.lang.Throwable
         6: aload 0
            monitorexit
         7: athrow
         8: .line 63
      StackMap locals:
      StackMap stack:
            getstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.instance:Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  public static com.sun.xml.internal.fastinfoset.CommonResourceBundle getInstance(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.util.Locale locale
         0: .line 67
            getstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.instance:Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ifnonnull 7
         1: .line 68
            ldc Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            dup
            astore 1
            monitorenter
         2: .line 69
            new com.sun.xml.internal.fastinfoset.CommonResourceBundle
            dup
            aload 0 /* locale */
            invokespecial com.sun.xml.internal.fastinfoset.CommonResourceBundle.<init>:(Ljava/util/Locale;)V
            putstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.instance:Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
         3: .line 68
            aload 1
            monitorexit
         4: goto 14
      StackMap locals: java.util.Locale java.lang.Class
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 72
      StackMap locals:
      StackMap stack:
            ldc Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            dup
            astore 1
            monitorenter
         8: .line 73
            getstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.locale:Ljava/util/Locale;
            aload 0 /* locale */
            if_acmpeq 10
         9: .line 74
            new com.sun.xml.internal.fastinfoset.CommonResourceBundle
            dup
            aload 0 /* locale */
            invokespecial com.sun.xml.internal.fastinfoset.CommonResourceBundle.<init>:(Ljava/util/Locale;)V
            putstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.instance:Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
        10: .line 72
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 1
            monitorexit
        11: goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: aload 1
            monitorexit
        13: athrow
        14: .line 78
      StackMap locals:
      StackMap stack:
            getstatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.instance:Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            areturn
        end local 0 // java.util.Locale locale
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0  locale  Ljava/util/Locale;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
           8    11      12  any
          12    13      12  any
    MethodParameters:
        Name  Flags
      locale  

  public java.util.ResourceBundle getBundle();
    descriptor: ()Ljava/util/ResourceBundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.CommonResourceBundle this
         0: .line 83
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.CommonResourceBundle.bundle:Ljava/util/ResourceBundle;
            areturn
        end local 0 // com.sun.xml.internal.fastinfoset.CommonResourceBundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;

  public java.util.ResourceBundle getBundle(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Ljava/util/ResourceBundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.CommonResourceBundle this
        start local 1 // java.util.Locale locale
         0: .line 86
            ldc "com.sun.xml.internal.fastinfoset.resources.ResourceBundle"
            aload 1 /* locale */
            invokestatic java.util.ResourceBundle.getBundle:(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;
            areturn
        end local 1 // java.util.Locale locale
        end local 0 // com.sun.xml.internal.fastinfoset.CommonResourceBundle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            0    1     1  locale  Ljava/util/Locale;
    MethodParameters:
        Name  Flags
      locale  
}
SourceFile: "CommonResourceBundle.java"