abstract class org.jruby.ext.date.DateUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ext.date.DateUtils
  super_class: java.lang.Object
{
  static final int INVALID_OFFSET;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -2147483648

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

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

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

  static final int CM_PERIOD;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 213447717

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

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

  private static volatile int[] $SWITCH_TABLE$org$jruby$runtime$ClassIndex;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.date.DateUtils this
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.date.DateUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/date/DateUtils;

  static long civil_to_jd(int, int, int, double);
    descriptor: (IIID)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=11, args_size=4
        start local 0 // int y
        start local 1 // int m
        start local 2 // int d
        start local 3 // double sg
         0: .line 26
            iload 1 /* m */
            iconst_2
            if_icmpgt 3
         1: .line 27
            iinc 0 /* y */ -1
         2: .line 28
            iinc 1 /* m */ 12
         3: .line 30
      StackMap locals:
      StackMap stack:
            iload 0 /* y */
            i2d
            ldc 100.0
            ddiv
            invokestatic java.lang.Math.floor:(D)D
            dstore 5 /* a */
        start local 5 // double a
         4: .line 31
            ldc 2.0
            dload 5 /* a */
            dsub
            dload 5 /* a */
            ldc 4.0
            ddiv
            invokestatic java.lang.Math.floor:(D)D
            dadd
            dstore 7 /* b */
        start local 7 // double b
         5: .line 32
            ldc 365.25
            iload 0 /* y */
            sipush 4716
            iadd
            i2d
            dmul
            invokestatic java.lang.Math.floor:(D)D
            ldc 30.6001
            iload 1 /* m */
            iconst_1
            iadd
            i2d
            dmul
            invokestatic java.lang.Math.floor:(D)D
            dadd
            iload 2 /* d */
            i2d
            dadd
            dload 7 /* b */
            dadd
            ldc 1524.0
            dsub
            dstore 9 /* jd */
        start local 9 // double jd
         6: .line 33
            dload 9 /* jd */
            dload 3 /* sg */
            dcmpg
            ifge 8
         7: .line 34
            dload 9 /* jd */
            dload 7 /* b */
            dsub
            dstore 9 /* jd */
         8: .line 37
      StackMap locals: double double double
      StackMap stack:
            dload 9 /* jd */
            d2l
            lreturn
        end local 9 // double jd
        end local 7 // double b
        end local 5 // double a
        end local 3 // double sg
        end local 2 // int d
        end local 1 // int m
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     y  I
            0    9     1     m  I
            0    9     2     d  I
            0    9     3    sg  D
            4    9     5     a  D
            5    9     7     b  D
            6    9     9    jd  D
    MethodParameters:
      Name  Flags
      y     
      m     
      d     
      sg    

  static int[] jd_to_civil(long, double);
    descriptor: (JD)[I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=22, args_size=2
        start local 0 // long jd
        start local 2 // double sg
         0: .line 50
            lload 0 /* jd */
            l2d
            dload 2 /* sg */
            dcmpg
            ifge 3
         1: .line 51
            lload 0 /* jd */
            l2d
            dstore 6 /* a */
        start local 6 // double a
         2: goto 5
        end local 6 // double a
         3: .line 53
      StackMap locals:
      StackMap stack:
            lload 0 /* jd */
            l2d
            ldc 1867216.25
            dsub
            ldc 36524.25
            ddiv
            invokestatic java.lang.Math.floor:(D)D
            dstore 4 /* x */
        start local 4 // double x
         4: .line 54
            lload 0 /* jd */
            lconst_1
            ladd
            l2d
            dload 4 /* x */
            dadd
            dload 4 /* x */
            ldc 4.0
            ddiv
            invokestatic java.lang.Math.floor:(D)D
            dsub
            dstore 6 /* a */
        end local 4 // double x
        start local 6 // double a
         5: .line 56
      StackMap locals: long double top top double
      StackMap stack:
            dload 6 /* a */
            ldc 1524.0
            dadd
            dstore 8 /* b */
        start local 8 // double b
         6: .line 57
            dload 8 /* b */
            ldc 122.1
            dsub
            ldc 365.25
            ddiv
            invokestatic java.lang.Math.floor:(D)D
            dstore 10 /* c */
        start local 10 // double c
         7: .line 58
            ldc 365.25
            dload 10 /* c */
            dmul
            invokestatic java.lang.Math.floor:(D)D
            dstore 12 /* d */
        start local 12 // double d
         8: .line 59
            dload 8 /* b */
            dload 12 /* d */
            dsub
            ldc 30.6001
            ddiv
            invokestatic java.lang.Math.floor:(D)D
            dstore 14 /* e */
        start local 14 // double e
         9: .line 60
            dload 8 /* b */
            dload 12 /* d */
            dsub
            ldc 30.6001
            dload 14 /* e */
            dmul
            invokestatic java.lang.Math.floor:(D)D
            dsub
            dstore 20 /* dom */
        start local 20 // double dom
        10: .line 61
            dload 14 /* e */
            ldc 13.0
            dcmpg
            ifgt 14
        11: .line 62
            dload 14 /* e */
            dconst_1
            dsub
            dstore 18 /* m */
        start local 18 // double m
        12: .line 63
            dload 10 /* c */
            ldc 4716.0
            dsub
            dstore 16 /* y */
        start local 16 // double y
        13: .line 64
            goto 16
        end local 18 // double m
        end local 16 // double y
        14: .line 66
      StackMap locals: long double top top double double double double double top top top top double
      StackMap stack:
            dload 14 /* e */
            ldc 13.0
            dsub
            dstore 18 /* m */
        start local 18 // double m
        15: .line 67
            dload 10 /* c */
            ldc 4715.0
            dsub
            dstore 16 /* y */
        start local 16 // double y
        16: .line 70
      StackMap locals: long double top top double double double double double double double double
      StackMap stack:
            iconst_3
            newarray 10
            dup
            iconst_0
            dload 16 /* y */
            d2i
            iastore
            dup
            iconst_1
            dload 18 /* m */
            d2i
            iastore
            dup
            iconst_2
            dload 20 /* dom */
            d2i
            iastore
            areturn
        end local 20 // double dom
        end local 18 // double m
        end local 16 // double y
        end local 14 // double e
        end local 12 // double d
        end local 10 // double c
        end local 8 // double b
        end local 6 // double a
        end local 2 // double sg
        end local 0 // long jd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0    jd  J
            0   17     2    sg  D
            4    5     4     x  D
            2    3     6     a  D
            5   17     6     a  D
            6   17     8     b  D
            7   17    10     c  D
            8   17    12     d  D
            9   17    14     e  D
           13   14    16     y  D
           16   17    16     y  D
           12   14    18     m  D
           15   17    18     m  D
           10   17    20   dom  D
    MethodParameters:
      Name  Flags
      jd    
      sg    

  static long ordinal_to_jd(int, int, long);
    descriptor: (IIJ)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // int y
        start local 1 // int d
        start local 2 // long sg
         0: .line 94
            iload 0 /* y */
            lload 2 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.find_fdoy:(IJ)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            iload 1 /* d */
            i2l
            ladd
            lconst_1
            lsub
            lreturn
        end local 2 // long sg
        end local 1 // int d
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     y  I
            0    1     1     d  I
            0    1     2    sg  J
    MethodParameters:
      Name  Flags
      y     
      d     
      sg    final

  static int[] jd_to_ordinal(long, double);
    descriptor: (JD)[I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // long jd
        start local 2 // double sg
         0: .line 107
            lload 0 /* jd */
            dload 2 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.jd_to_civil:(JD)[I
            iconst_0
            iaload
            istore 4 /* y */
        start local 4 // int y
         1: .line 108
            iload 4 /* y */
            dload 2 /* sg */
            d2i
            i2l
            invokestatic org.jruby.ext.date.DateUtils.find_fdoy:(IJ)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            lstore 5 /* j */
        start local 5 // long j
         2: .line 109
            iconst_2
            newarray 10
            dup
            iconst_0
            iload 4 /* y */
            iastore
            dup
            iconst_1
            lload 0 /* jd */
            lload 5 /* j */
            lsub
            lconst_1
            ladd
            l2i
            iastore
            areturn
        end local 5 // long j
        end local 4 // int y
        end local 2 // double sg
        end local 0 // long jd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    jd  J
            0    3     2    sg  D
            1    3     4     y  I
            2    3     5     j  J
    MethodParameters:
      Name  Flags
      jd    
      sg    final

  static long commercial_to_jd(int, int, int, long);
    descriptor: (IIIJ)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // int y
        start local 1 // int w
        start local 2 // int d
        start local 3 // long sg
         0: .line 120
            iload 0 /* y */
            lload 3 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.find_fdoy:(IJ)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            ldc 3
            ladd
            lstore 5 /* j */
        start local 5 // long j
         1: .line 121
            lload 5 /* j */
            lload 5 /* j */
            lconst_1
            lsub
            lconst_1
            ladd
            ldc 7
            lrem
            lsub
            bipush 7
            iload 1 /* w */
            iconst_1
            isub
            imul
            i2l
            ladd
            iload 2 /* d */
            iconst_1
            isub
            i2l
            ladd
            lreturn
        end local 5 // long j
        end local 3 // long sg
        end local 2 // int d
        end local 1 // int w
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     y  I
            0    2     1     w  I
            0    2     2     d  I
            0    2     3    sg  J
            1    2     5     j  J
    MethodParameters:
      Name  Flags
      y     
      w     
      d     
      sg    final

  static int[] jd_to_commercial(long, long);
    descriptor: (JJ)[I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=8, args_size=2
        start local 0 // long jd
        start local 2 // long sg
         0: .line 134
            lload 0 /* jd */
            ldc 3
            lsub
            lload 2 /* sg */
            l2d
            invokestatic org.jruby.ext.date.DateUtils.jd_to_civil:(JD)[I
            iconst_0
            iaload
            istore 4 /* a */
        start local 4 // int a
         1: .line 136
            lload 0 /* jd */
            iload 4 /* a */
            iconst_1
            iadd
            iconst_1
            iconst_1
            lload 2 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.commercial_to_jd:(IIIJ)J
            lcmp
            iflt 4
         2: .line 137
            iload 4 /* a */
            iconst_1
            iadd
            istore 5 /* y */
        start local 5 // int y
         3: .line 138
            goto 5
        end local 5 // int y
         4: .line 140
      StackMap locals: int
      StackMap stack:
            iload 4 /* a */
            istore 5 /* y */
        start local 5 // int y
         5: .line 142
      StackMap locals: int
      StackMap stack:
            iconst_1
            lload 0 /* jd */
            iload 5 /* y */
            iconst_1
            iconst_1
            lload 2 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.commercial_to_jd:(IIIJ)J
            lsub
            ldc 7
            ldiv
            l2i
            iadd
            istore 6 /* w */
        start local 6 // int w
         6: .line 143
            lload 0 /* jd */
            lconst_1
            ladd
            ldc 7
            lrem
            l2i
            istore 7 /* d */
        start local 7 // int d
         7: .line 144
            iload 7 /* d */
            ifne 8
            bipush 7
            istore 7 /* d */
         8: .line 145
      StackMap locals: int int
      StackMap stack:
            iconst_3
            newarray 10
            dup
            iconst_0
            iload 5 /* y */
            iastore
            dup
            iconst_1
            iload 6 /* w */
            iastore
            dup
            iconst_2
            iload 7 /* d */
            iastore
            areturn
        end local 7 // int d
        end local 6 // int w
        end local 5 // int y
        end local 4 // int a
        end local 2 // long sg
        end local 0 // long jd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0    jd  J
            0    9     2    sg  J
            1    9     4     a  I
            3    4     5     y  I
            5    9     5     y  I
            6    9     6     w  I
            7    9     7     d  I
    MethodParameters:
      Name  Flags
      jd    
      sg    final

  private static long weeknum_to_jd(int, int, int, int, long);
    descriptor: (IIIIJ)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // int y
        start local 1 // int w
        start local 2 // int d
        start local 3 // int f
        start local 4 // long sg
         0: .line 149
            iload 0 /* y */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.find_fdoy:(IJ)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            ldc 6
            ladd
            lstore 6 /* a */
        start local 6 // long a
         1: .line 150
            lload 6 /* a */
            lload 6 /* a */
            iload 3 /* f */
            i2l
            lsub
            lconst_1
            ladd
            ldc 7
            lrem
            lsub
            ldc 7
            lsub
            bipush 7
            iload 1 /* w */
            imul
            i2l
            ladd
            iload 2 /* d */
            i2l
            ladd
            lreturn
        end local 6 // long a
        end local 4 // long sg
        end local 3 // int f
        end local 2 // int d
        end local 1 // int w
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     y  I
            0    2     1     w  I
            0    2     2     d  I
            0    2     3     f  I
            0    2     4    sg  J
            1    2     6     a  J
    MethodParameters:
      Name  Flags
      y     
      w     
      d     
      f     
      sg    final

  private static int[] jd_to_weeknum(long, int, long);
    descriptor: (JIJ)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=12, args_size=3
        start local 0 // long jd
        start local 2 // int f
        start local 3 // long sg
         0: .line 154
            lload 0 /* jd */
            lload 3 /* sg */
            l2d
            invokestatic org.jruby.ext.date.DateUtils.jd_to_civil:(JD)[I
            iconst_0
            iaload
            istore 5 /* y */
        start local 5 // int y
         1: .line 155
            iload 5 /* y */
            lload 3 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.find_fdoy:(IJ)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            ldc 6
            ladd
            lstore 6 /* a */
        start local 6 // long a
         2: .line 157
            lload 0 /* jd */
            lload 6 /* a */
            lload 6 /* a */
            iload 2 /* f */
            i2l
            lsub
            lconst_1
            ladd
            ldc 7
            lrem
            lsub
            lsub
            ldc 7
            ladd
            lstore 8 /* val */
        start local 8 // long val
         3: .line 158
            lload 8 /* val */
            ldc 7
            ldiv
            l2i
            istore 10 /* w */
        start local 10 // int w
         4: lload 8 /* val */
            ldc 7
            lrem
            l2i
            istore 11 /* d */
        start local 11 // int d
         5: .line 160
            iconst_3
            newarray 10
            dup
            iconst_0
            iload 5 /* y */
            iastore
            dup
            iconst_1
            iload 10 /* w */
            iastore
            dup
            iconst_2
            iload 11 /* d */
            iastore
            areturn
        end local 11 // int d
        end local 10 // int w
        end local 8 // long val
        end local 6 // long a
        end local 5 // int y
        end local 3 // long sg
        end local 2 // int f
        end local 0 // long jd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    jd  J
            0    6     2     f  I
            0    6     3    sg  J
            1    6     5     y  I
            2    6     6     a  J
            3    6     8   val  J
            4    6    10     w  I
            5    6    11     d  I
    MethodParameters:
      Name  Flags
      jd    
      f     
      sg    final

  private static long nth_kday_to_jd(int, int, int, int, long);
    descriptor: (IIIIJ)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // int y
        start local 1 // int m
        start local 2 // int n
        start local 3 // int k
        start local 4 // long sg
         0: .line 165
            iload 2 /* n */
            ifle 3
         1: .line 166
            iload 0 /* y */
            iload 1 /* m */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.find_fdom:(IIJ)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            lconst_1
            lsub
            lstore 6 /* j */
        start local 6 // long j
         2: .line 167
            goto 4
        end local 6 // long j
         3: .line 169
      StackMap locals:
      StackMap stack:
            iload 0 /* y */
            iload 1 /* m */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.find_ldom:(IIJ)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            ldc 7
            ladd
            lstore 6 /* j */
        start local 6 // long j
         4: .line 171
      StackMap locals: long
      StackMap stack:
            lload 6 /* j */
            lload 6 /* j */
            iload 3 /* k */
            i2l
            lsub
            lconst_1
            ladd
            ldc 7
            lrem
            lsub
            bipush 7
            iload 2 /* n */
            imul
            i2l
            ladd
            lreturn
        end local 6 // long j
        end local 4 // long sg
        end local 3 // int k
        end local 2 // int n
        end local 1 // int m
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     y  I
            0    5     1     m  I
            0    5     2     n  I
            0    5     3     k  I
            0    5     4    sg  J
            2    3     6     j  J
            4    5     6     j  J
    MethodParameters:
      Name  Flags
      y     
      m     
      n     
      k     
      sg    final

  private static int[] jd_to_nth_kday(long, long);
    descriptor: (JJ)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=10, args_size=2
        start local 0 // long jd
        start local 2 // long sg
         0: .line 175
            lload 0 /* jd */
            lload 2 /* sg */
            l2d
            invokestatic org.jruby.ext.date.DateUtils.jd_to_civil:(JD)[I
            astore 4 /* y_m_d */
        start local 4 // int[] y_m_d
         1: .line 176
            aload 4 /* y_m_d */
            iconst_0
            iaload
            istore 5 /* y */
        start local 5 // int y
         2: .line 177
            aload 4 /* y_m_d */
            iconst_1
            iaload
            istore 6 /* m */
        start local 6 // int m
         3: .line 179
            iload 5 /* y */
            iload 6 /* m */
            lload 2 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.find_fdom:(IIJ)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            lstore 7 /* j */
        start local 7 // long j
         4: .line 181
            lload 0 /* jd */
            lconst_1
            ladd
            ldc 7
            lrem
            l2i
            istore 9 /* jd_to_wday */
        start local 9 // int jd_to_wday
         5: .line 183
            iconst_4
            newarray 10
            dup
            iconst_0
            iload 5 /* y */
            iastore
            dup
            iconst_1
            iload 6 /* m */
            iastore
            dup
            iconst_2
            lload 0 /* jd */
            lload 7 /* j */
            lsub
            ldc 7
            ldiv
            lconst_1
            ladd
            l2i
            iastore
            dup
            iconst_3
            iload 9 /* jd_to_wday */
            iastore
            areturn
        end local 9 // int jd_to_wday
        end local 7 // long j
        end local 6 // int m
        end local 5 // int y
        end local 4 // int[] y_m_d
        end local 2 // long sg
        end local 0 // long jd
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0          jd  J
            0    6     2          sg  J
            1    6     4       y_m_d  [I
            2    6     5           y  I
            3    6     6           m  I
            4    6     7           j  J
            5    6     9  jd_to_wday  I
    MethodParameters:
      Name  Flags
      jd    
      sg    final

  static boolean valid_time_p(long, long, long);
    descriptor: (JJJ)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // long h
        start local 2 // long min
        start local 4 // long s
         0: .line 187
            lload 0 /* h */
            lconst_0
            lcmp
            ifge 1
            lload 0 /* h */
            ldc 24
            ladd
            lstore 0 /* h */
         1: .line 188
      StackMap locals:
      StackMap stack:
            lload 2 /* min */
            lconst_0
            lcmp
            ifge 2
            lload 2 /* min */
            ldc 60
            ladd
            lstore 2 /* min */
         2: .line 189
      StackMap locals:
      StackMap stack:
            lload 4 /* s */
            lconst_0
            lcmp
            ifge 3
            lload 4 /* s */
            ldc 60
            ladd
            lstore 4 /* s */
         3: .line 190
      StackMap locals:
      StackMap stack:
            lload 0 /* h */
            lconst_0
            lcmp
            iflt 8
            lload 0 /* h */
            ldc 24
            lcmp
            ifgt 8
         4: .line 191
            lload 2 /* min */
            lconst_0
            lcmp
            iflt 8
            lload 2 /* min */
            ldc 59
            lcmp
            ifgt 8
         5: .line 192
            lload 4 /* s */
            lconst_0
            lcmp
            iflt 8
            lload 4 /* s */
            ldc 59
            lcmp
            ifgt 8
         6: .line 193
            lload 0 /* h */
            ldc 24
            lcmp
            ifne 9
            lload 2 /* min */
            lconst_0
            lcmp
            ifgt 8
            lload 4 /* s */
            lconst_0
         7: .line 190
            lcmp
            ifle 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_1
      StackMap locals:
      StackMap stack: int
        10: ireturn
        end local 4 // long s
        end local 2 // long min
        end local 0 // long h
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0     h  J
            0   11     2   min  J
            0   11     4     s  J
    MethodParameters:
      Name  Flags
      h     
      min   
      s     

  static org.jruby.runtime.builtin.IRubyObject day_to_sec(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject d
         0: .line 213
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc 86400
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            aload 0 /* context */
            aload 1 /* d */
            invokevirtual org.jruby.RubyFixnum.op_mul:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject d
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1        d  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      d        

  static int offset_to_sec(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=12, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject of
         0: .line 220
            invokestatic org.jruby.ext.date.DateUtils.$SWITCH_TABLE$org$jruby$runtime$ClassIndex:()[I
            aload 1 /* of */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getClassIndex:()Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            iaload
            lookupswitch { // 4
                    5: 10
                   12: 4
                   17: 1
                   22: 17
              default: 35
          }
         1: .line 222
      StackMap locals:
      StackMap stack:
            aload 1 /* of */
            checkcast org.jruby.RubyInteger
            invokevirtual org.jruby.RubyInteger.getLongValue:()J
            lstore 5 /* i */
        start local 5 // long i
         2: .line 223
            lload 5 /* i */
            ldc -1
            lcmp
            ifeq 3
            lload 5 /* i */
            lconst_0
            lcmp
            ifeq 3
            lload 5 /* i */
            lconst_1
            lcmp
            ifeq 3
            ldc -2147483648
            ireturn
         3: .line 224
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject top top top long
      StackMap stack:
            lload 5 /* i */
            l2i
            ldc 86400
            imul
            ireturn
        end local 5 // long i
         4: .line 226
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 1 /* of */
            checkcast org.jruby.RubyFloat
            invokevirtual org.jruby.RubyFloat.getDoubleValue:()D
            dstore 7 /* d */
        start local 7 // double d
         5: .line 228
            dload 7 /* d */
            ldc 86400.0
            dmul
            dstore 7 /* d */
         6: .line 229
            dload 7 /* d */
            ldc -86400.0
            dcmpg
            iflt 7
            dload 7 /* d */
            ldc 86400.0
            dcmpl
            ifle 8
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject top top top top top double
      StackMap stack:
         7: ldc -2147483648
            ireturn
         8: .line 230
      StackMap locals:
      StackMap stack:
            dload 7 /* d */
            invokestatic java.lang.Math.round:(D)J
            lstore 2 /* n */
        start local 2 // long n
         9: .line 232
            lload 2 /* n */
            l2i
            ireturn
        end local 7 // double d
        end local 2 // long n
        10: .line 234
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.ext.date.RubyDate.getDate:(Lorg/jruby/Ruby;)Lorg/jruby/RubyClass;
            astore 9 /* date */
        start local 9 // org.jruby.RubyClass date
        11: .line 235
            aload 0 /* context */
            invokestatic org.jruby.ext.date.DateUtils.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$DateSites;
            getfield org.jruby.runtime.JavaSites$DateSites.zone_to_diff:Lorg/jruby/runtime/CallSite;
            aload 0 /* context */
            aload 9 /* date */
            aload 9 /* date */
            aload 1 /* of */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 4 /* vs */
        start local 4 // org.jruby.runtime.builtin.IRubyObject vs
        12: .line 237
            aload 4 /* vs */
            instanceof org.jruby.RubyFixnum
            ifne 13
            ldc -2147483648
            ireturn
        13: .line 238
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject top top org.jruby.runtime.builtin.IRubyObject top top top top org.jruby.RubyClass
      StackMap stack:
            aload 4 /* vs */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getLongValue:()J
            lstore 2 /* n */
        start local 2 // long n
        14: .line 239
            lload 2 /* n */
            ldc -86400
            lcmp
            iflt 15
            lload 2 /* n */
            ldc 86400
            lcmp
            ifle 16
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject long org.jruby.runtime.builtin.IRubyObject top top top top org.jruby.RubyClass
      StackMap stack:
        15: ldc -2147483648
            ireturn
        16: .line 240
      StackMap locals:
      StackMap stack:
            lload 2 /* n */
            l2i
            ireturn
        end local 9 // org.jruby.RubyClass date
        end local 4 // org.jruby.runtime.builtin.IRubyObject vs
        end local 2 // long n
        17: .line 250
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 0 /* context */
            aload 1 /* of */
            invokestatic org.jruby.ext.date.DateUtils.day_to_sec:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 4 /* vs */
        start local 4 // org.jruby.runtime.builtin.IRubyObject vs
        18: .line 252
            aload 4 /* vs */
            instanceof org.jruby.RubyRational
            ifne 24
        19: .line 253
            aload 4 /* vs */
            instanceof org.jruby.RubyFixnum
            ifne 20
            ldc -2147483648
            ireturn
        20: .line 254
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject top top org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 4 /* vs */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getLongValue:()J
            lstore 2 /* n */
        start local 2 // long n
        21: .line 255
            lload 2 /* n */
            ldc -86400
            lcmp
            iflt 22
            lload 2 /* n */
            ldc 86400
            lcmp
            ifle 23
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject long org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
        22: ldc -2147483648
            ireturn
        23: .line 256
      StackMap locals:
      StackMap stack:
            lload 2 /* n */
            l2i
            ireturn
        end local 2 // long n
        24: .line 259
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject top top org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 4 /* vs */
            checkcast org.jruby.RubyRational
            invokevirtual org.jruby.RubyRational.getNumerator:()Lorg/jruby/RubyInteger;
            astore 10 /* vn */
        start local 10 // org.jruby.RubyInteger vn
        25: .line 260
            aload 4 /* vs */
            checkcast org.jruby.RubyRational
            invokevirtual org.jruby.RubyRational.getDenominator:()Lorg/jruby/RubyInteger;
            astore 11 /* vd */
        start local 11 // org.jruby.RubyInteger vd
        26: .line 262
            aload 10 /* vn */
            instanceof org.jruby.RubyFixnum
            ifeq 29
            aload 11 /* vd */
            instanceof org.jruby.RubyFixnum
            ifeq 29
            aload 11 /* vd */
            invokevirtual org.jruby.RubyInteger.getLongValue:()J
            lconst_1
            lcmp
            ifne 29
        27: .line 263
            aload 10 /* vn */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getLongValue:()J
            lstore 2 /* n */
        start local 2 // long n
        28: goto 34
        end local 2 // long n
        29: .line 265
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject top top org.jruby.runtime.builtin.IRubyObject top top top top top org.jruby.RubyInteger org.jruby.RubyInteger
      StackMap stack:
            aload 4 /* vs */
            checkcast org.jruby.RubyRational
            aload 0 /* context */
            invokevirtual org.jruby.RubyRational.round:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyInteger
            astore 10 /* vn */
        30: .line 267
            aload 10 /* vn */
            instanceof org.jruby.RubyFixnum
            ifne 31
            ldc -2147483648
            ireturn
        31: .line 268
      StackMap locals:
      StackMap stack:
            aload 10 /* vn */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getLongValue:()J
            lstore 2 /* n */
        start local 2 // long n
        32: .line 269
            lload 2 /* n */
            ldc -86400
            lcmp
            iflt 33
            lload 2 /* n */
            ldc 86400
            lcmp
            ifle 34
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject long org.jruby.runtime.builtin.IRubyObject top top top top top org.jruby.RubyInteger org.jruby.RubyInteger
      StackMap stack:
        33: ldc -2147483648
            ireturn
        34: .line 271
      StackMap locals:
      StackMap stack:
            lload 2 /* n */
            l2i
            ireturn
        end local 11 // org.jruby.RubyInteger vd
        end local 10 // org.jruby.RubyInteger vn
        end local 4 // org.jruby.runtime.builtin.IRubyObject vs
        end local 2 // long n
        35: .line 273
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            ldc -2147483648
            ireturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject of
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0  context  Lorg/jruby/runtime/ThreadContext;
            0   36     1       of  Lorg/jruby/runtime/builtin/IRubyObject;
            9   10     2        n  J
           14   17     2        n  J
           21   24     2        n  J
           28   29     2        n  J
           32   35     2        n  J
           12   17     4       vs  Lorg/jruby/runtime/builtin/IRubyObject;
           18   35     4       vs  Lorg/jruby/runtime/builtin/IRubyObject;
            2    4     5        i  J
            5   10     7        d  D
           11   17     9     date  Lorg/jruby/RubyClass;
           25   35    10       vn  Lorg/jruby/RubyInteger;
           26   35    11       vd  Lorg/jruby/RubyInteger;
    MethodParameters:
         Name  Flags
      context  
      of       

  static java.lang.Long find_ldom(int, int, long);
    descriptor: (IIJ)Ljava/lang/Long;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // int y
        start local 1 // int m
        start local 2 // long sg
         0: .line 277
            aconst_null
            astore 4 /* j */
        start local 4 // java.lang.Long j
         1: .line 278
            bipush 31
            istore 5 /* d */
        start local 5 // int d
         2: goto 6
         3: .line 279
      StackMap locals: java.lang.Long int
      StackMap stack:
            iload 0 /* y */
            iload 1 /* m */
            iload 5 /* d */
            lload 2 /* sg */
            invokestatic org.jruby.ext.date.DateUtils._valid_civil_p:(IIIJ)Ljava/lang/Long;
            astore 4 /* j */
         4: .line 280
            aload 4 /* j */
            ifnull 5
            goto 7
         5: .line 278
      StackMap locals:
      StackMap stack:
            iinc 5 /* d */ -1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* d */
            iconst_1
            if_icmpge 3
        end local 5 // int d
         7: .line 282
      StackMap locals:
      StackMap stack:
            aload 4 /* j */
            areturn
        end local 4 // java.lang.Long j
        end local 2 // long sg
        end local 1 // int m
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     y  I
            0    8     1     m  I
            0    8     2    sg  J
            1    8     4     j  Ljava/lang/Long;
            2    7     5     d  I
    MethodParameters:
      Name  Flags
      y     
      m     
      sg    final

  static java.lang.Long find_fdom(int, int, long);
    descriptor: (IIJ)Ljava/lang/Long;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // int y
        start local 1 // int m
        start local 2 // long sg
         0: .line 286
            aconst_null
            astore 4 /* j */
        start local 4 // java.lang.Long j
         1: .line 287
            iconst_1
            istore 5 /* d */
        start local 5 // int d
         2: goto 6
         3: .line 288
      StackMap locals: java.lang.Long int
      StackMap stack:
            iload 0 /* y */
            iload 1 /* m */
            iload 5 /* d */
            lload 2 /* sg */
            invokestatic org.jruby.ext.date.DateUtils._valid_civil_p:(IIIJ)Ljava/lang/Long;
            astore 4 /* j */
         4: .line 289
            aload 4 /* j */
            ifnull 5
            goto 7
         5: .line 287
      StackMap locals:
      StackMap stack:
            iinc 5 /* d */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* d */
            bipush 31
            if_icmple 3
        end local 5 // int d
         7: .line 291
      StackMap locals:
      StackMap stack:
            aload 4 /* j */
            areturn
        end local 4 // java.lang.Long j
        end local 2 // long sg
        end local 1 // int m
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     y  I
            0    8     1     m  I
            0    8     2    sg  J
            1    8     4     j  Ljava/lang/Long;
            2    7     5     d  I
    MethodParameters:
      Name  Flags
      y     
      m     
      sg    final

  static java.lang.Long find_fdoy(int, long);
    descriptor: (IJ)Ljava/lang/Long;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // int y
        start local 1 // long sg
         0: .line 295
            aconst_null
            astore 3 /* j */
        start local 3 // java.lang.Long j
         1: .line 296
            iconst_1
            istore 4 /* d */
        start local 4 // int d
         2: goto 6
         3: .line 297
      StackMap locals: java.lang.Long int
      StackMap stack:
            iload 0 /* y */
            iconst_1
            iload 4 /* d */
            lload 1 /* sg */
            invokestatic org.jruby.ext.date.DateUtils._valid_civil_p:(IIIJ)Ljava/lang/Long;
            astore 3 /* j */
         4: .line 298
            aload 3 /* j */
            ifnull 5
            goto 7
         5: .line 296
      StackMap locals:
      StackMap stack:
            iinc 4 /* d */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* d */
            bipush 31
            if_icmple 3
        end local 4 // int d
         7: .line 300
      StackMap locals:
      StackMap stack:
            aload 3 /* j */
            areturn
        end local 3 // java.lang.Long j
        end local 1 // long sg
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     y  I
            0    8     1    sg  J
            1    8     3     j  Ljava/lang/Long;
            2    7     4     d  I
    MethodParameters:
      Name  Flags
      y     
      sg    final

  static java.lang.Long find_ldoy(int, long);
    descriptor: (IJ)Ljava/lang/Long;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // int y
        start local 1 // long sg
         0: .line 304
            aconst_null
            astore 3 /* j */
        start local 3 // java.lang.Long j
         1: .line 305
            bipush 31
            istore 4 /* d */
        start local 4 // int d
         2: goto 6
         3: .line 306
      StackMap locals: java.lang.Long int
      StackMap stack:
            iload 0 /* y */
            bipush 12
            iload 4 /* d */
            lload 1 /* sg */
            invokestatic org.jruby.ext.date.DateUtils._valid_civil_p:(IIIJ)Ljava/lang/Long;
            astore 3 /* j */
         4: .line 307
            aload 3 /* j */
            ifnull 5
            goto 7
         5: .line 305
      StackMap locals:
      StackMap stack:
            iinc 4 /* d */ -1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* d */
            iconst_1
            if_icmpge 3
        end local 4 // int d
         7: .line 309
      StackMap locals:
      StackMap stack:
            aload 3 /* j */
            areturn
        end local 3 // java.lang.Long j
        end local 1 // long sg
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     y  I
            0    8     1    sg  J
            1    8     3     j  Ljava/lang/Long;
            2    7     4     d  I
    MethodParameters:
      Name  Flags
      y     
      sg    final

  static java.lang.Long _valid_civil_p(int, int, int, long);
    descriptor: (IIIJ)Ljava/lang/Long;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // int y
        start local 1 // int m
        start local 2 // int d
        start local 3 // long sg
         0: .line 313
            iload 2 /* d */
            ifge 7
         1: .line 314
            iload 0 /* y */
            iload 1 /* m */
            lload 3 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.find_ldom:(IIJ)Ljava/lang/Long;
            astore 5 /* j */
        start local 5 // java.lang.Long j
         2: .line 315
            aload 5 /* j */
            ifnonnull 3
            aconst_null
            areturn
         3: .line 316
      StackMap locals: java.lang.Long
      StackMap stack:
            aload 5 /* j */
            invokevirtual java.lang.Long.longValue:()J
            iload 2 /* d */
            i2l
            ladd
            lconst_1
            ladd
            lload 3 /* sg */
            l2d
            invokestatic org.jruby.ext.date.DateUtils.jd_to_civil:(JD)[I
            astore 6 /* ny_nm_nd */
        start local 6 // int[] ny_nm_nd
         4: .line 317
            iload 0 /* y */
            aload 6 /* ny_nm_nd */
            iconst_0
            iaload
            if_icmpne 5
            iload 1 /* m */
            aload 6 /* ny_nm_nd */
            iconst_1
            iaload
            if_icmpeq 6
      StackMap locals: int[]
      StackMap stack:
         5: aconst_null
            areturn
         6: .line 318
      StackMap locals:
      StackMap stack:
            aload 6 /* ny_nm_nd */
            iconst_2
            iaload
            istore 2 /* d */
        end local 6 // int[] ny_nm_nd
        end local 5 // java.lang.Long j
         7: .line 320
      StackMap locals:
      StackMap stack:
            iload 0 /* y */
            iload 1 /* m */
            iload 2 /* d */
            lload 3 /* sg */
            l2d
            invokestatic org.jruby.ext.date.DateUtils.civil_to_jd:(IIID)J
            lstore 5 /* jd */
        start local 5 // long jd
         8: .line 322
            lload 5 /* jd */
            lload 3 /* sg */
            l2d
            invokestatic org.jruby.ext.date.DateUtils.jd_to_civil:(JD)[I
            astore 7 /* y_m_d */
        start local 7 // int[] y_m_d
         9: .line 323
            iload 0 /* y */
            aload 7 /* y_m_d */
            iconst_0
            iaload
            if_icmpne 10
            iload 1 /* m */
            aload 7 /* y_m_d */
            iconst_1
            iaload
            if_icmpne 10
            iload 2 /* d */
            aload 7 /* y_m_d */
            iconst_2
            iaload
            if_icmpeq 11
      StackMap locals: long int[]
      StackMap stack:
        10: aconst_null
            areturn
        11: .line 325
      StackMap locals:
      StackMap stack:
            lload 5 /* jd */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 7 // int[] y_m_d
        end local 5 // long jd
        end local 3 // long sg
        end local 2 // int d
        end local 1 // int m
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0         y  I
            0   12     1         m  I
            0   12     2         d  I
            0   12     3        sg  J
            2    7     5         j  Ljava/lang/Long;
            4    7     6  ny_nm_nd  [I
            8   12     5        jd  J
            9   12     7     y_m_d  [I
    MethodParameters:
      Name  Flags
      y     
      m     
      d     
      sg    final

  static java.lang.Long _valid_ordinal_p(int, int, long);
    descriptor: (IIJ)Ljava/lang/Long;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // int y
        start local 1 // int d
        start local 2 // long sg
         0: .line 329
            iload 1 /* d */
            ifge 6
         1: .line 330
            iload 0 /* y */
            lload 2 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.find_ldoy:(IJ)Ljava/lang/Long;
            astore 4 /* j */
        start local 4 // java.lang.Long j
         2: .line 331
            aload 4 /* j */
            ifnonnull 3
            aconst_null
            areturn
         3: .line 332
      StackMap locals: java.lang.Long
      StackMap stack:
            aload 4 /* j */
            invokevirtual java.lang.Long.longValue:()J
            iload 1 /* d */
            i2l
            ladd
            lconst_1
            ladd
            lload 2 /* sg */
            l2d
            invokestatic org.jruby.ext.date.DateUtils.jd_to_ordinal:(JD)[I
            astore 5 /* ny_nd */
        start local 5 // int[] ny_nd
         4: .line 333
            iload 0 /* y */
            aload 5 /* ny_nd */
            iconst_0
            iaload
            if_icmpeq 5
            aconst_null
            areturn
         5: .line 334
      StackMap locals: int[]
      StackMap stack:
            aload 5 /* ny_nd */
            iconst_1
            iaload
            istore 1 /* d */
        end local 5 // int[] ny_nd
        end local 4 // java.lang.Long j
         6: .line 337
      StackMap locals:
      StackMap stack:
            iload 0 /* y */
            iload 1 /* d */
            lload 2 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.ordinal_to_jd:(IIJ)J
            lstore 4 /* jd */
        start local 4 // long jd
         7: .line 339
            lload 4 /* jd */
            lload 2 /* sg */
            l2d
            invokestatic org.jruby.ext.date.DateUtils.jd_to_ordinal:(JD)[I
            astore 6 /* y_d */
        start local 6 // int[] y_d
         8: .line 340
            iload 0 /* y */
            aload 6 /* y_d */
            iconst_0
            iaload
            if_icmpne 9
            iload 1 /* d */
            aload 6 /* y_d */
            iconst_1
            iaload
            if_icmpeq 10
      StackMap locals: long int[]
      StackMap stack:
         9: aconst_null
            areturn
        10: .line 342
      StackMap locals:
      StackMap stack:
            lload 4 /* jd */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 6 // int[] y_d
        end local 4 // long jd
        end local 2 // long sg
        end local 1 // int d
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0      y  I
            0   11     1      d  I
            0   11     2     sg  J
            2    6     4      j  Ljava/lang/Long;
            4    6     5  ny_nd  [I
            7   11     4     jd  J
            8   11     6    y_d  [I
    MethodParameters:
      Name  Flags
      y     
      d     
      sg    final

  static java.lang.Long _valid_commercial_p(int, int, int, long);
    descriptor: (IIIJ)Ljava/lang/Long;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // int y
        start local 1 // int w
        start local 2 // int d
        start local 3 // long sg
         0: .line 346
            iload 2 /* d */
            ifge 1
            iinc 2 /* d */ 8
         1: .line 348
      StackMap locals:
      StackMap stack:
            iload 1 /* w */
            ifge 5
         2: .line 349
            iload 0 /* y */
            iconst_1
            iadd
            iconst_1
            iconst_1
            lload 3 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.commercial_to_jd:(IIIJ)J
            iload 1 /* w */
            bipush 7
            imul
            i2l
            ladd
            lload 3 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.jd_to_commercial:(JJ)[I
            astore 5 /* ny_nw_nd */
        start local 5 // int[] ny_nw_nd
         3: .line 350
            iload 0 /* y */
            aload 5 /* ny_nw_nd */
            iconst_0
            iaload
            if_icmpeq 4
            aconst_null
            areturn
         4: .line 351
      StackMap locals: int[]
      StackMap stack:
            aload 5 /* ny_nw_nd */
            iconst_1
            iaload
            istore 1 /* w */
        end local 5 // int[] ny_nw_nd
         5: .line 353
      StackMap locals:
      StackMap stack:
            iload 0 /* y */
            iload 1 /* w */
            iload 2 /* d */
            lload 3 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.commercial_to_jd:(IIIJ)J
            lstore 5 /* jd */
        start local 5 // long jd
         6: .line 355
            lload 5 /* jd */
            lload 3 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.jd_to_commercial:(JJ)[I
            astore 7 /* ny_nw_nd */
        start local 7 // int[] ny_nw_nd
         7: .line 356
            iload 0 /* y */
            aload 7 /* ny_nw_nd */
            iconst_0
            iaload
            if_icmpne 8
            iload 1 /* w */
            aload 7 /* ny_nw_nd */
            iconst_1
            iaload
            if_icmpne 8
            iload 2 /* d */
            aload 7 /* ny_nw_nd */
            iconst_2
            iaload
            if_icmpeq 9
      StackMap locals: long int[]
      StackMap stack:
         8: aconst_null
            areturn
         9: .line 358
      StackMap locals:
      StackMap stack:
            lload 5 /* jd */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 7 // int[] ny_nw_nd
        end local 5 // long jd
        end local 3 // long sg
        end local 2 // int d
        end local 1 // int w
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0         y  I
            0   10     1         w  I
            0   10     2         d  I
            0   10     3        sg  J
            3    5     5  ny_nw_nd  [I
            6   10     5        jd  J
            7   10     7  ny_nw_nd  [I
    MethodParameters:
      Name  Flags
      y     
      w     
      d     
      sg    final

  static java.lang.Long _valid_weeknum_p(int, int, int, int, long);
    descriptor: (IIIIJ)Ljava/lang/Long;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // int y
        start local 1 // int w
        start local 2 // int d
        start local 3 // int f
        start local 4 // long sg
         0: .line 362
            iload 2 /* d */
            ifge 1
            iinc 2 /* d */ 7
         1: .line 364
      StackMap locals:
      StackMap stack:
            iload 1 /* w */
            ifge 5
         2: .line 365
            iload 0 /* y */
            iconst_1
            iadd
            iconst_1
            iload 3 /* f */
            iload 3 /* f */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.weeknum_to_jd:(IIIIJ)J
            iload 1 /* w */
            bipush 7
            imul
            i2l
            ladd
            iload 3 /* f */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.jd_to_weeknum:(JIJ)[I
            astore 6 /* ny_nw_nd */
        start local 6 // int[] ny_nw_nd
         3: .line 366
            iload 0 /* y */
            aload 6 /* ny_nw_nd */
            iconst_0
            iaload
            if_icmpeq 4
            aconst_null
            areturn
         4: .line 367
      StackMap locals: int[]
      StackMap stack:
            aload 6 /* ny_nw_nd */
            iconst_1
            iaload
            istore 1 /* w */
        end local 6 // int[] ny_nw_nd
         5: .line 370
      StackMap locals:
      StackMap stack:
            iload 0 /* y */
            iload 1 /* w */
            iload 2 /* d */
            iload 3 /* f */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.weeknum_to_jd:(IIIIJ)J
            lstore 6 /* jd */
        start local 6 // long jd
         6: .line 372
            lload 6 /* jd */
            iload 3 /* f */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.jd_to_weeknum:(JIJ)[I
            astore 8 /* ny_nw_nd */
        start local 8 // int[] ny_nw_nd
         7: .line 373
            iload 0 /* y */
            aload 8 /* ny_nw_nd */
            iconst_0
            iaload
            if_icmpne 8
            iload 1 /* w */
            aload 8 /* ny_nw_nd */
            iconst_1
            iaload
            if_icmpne 8
            iload 2 /* d */
            aload 8 /* ny_nw_nd */
            iconst_2
            iaload
            if_icmpeq 9
      StackMap locals: long int[]
      StackMap stack:
         8: aconst_null
            areturn
         9: .line 375
      StackMap locals:
      StackMap stack:
            lload 6 /* jd */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 8 // int[] ny_nw_nd
        end local 6 // long jd
        end local 4 // long sg
        end local 3 // int f
        end local 2 // int d
        end local 1 // int w
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0         y  I
            0   10     1         w  I
            0   10     2         d  I
            0   10     3         f  I
            0   10     4        sg  J
            3    5     6  ny_nw_nd  [I
            6   10     6        jd  J
            7   10     8  ny_nw_nd  [I
    MethodParameters:
      Name  Flags
      y     
      w     
      d     
      f     
      sg    final

  static java.lang.Long _valid_nth_kday_p(int, int, int, int, long);
    descriptor: (IIIIJ)Ljava/lang/Long;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=10, args_size=5
        start local 0 // int y
        start local 1 // int m
        start local 2 // int n
        start local 3 // int k
        start local 4 // long sg
         0: .line 379
            iload 3 /* k */
            ifge 1
            iinc 3 /* k */ 7
         1: .line 381
      StackMap locals:
      StackMap stack:
            iload 2 /* n */
            ifge 10
         2: .line 382
            iload 0 /* y */
            bipush 12
            imul
            iload 1 /* m */
            iadd
            istore 6 /* val */
        start local 6 // int val
         3: .line 383
            iload 6 /* val */
            bipush 12
            idiv
            istore 7 /* ny */
        start local 7 // int ny
         4: iload 6 /* val */
            bipush 12
            irem
            istore 8 /* nm */
        start local 8 // int nm
         5: .line 384
            iload 8 /* nm */
            iconst_1
            iadd
            iconst_1
            idiv
            istore 8 /* nm */
         6: .line 385
            iload 7 /* ny */
            iload 8 /* nm */
            iconst_1
            iload 3 /* k */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.nth_kday_to_jd:(IIIIJ)J
            iload 2 /* n */
            bipush 7
            imul
            i2l
            ladd
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.jd_to_nth_kday:(JJ)[I
            astore 9 /* ny_nm_nn_nk */
        start local 9 // int[] ny_nm_nn_nk
         7: .line 386
            iload 0 /* y */
            aload 9 /* ny_nm_nn_nk */
            iconst_0
            iaload
            if_icmpne 8
            iload 1 /* m */
            aload 9 /* ny_nm_nn_nk */
            iconst_1
            iaload
            if_icmpeq 9
      StackMap locals: int int int int long int int int int[]
      StackMap stack:
         8: aconst_null
            areturn
         9: .line 387
      StackMap locals:
      StackMap stack:
            aload 9 /* ny_nm_nn_nk */
            iconst_2
            iaload
            istore 2 /* n */
        end local 9 // int[] ny_nm_nn_nk
        end local 8 // int nm
        end local 7 // int ny
        end local 6 // int val
        10: .line 390
      StackMap locals: int int int int long
      StackMap stack:
            iload 0 /* y */
            iload 1 /* m */
            iload 2 /* n */
            iload 3 /* k */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.nth_kday_to_jd:(IIIIJ)J
            lstore 6 /* jd */
        start local 6 // long jd
        11: .line 391
            lload 6 /* jd */
            lload 4 /* sg */
            invokestatic org.jruby.ext.date.DateUtils.jd_to_nth_kday:(JJ)[I
            astore 8 /* ny_nm_nn_nk */
        start local 8 // int[] ny_nm_nn_nk
        12: .line 392
            iload 0 /* y */
            aload 8 /* ny_nm_nn_nk */
            iconst_0
            iaload
            if_icmpne 13
            iload 1 /* m */
            aload 8 /* ny_nm_nn_nk */
            iconst_1
            iaload
            if_icmpne 13
            iload 2 /* n */
            aload 8 /* ny_nm_nn_nk */
            iconst_2
            iaload
            if_icmpne 13
            iload 3 /* k */
            aload 8 /* ny_nm_nn_nk */
            iconst_3
            iaload
            if_icmpeq 14
      StackMap locals: long int[]
      StackMap stack:
        13: aconst_null
            areturn
        14: .line 394
      StackMap locals:
      StackMap stack:
            lload 6 /* jd */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 8 // int[] ny_nm_nn_nk
        end local 6 // long jd
        end local 4 // long sg
        end local 3 // int k
        end local 2 // int n
        end local 1 // int m
        end local 0 // int y
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0            y  I
            0   15     1            m  I
            0   15     2            n  I
            0   15     3            k  I
            0   15     4           sg  J
            3   10     6          val  I
            4   10     7           ny  I
            5   10     8           nm  I
            7   10     9  ny_nm_nn_nk  [I
           11   15     6           jd  J
           12   15     8  ny_nm_nn_nk  [I
    MethodParameters:
      Name  Flags
      y     
      m     
      n     
      k     
      sg    final

  static int decode_year(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, int, org.jruby.RubyInteger[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;I[Lorg/jruby/RubyInteger;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=11, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject y
        start local 2 // int style
        start local 3 // org.jruby.RubyInteger[] nth
         0: .line 399
            iload 2 /* style */
            ifge 1
            ldc 584400
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc 584388
      StackMap locals:
      StackMap stack: int
         2: istore 4 /* period */
        start local 4 // int period
         3: .line 400
            aload 1 /* y */
            instanceof org.jruby.RubyFixnum
            ifeq 12
         4: .line 402
            aload 1 /* y */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getLongValue:()J
            lstore 5 /* iy */
        start local 5 // long iy
         5: .line 403
            lload 5 /* iy */
            ldc 9223372036854771095
            lcmp
            ifge 12
         6: .line 404
            lload 5 /* iy */
            ldc 4712
            ladd
            lstore 7 /* it */
        start local 7 // long it
         7: .line 405
            lload 7 /* it */
            iload 4 /* period */
            i2l
            ldiv
            lstore 9 /* inth */
        start local 9 // long inth
         8: .line 406
            lload 9 /* inth */
            lconst_0
            lcmp
            ifeq 10
         9: .line 407
            lload 7 /* it */
            iload 4 /* period */
            i2l
            lrem
            lstore 7 /* it */
        10: .line 410
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject int org.jruby.RubyInteger[] int long long long
      StackMap stack:
            aload 3 /* nth */
            iconst_0
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            lload 9 /* inth */
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            aastore
        11: .line 411
            lload 7 /* it */
            l2i
            sipush 4712
            isub
            ireturn
        end local 9 // long inth
        end local 7 // long it
        end local 5 // long iy
        12: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 1 /* y */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc 4712
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            invokestatic org.jruby.util.Numeric.f_add:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* t */
        start local 5 // org.jruby.runtime.builtin.IRubyObject t
        13: .line 417
            aload 3 /* nth */
            iconst_0
            aload 0 /* context */
            aload 5 /* t */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iload 4 /* period */
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            invokestatic org.jruby.util.Numeric.f_idiv:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyInteger
            aastore
        14: .line 418
            aload 0 /* context */
            aload 3 /* nth */
            iconst_0
            aaload
            invokestatic org.jruby.util.Numeric.f_zero_p:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyInteger;)Z
            ifne 16
        15: .line 419
            aload 0 /* context */
            aload 5 /* t */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iload 4 /* period */
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            invokestatic org.jruby.util.Numeric.f_mod:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* t */
        16: .line 421
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 5 /* t */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getIntValue:()I
            sipush 4712
            isub
            ireturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject t
        end local 4 // int period
        end local 3 // org.jruby.RubyInteger[] nth
        end local 2 // int style
        end local 1 // org.jruby.runtime.builtin.IRubyObject y
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0  context  Lorg/jruby/runtime/ThreadContext;
            0   17     1        y  Lorg/jruby/runtime/builtin/IRubyObject;
            0   17     2    style  I
            0   17     3      nth  [Lorg/jruby/RubyInteger;
            3   17     4   period  I
            5   12     5       iy  J
            7   12     7       it  J
            8   12     9     inth  J
           13   17     5        t  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      y        
      style    final
      nth      

  static long guess_style(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, double);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;D)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject y
        start local 2 // double sg
         0: .line 425
            lconst_0
            lstore 4 /* style */
        start local 4 // long style
         1: .line 427
            dload 2 /* sg */
            ldc Infinity
            dcmpl
            ifne 4
         2: .line 428
            ldc 9223372036854775807
            lstore 4 /* style */
         3: .line 429
            goto 17
      StackMap locals: long
      StackMap stack:
         4: dload 2 /* sg */
            ldc -Infinity
            dcmpl
            ifne 7
         5: .line 430
            ldc -9223372036854775808
            lstore 4 /* style */
         6: .line 431
            goto 17
      StackMap locals:
      StackMap stack:
         7: aload 1 /* y */
            instanceof org.jruby.RubyFixnum
            ifne 12
         8: .line 432
            aload 1 /* y */
            checkcast org.jruby.RubyNumeric
            aload 0 /* context */
            invokevirtual org.jruby.RubyNumeric.isPositive:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 9
            ldc -9223372036854775808
            goto 10
      StackMap locals:
      StackMap stack:
         9: ldc 9223372036854775807
      StackMap locals:
      StackMap stack: long
        10: lstore 4 /* style */
        11: .line 433
            goto 17
        12: .line 434
      StackMap locals:
      StackMap stack:
            aload 1 /* y */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getLongValue:()J
            lstore 6 /* iy */
        start local 6 // long iy
        13: .line 436
            lload 6 /* iy */
            ldc 1582
            lcmp
            ifge 15
        14: .line 437
            ldc 9223372036854775807
            lstore 4 /* style */
            goto 17
        15: .line 438
      StackMap locals: long
      StackMap stack:
            lload 6 /* iy */
            ldc 1930
            lcmp
            ifle 17
        16: .line 439
            ldc -9223372036854775808
            lstore 4 /* style */
        end local 6 // long iy
        17: .line 441
      StackMap locals:
      StackMap stack:
            lload 4 /* style */
            lreturn
        end local 4 // long style
        end local 2 // double sg
        end local 1 // org.jruby.runtime.builtin.IRubyObject y
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0  context  Lorg/jruby/runtime/ThreadContext;
            0   18     1        y  Lorg/jruby/runtime/builtin/IRubyObject;
            0   18     2       sg  D
            1   18     4    style  J
           13   17     6       iy  J
    MethodParameters:
         Name  Flags
      context  
      y        
      sg       

  private static org.jruby.runtime.JavaSites$DateSites sites(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$DateSites;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.ThreadContext context
         0: .line 445
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.sites:Lorg/jruby/runtime/JavaSites;
            getfield org.jruby.runtime.JavaSites.Date:Lorg/jruby/runtime/JavaSites$DateSites;
            areturn
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  static int[] $SWITCH_TABLE$org$jruby$runtime$ClassIndex();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 11
            getstatic org.jruby.ext.date.DateUtils.$SWITCH_TABLE$org$jruby$runtime$ClassIndex:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.jruby.runtime.ClassIndex.values:()[Lorg/jruby/runtime/ClassIndex;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.jruby.runtime.ClassIndex.ARRAY:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            iconst_4
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.jruby.runtime.ClassIndex.BASICOBJECT:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 39
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.jruby.runtime.ClassIndex.BIGDECIMAL:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 40
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.jruby.runtime.ClassIndex.BIGNUM:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            iconst_3
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.jruby.runtime.ClassIndex.BINDING:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 33
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.jruby.runtime.ClassIndex.CLASS:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 14
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.jruby.runtime.ClassIndex.COMPLEX:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 21
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic org.jruby.runtime.ClassIndex.CONTINUATION:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 38
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic org.jruby.runtime.ClassIndex.CONVERTER:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 24
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic org.jruby.runtime.ClassIndex.DIR:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 36
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic org.jruby.runtime.ClassIndex.ENCODING:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 23
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic org.jruby.runtime.ClassIndex.EXCEPTION:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 31
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic org.jruby.runtime.ClassIndex.FALSE:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 8
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic org.jruby.runtime.ClassIndex.FILE:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 27
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic org.jruby.runtime.ClassIndex.FIXNUM:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            iconst_2
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic org.jruby.runtime.ClassIndex.FLOAT:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 12
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic org.jruby.runtime.ClassIndex.GENERATOR:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 25
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic org.jruby.runtime.ClassIndex.HASH:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 11
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic org.jruby.runtime.ClassIndex.INTEGER:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 17
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic org.jruby.runtime.ClassIndex.IO:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 32
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic org.jruby.runtime.ClassIndex.MATCHDATA:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 28
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic org.jruby.runtime.ClassIndex.MAX_CLASSES:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 41
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic org.jruby.runtime.ClassIndex.METHOD:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 35
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic org.jruby.runtime.ClassIndex.MODULE:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 13
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic org.jruby.runtime.ClassIndex.NIL:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 6
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            getstatic org.jruby.runtime.ClassIndex.NO_INDEX:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            iconst_1
            iastore
        78: goto 80
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        79: pop
      StackMap locals:
      StackMap stack:
        80: aload 0
            getstatic org.jruby.runtime.ClassIndex.NUMERIC:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 18
            iastore
        81: goto 83
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        82: pop
      StackMap locals:
      StackMap stack:
        83: aload 0
            getstatic org.jruby.runtime.ClassIndex.OBJECT:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 15
            iastore
        84: goto 86
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        85: pop
      StackMap locals:
      StackMap stack:
        86: aload 0
            getstatic org.jruby.runtime.ClassIndex.PROC:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 34
            iastore
        87: goto 89
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        88: pop
      StackMap locals:
      StackMap stack:
        89: aload 0
            getstatic org.jruby.runtime.ClassIndex.RANGE:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 19
            iastore
        90: goto 92
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        91: pop
      StackMap locals:
      StackMap stack:
        92: aload 0
            getstatic org.jruby.runtime.ClassIndex.RATIONAL:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 22
            iastore
        93: goto 95
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        94: pop
      StackMap locals:
      StackMap stack:
        95: aload 0
            getstatic org.jruby.runtime.ClassIndex.REGEXP:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 10
            iastore
        96: goto 98
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        97: pop
      StackMap locals:
      StackMap stack:
        98: aload 0
            getstatic org.jruby.runtime.ClassIndex.STRING:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            iconst_5
            iastore
        99: goto 101
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       100: pop
      StackMap locals:
      StackMap stack:
       101: aload 0
            getstatic org.jruby.runtime.ClassIndex.STRUCT:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 16
            iastore
       102: goto 104
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       103: pop
      StackMap locals:
      StackMap stack:
       104: aload 0
            getstatic org.jruby.runtime.ClassIndex.SYMBOL:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 9
            iastore
       105: goto 107
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       106: pop
      StackMap locals:
      StackMap stack:
       107: aload 0
            getstatic org.jruby.runtime.ClassIndex.THREAD:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 30
            iastore
       108: goto 110
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       109: pop
      StackMap locals:
      StackMap stack:
       110: aload 0
            getstatic org.jruby.runtime.ClassIndex.THREADGROUP:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 29
            iastore
       111: goto 113
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       112: pop
      StackMap locals:
      StackMap stack:
       113: aload 0
            getstatic org.jruby.runtime.ClassIndex.TIME:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 20
            iastore
       114: goto 116
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       115: pop
      StackMap locals:
      StackMap stack:
       116: aload 0
            getstatic org.jruby.runtime.ClassIndex.TRUE:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 7
            iastore
       117: goto 119
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       118: pop
      StackMap locals:
      StackMap stack:
       119: aload 0
            getstatic org.jruby.runtime.ClassIndex.UNBOUNDMETHOD:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 37
            iastore
       120: goto 122
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       121: pop
      StackMap locals:
      StackMap stack:
       122: aload 0
            getstatic org.jruby.runtime.ClassIndex.YIELDER:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.runtime.ClassIndex.ordinal:()I
            bipush 26
            iastore
       123: goto 125
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       124: pop
      StackMap locals:
      StackMap stack:
       125: aload 0
            dup
            putstatic org.jruby.ext.date.DateUtils.$SWITCH_TABLE$org$jruby$runtime$ClassIndex:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
          77    78      79  Class java.lang.NoSuchFieldError
          80    81      82  Class java.lang.NoSuchFieldError
          83    84      85  Class java.lang.NoSuchFieldError
          86    87      88  Class java.lang.NoSuchFieldError
          89    90      91  Class java.lang.NoSuchFieldError
          92    93      94  Class java.lang.NoSuchFieldError
          95    96      97  Class java.lang.NoSuchFieldError
          98    99     100  Class java.lang.NoSuchFieldError
         101   102     103  Class java.lang.NoSuchFieldError
         104   105     106  Class java.lang.NoSuchFieldError
         107   108     109  Class java.lang.NoSuchFieldError
         110   111     112  Class java.lang.NoSuchFieldError
         113   114     115  Class java.lang.NoSuchFieldError
         116   117     118  Class java.lang.NoSuchFieldError
         119   120     121  Class java.lang.NoSuchFieldError
         122   123     124  Class java.lang.NoSuchFieldError
}
SourceFile: "DateUtils.java"
InnerClasses:
  public DateSites = org.jruby.runtime.JavaSites$DateSites of org.jruby.runtime.JavaSites