public class javax.management.timer.Timer extends javax.management.NotificationBroadcasterSupport implements javax.management.timer.TimerMBean, javax.management.MBeanRegistration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.management.timer.Timer
  super_class: javax.management.NotificationBroadcasterSupport
{
  public static final long ONE_SECOND;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1000

  public static final long ONE_MINUTE;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 60000

  public static final long ONE_HOUR;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3600000

  public static final long ONE_DAY;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 86400000

  public static final long ONE_WEEK;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 604800000

  private final java.util.Map<java.lang.Integer, java.lang.Object[]> timerTable;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Integer;[Ljava/lang/Object;>;

  private boolean sendPastNotifications;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private transient boolean isActive;
    descriptor: Z
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient long sequenceNumber;
    descriptor: J
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

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

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

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

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

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

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

  private volatile int counterID;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private java.util.Timer timer;
    descriptor: Ljava/util/Timer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 178
            aload 0 /* this */
            invokespecial javax.management.NotificationBroadcasterSupport.<init>:()V
         1: .line 130
            aload 0 /* this */
         2: .line 131
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
         3: .line 138
            aload 0 /* this */
            iconst_0
            putfield javax.management.timer.Timer.sendPastNotifications:Z
         4: .line 144
            aload 0 /* this */
            iconst_0
            putfield javax.management.timer.Timer.isActive:Z
         5: .line 150
            aload 0 /* this */
            lconst_0
            putfield javax.management.timer.Timer.sequenceNumber:J
         6: .line 165
            aload 0 /* this */
            iconst_0
            putfield javax.management.timer.Timer.counterID:I
         7: .line 179
            return
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/management/timer/Timer;

  public javax.management.ObjectName preRegister(javax.management.MBeanServer, javax.management.ObjectName);
    descriptor: (Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // javax.management.timer.Timer this
        start local 1 // javax.management.MBeanServer server
        start local 2 // javax.management.ObjectName name
         0: .line 202
            aload 2 /* name */
            areturn
        end local 2 // javax.management.ObjectName name
        end local 1 // javax.management.MBeanServer server
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavax/management/timer/Timer;
            0    1     1  server  Ljavax/management/MBeanServer;
            0    1     2    name  Ljavax/management/ObjectName;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      server  
      name    

  public void postRegister(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Boolean registrationDone
         0: .line 212
            return
        end local 1 // java.lang.Boolean registrationDone
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Ljavax/management/timer/Timer;
            0    1     1  registrationDone  Ljava/lang/Boolean;
    MethodParameters:
                  Name  Flags
      registrationDone  

  public void preDeregister();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 224
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "stop the timer"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         1: .line 228
            aload 0 /* this */
            invokevirtual javax.management.timer.Timer.stop:()V
         2: .line 229
            return
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/management/timer/Timer;
    Exceptions:
      throws java.lang.Exception

  public void postDeregister();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 238
            return
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/timer/Timer;

  public synchronized javax.management.MBeanNotificationInfo[] getNotificationInfo();
    descriptor: ()[Ljavax/management/MBeanNotificationInfo;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 249
            new java.util.TreeSet
            dup
            invokespecial java.util.TreeSet.<init>:()V
            astore 1 /* notifTypes */
        start local 1 // java.util.Set notifTypes
         1: .line 250
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: javax.management.timer.Timer java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* entry */
        start local 2 // java.lang.Object[] entry
         3: .line 252
            aload 2 /* entry */
            iconst_0
            aaload
         4: .line 251
            checkcast javax.management.timer.TimerNotification
            astore 4 /* notif */
        start local 4 // javax.management.timer.TimerNotification notif
         5: .line 253
            aload 1 /* notifTypes */
            aload 4 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // javax.management.timer.TimerNotification notif
        end local 2 // java.lang.Object[] entry
         6: .line 250
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 256
            aload 1 /* notifTypes */
            iconst_0
            anewarray java.lang.String
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
         8: .line 255
            astore 2 /* notifTypesArray */
        start local 2 // java.lang.String[] notifTypesArray
         9: .line 257
            iconst_1
            anewarray javax.management.MBeanNotificationInfo
            dup
            iconst_0
        10: .line 258
            new javax.management.MBeanNotificationInfo
            dup
            aload 2 /* notifTypesArray */
        11: .line 259
            ldc Ljavax/management/timer/TimerNotification;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        12: .line 260
            ldc "Notification sent by Timer MBean"
        13: .line 258
            invokespecial javax.management.MBeanNotificationInfo.<init>:([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            aastore
        14: .line 257
            areturn
        end local 2 // java.lang.String[] notifTypesArray
        end local 1 // java.util.Set notifTypes
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Ljavax/management/timer/Timer;
            1   15     1       notifTypes  Ljava/util/Set<Ljava/lang/String;>;
            3    6     2            entry  [Ljava/lang/Object;
            5    6     4            notif  Ljavax/management/timer/TimerNotification;
            9   15     2  notifTypesArray  [Ljava/lang/String;

  public synchronized void start();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=7, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 275
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "starting the timer"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         1: .line 279
            aload 0 /* this */
            getfield javax.management.timer.Timer.isActive:Z
            ifne 21
         2: .line 281
            aload 0 /* this */
            new java.util.Timer
            dup
            invokespecial java.util.Timer.<init>:()V
            putfield javax.management.timer.Timer.timer:Ljava/util/Timer;
         3: .line 286
            new java.util.Date
            dup
            invokespecial java.util.Date.<init>:()V
            astore 3 /* currentDate */
        start local 3 // java.util.Date currentDate
         4: .line 292
            aload 0 /* this */
            aload 3 /* currentDate */
            aload 0 /* this */
            getfield javax.management.timer.Timer.sendPastNotifications:Z
            invokevirtual javax.management.timer.Timer.sendPastNotifications:(Ljava/util/Date;Z)V
         5: .line 297
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 17
      StackMap locals: javax.management.timer.Timer top top java.util.Date top java.util.Iterator
      StackMap stack:
         6: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 4 /* obj */
        start local 4 // java.lang.Object[] obj
         7: .line 301
            aload 4 /* obj */
            iconst_1
            aaload
            checkcast java.util.Date
            astore 2 /* date */
        start local 2 // java.util.Date date
         8: .line 305
            aload 4 /* obj */
            iconst_5
            aaload
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            istore 6 /* fixedRate */
        start local 6 // boolean fixedRate
         9: .line 306
            iload 6 /* fixedRate */
            ifeq 14
        10: .line 308
            new javax.management.timer.TimerAlarmClock
            dup
            aload 0 /* this */
            aload 2 /* date */
            invokespecial javax.management.timer.TimerAlarmClock.<init>:(Ljavax/management/timer/Timer;Ljava/util/Date;)V
            astore 1 /* alarmClock */
        start local 1 // javax.management.timer.TimerAlarmClock alarmClock
        11: .line 309
            aload 4 /* obj */
            iconst_4
            aload 1 /* alarmClock */
            aastore
        12: .line 310
            aload 0 /* this */
            getfield javax.management.timer.Timer.timer:Ljava/util/Timer;
            aload 1 /* alarmClock */
            aload 1 /* alarmClock */
            getfield javax.management.timer.TimerAlarmClock.next:Ljava/util/Date;
            invokevirtual java.util.Timer.schedule:(Ljava/util/TimerTask;Ljava/util/Date;)V
        13: .line 311
            goto 17
        end local 1 // javax.management.timer.TimerAlarmClock alarmClock
        14: .line 314
      StackMap locals: javax.management.timer.Timer top java.util.Date java.util.Date java.lang.Object[] java.util.Iterator int
      StackMap stack:
            new javax.management.timer.TimerAlarmClock
            dup
            aload 0 /* this */
            aload 2 /* date */
            invokevirtual java.util.Date.getTime:()J
            aload 3 /* currentDate */
            invokevirtual java.util.Date.getTime:()J
            lsub
            invokespecial javax.management.timer.TimerAlarmClock.<init>:(Ljavax/management/timer/Timer;J)V
            astore 1 /* alarmClock */
        start local 1 // javax.management.timer.TimerAlarmClock alarmClock
        15: .line 315
            aload 4 /* obj */
            iconst_4
            aload 1 /* alarmClock */
            aastore
        16: .line 316
            aload 0 /* this */
            getfield javax.management.timer.Timer.timer:Ljava/util/Timer;
            aload 1 /* alarmClock */
            aload 1 /* alarmClock */
            getfield javax.management.timer.TimerAlarmClock.timeout:J
            invokevirtual java.util.Timer.schedule:(Ljava/util/TimerTask;J)V
        end local 6 // boolean fixedRate
        end local 4 // java.lang.Object[] obj
        end local 2 // java.util.Date date
        end local 1 // javax.management.timer.TimerAlarmClock alarmClock
        17: .line 297
      StackMap locals: javax.management.timer.Timer top top java.util.Date top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        18: .line 322
            aload 0 /* this */
            iconst_1
            putfield javax.management.timer.Timer.isActive:Z
        19: .line 324
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "timer started"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        end local 3 // java.util.Date currentDate
        20: .line 325
            goto 22
        21: .line 326
      StackMap locals: javax.management.timer.Timer
      StackMap stack:
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "the timer is already activated"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        22: .line 328
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Ljavax/management/timer/Timer;
           11   14     1   alarmClock  Ljavax/management/timer/TimerAlarmClock;
           15   17     1   alarmClock  Ljavax/management/timer/TimerAlarmClock;
            8   17     2         date  Ljava/util/Date;
            4   20     3  currentDate  Ljava/util/Date;
            7   17     4          obj  [Ljava/lang/Object;
            9   17     6    fixedRate  Z

  public synchronized void stop();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 335
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "stopping the timer"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         1: .line 339
            aload 0 /* this */
            getfield javax.management.timer.Timer.isActive:Z
            ifeq 12
         2: .line 341
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2
            goto 7
      StackMap locals: javax.management.timer.Timer top java.util.Iterator
      StackMap stack:
         3: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 1 /* obj */
        start local 1 // java.lang.Object[] obj
         4: .line 345
            aload 1 /* obj */
            iconst_4
            aaload
            checkcast javax.management.timer.TimerAlarmClock
            astore 3 /* alarmClock */
        start local 3 // javax.management.timer.TimerAlarmClock alarmClock
         5: .line 346
            aload 3 /* alarmClock */
            ifnull 7
         6: .line 358
            aload 3 /* alarmClock */
            invokevirtual javax.management.timer.TimerAlarmClock.cancel:()Z
            pop
        end local 3 // javax.management.timer.TimerAlarmClock alarmClock
        end local 1 // java.lang.Object[] obj
         7: .line 341
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 362
            aload 0 /* this */
            getfield javax.management.timer.Timer.timer:Ljava/util/Timer;
            invokevirtual java.util.Timer.cancel:()V
         9: .line 366
            aload 0 /* this */
            iconst_0
            putfield javax.management.timer.Timer.isActive:Z
        10: .line 368
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "timer stopped"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        11: .line 369
            goto 13
        12: .line 370
      StackMap locals: javax.management.timer.Timer
      StackMap stack:
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "the timer is already deactivated"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        13: .line 372
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Ljavax/management/timer/Timer;
            4    7     1         obj  [Ljava/lang/Object;
            5    7     3  alarmClock  Ljavax/management/timer/TimerAlarmClock;

  public synchronized java.lang.Integer addNotification(java.lang.String, java.lang.String, java.lang.Object, java.util.Date, long, long, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;JJZ)Ljava/lang/Integer;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=10, locals=17, args_size=8
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String message
        start local 3 // java.lang.Object userData
        start local 4 // java.util.Date date
        start local 5 // long period
        start local 7 // long nbOccurences
        start local 9 // boolean fixedRate
         0: .line 419
            aload 4 /* date */
            ifnonnull 2
         1: .line 420
            new java.lang.IllegalArgumentException
            dup
            ldc "Timer notification date cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 429
      StackMap locals:
      StackMap stack:
            lload 5 /* period */
            lconst_0
            lcmp
            iflt 3
            lload 7 /* nbOccurences */
            lconst_0
            lcmp
            ifge 4
         3: .line 430
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Negative values for the periodicity"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 433
      StackMap locals:
      StackMap stack:
            new java.util.Date
            dup
            invokespecial java.util.Date.<init>:()V
            astore 10 /* currentDate */
        start local 10 // java.util.Date currentDate
         5: .line 437
            aload 10 /* currentDate */
            aload 4 /* date */
            invokevirtual java.util.Date.after:(Ljava/util/Date;)Z
            ifeq 13
         6: .line 439
            aload 4 /* date */
            aload 10 /* currentDate */
            invokevirtual java.util.Date.getTime:()J
            invokevirtual java.util.Date.setTime:(J)V
         7: .line 440
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 13
         8: .line 441
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
         9: .line 442
            new java.lang.StringBuilder
            dup
            ldc "update timer notification to add with:\n\tNotification date = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        10: .line 443
            aload 4 /* date */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        11: .line 442
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 441
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        13: .line 449
      StackMap locals: java.util.Date
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.management.timer.Timer.counterID:I
            iconst_1
            iadd
            dup_x1
            putfield javax.management.timer.Timer.counterID:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 11 /* notifID */
        start local 11 // java.lang.Integer notifID
        14: .line 454
            new javax.management.timer.TimerNotification
            dup
            aload 1 /* type */
            aload 0 /* this */
            lconst_0
            lconst_0
            aload 2 /* message */
            aload 11 /* notifID */
            invokespecial javax.management.timer.TimerNotification.<init>:(Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;Ljava/lang/Integer;)V
            astore 12 /* notif */
        start local 12 // javax.management.timer.TimerNotification notif
        15: .line 455
            aload 12 /* notif */
            aload 3 /* userData */
            invokevirtual javax.management.timer.TimerNotification.setUserData:(Ljava/lang/Object;)V
        16: .line 457
            bipush 6
            anewarray java.lang.Object
            astore 13 /* obj */
        start local 13 // java.lang.Object[] obj
        17: .line 460
            iload 9 /* fixedRate */
            ifeq 20
        18: .line 462
            new javax.management.timer.TimerAlarmClock
            dup
            aload 0 /* this */
            aload 4 /* date */
            invokespecial javax.management.timer.TimerAlarmClock.<init>:(Ljavax/management/timer/Timer;Ljava/util/Date;)V
            astore 14 /* alarmClock */
        start local 14 // javax.management.timer.TimerAlarmClock alarmClock
        19: .line 463
            goto 21
        end local 14 // javax.management.timer.TimerAlarmClock alarmClock
        20: .line 466
      StackMap locals: java.lang.Integer javax.management.timer.TimerNotification java.lang.Object[]
      StackMap stack:
            new javax.management.timer.TimerAlarmClock
            dup
            aload 0 /* this */
            aload 4 /* date */
            invokevirtual java.util.Date.getTime:()J
            aload 10 /* currentDate */
            invokevirtual java.util.Date.getTime:()J
            lsub
            invokespecial javax.management.timer.TimerAlarmClock.<init>:(Ljavax/management/timer/Timer;J)V
            astore 14 /* alarmClock */
        start local 14 // javax.management.timer.TimerAlarmClock alarmClock
        21: .line 472
      StackMap locals: javax.management.timer.TimerAlarmClock
      StackMap stack:
            new java.util.Date
            dup
            aload 4 /* date */
            invokevirtual java.util.Date.getTime:()J
            invokespecial java.util.Date.<init>:(J)V
            astore 15 /* d */
        start local 15 // java.util.Date d
        22: .line 474
            aload 13 /* obj */
            iconst_0
            aload 12 /* notif */
            aastore
        23: .line 475
            aload 13 /* obj */
            iconst_1
            aload 15 /* d */
            aastore
        24: .line 476
            aload 13 /* obj */
            iconst_2
            lload 5 /* period */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
        25: .line 477
            aload 13 /* obj */
            iconst_3
            lload 7 /* nbOccurences */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
        26: .line 478
            aload 13 /* obj */
            iconst_4
            aload 14 /* alarmClock */
            aastore
        27: .line 479
            aload 13 /* obj */
            iconst_5
            iload 9 /* fixedRate */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
        28: .line 481
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 47
        29: .line 482
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
        30: .line 483
            ldc "adding timer notification:\n\t"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        31: .line 484
            ldc "Notification source = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        32: .line 485
            aload 12 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getSource:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        33: .line 486
            ldc "\n\tNotification type = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        34: .line 487
            aload 12 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        35: .line 488
            ldc "\n\tNotification ID = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        36: .line 489
            aload 11 /* notifID */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        37: .line 490
            ldc "\n\tNotification date = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        38: .line 491
            aload 15 /* d */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        39: .line 492
            ldc "\n\tNotification period = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        40: .line 493
            lload 5 /* period */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
        41: .line 494
            ldc "\n\tNotification nb of occurrences = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        42: .line 495
            lload 7 /* nbOccurences */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
        43: .line 496
            ldc "\n\tNotification executes at fixed rate = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        44: .line 497
            iload 9 /* fixedRate */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        45: .line 482
            astore 16 /* strb */
        start local 16 // java.lang.StringBuilder strb
        46: .line 498
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            aload 16 /* strb */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Ljava/lang/StringBuilder;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  java/lang/StringBuilder.toString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V
        end local 16 // java.lang.StringBuilder strb
        47: .line 501
      StackMap locals: java.util.Date
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 11 /* notifID */
            aload 13 /* obj */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        48: .line 505
            aload 0 /* this */
            getfield javax.management.timer.Timer.isActive:Z
            ifeq 53
        49: .line 506
            iload 9 /* fixedRate */
            ifeq 52
        50: .line 508
            aload 0 /* this */
            getfield javax.management.timer.Timer.timer:Ljava/util/Timer;
            aload 14 /* alarmClock */
            aload 14 /* alarmClock */
            getfield javax.management.timer.TimerAlarmClock.next:Ljava/util/Date;
            invokevirtual java.util.Timer.schedule:(Ljava/util/TimerTask;Ljava/util/Date;)V
        51: .line 509
            goto 53
        52: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.timer.Timer.timer:Ljava/util/Timer;
            aload 14 /* alarmClock */
            aload 14 /* alarmClock */
            getfield javax.management.timer.TimerAlarmClock.timeout:J
            invokevirtual java.util.Timer.schedule:(Ljava/util/TimerTask;J)V
        53: .line 516
      StackMap locals:
      StackMap stack:
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "timer notification added"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        54: .line 517
            aload 11 /* notifID */
            areturn
        end local 15 // java.util.Date d
        end local 14 // javax.management.timer.TimerAlarmClock alarmClock
        end local 13 // java.lang.Object[] obj
        end local 12 // javax.management.timer.TimerNotification notif
        end local 11 // java.lang.Integer notifID
        end local 10 // java.util.Date currentDate
        end local 9 // boolean fixedRate
        end local 7 // long nbOccurences
        end local 5 // long period
        end local 4 // java.util.Date date
        end local 3 // java.lang.Object userData
        end local 2 // java.lang.String message
        end local 1 // java.lang.String type
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   55     0          this  Ljavax/management/timer/Timer;
            0   55     1          type  Ljava/lang/String;
            0   55     2       message  Ljava/lang/String;
            0   55     3      userData  Ljava/lang/Object;
            0   55     4          date  Ljava/util/Date;
            0   55     5        period  J
            0   55     7  nbOccurences  J
            0   55     9     fixedRate  Z
            5   55    10   currentDate  Ljava/util/Date;
           14   55    11       notifID  Ljava/lang/Integer;
           15   55    12         notif  Ljavax/management/timer/TimerNotification;
           17   55    13           obj  [Ljava/lang/Object;
           19   20    14    alarmClock  Ljavax/management/timer/TimerAlarmClock;
           21   55    14    alarmClock  Ljavax/management/timer/TimerAlarmClock;
           22   55    15             d  Ljava/util/Date;
           46   47    16          strb  Ljava/lang/StringBuilder;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
              Name  Flags
      type          
      message       
      userData      
      date          
      period        
      nbOccurences  
      fixedRate     

  public synchronized java.lang.Integer addNotification(java.lang.String, java.lang.String, java.lang.Object, java.util.Date, long, long);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;JJ)Ljava/lang/Integer;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=10, locals=9, args_size=7
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String message
        start local 3 // java.lang.Object userData
        start local 4 // java.util.Date date
        start local 5 // long period
        start local 7 // long nbOccurences
         0: .line 561
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* message */
            aload 3 /* userData */
            aload 4 /* date */
            lload 5 /* period */
            lload 7 /* nbOccurences */
            iconst_0
            invokevirtual javax.management.timer.Timer.addNotification:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;JJZ)Ljava/lang/Integer;
            areturn
        end local 7 // long nbOccurences
        end local 5 // long period
        end local 4 // java.util.Date date
        end local 3 // java.lang.Object userData
        end local 2 // java.lang.String message
        end local 1 // java.lang.String type
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Ljavax/management/timer/Timer;
            0    1     1          type  Ljava/lang/String;
            0    1     2       message  Ljava/lang/String;
            0    1     3      userData  Ljava/lang/Object;
            0    1     4          date  Ljava/util/Date;
            0    1     5        period  J
            0    1     7  nbOccurences  J
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
              Name  Flags
      type          
      message       
      userData      
      date          
      period        
      nbOccurences  

  public synchronized java.lang.Integer addNotification(java.lang.String, java.lang.String, java.lang.Object, java.util.Date, long);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;J)Ljava/lang/Integer;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=9, locals=7, args_size=6
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String message
        start local 3 // java.lang.Object userData
        start local 4 // java.util.Date date
        start local 5 // long period
         0: .line 599
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* message */
            aload 3 /* userData */
            aload 4 /* date */
            lload 5 /* period */
            lconst_0
            invokevirtual javax.management.timer.Timer.addNotification:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;JJ)Ljava/lang/Integer;
            areturn
        end local 5 // long period
        end local 4 // java.util.Date date
        end local 3 // java.lang.Object userData
        end local 2 // java.lang.String message
        end local 1 // java.lang.String type
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavax/management/timer/Timer;
            0    1     1      type  Ljava/lang/String;
            0    1     2   message  Ljava/lang/String;
            0    1     3  userData  Ljava/lang/Object;
            0    1     4      date  Ljava/util/Date;
            0    1     5    period  J
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
          Name  Flags
      type      
      message   
      userData  
      date      
      period    

  public synchronized java.lang.Integer addNotification(java.lang.String, java.lang.String, java.lang.Object, java.util.Date);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;)Ljava/lang/Integer;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String message
        start local 3 // java.lang.Object userData
        start local 4 // java.util.Date date
         0: .line 631
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* message */
            aload 3 /* userData */
            aload 4 /* date */
            lconst_0
            lconst_0
            invokevirtual javax.management.timer.Timer.addNotification:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;JJ)Ljava/lang/Integer;
            areturn
        end local 4 // java.util.Date date
        end local 3 // java.lang.Object userData
        end local 2 // java.lang.String message
        end local 1 // java.lang.String type
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavax/management/timer/Timer;
            0    1     1      type  Ljava/lang/String;
            0    1     2   message  Ljava/lang/String;
            0    1     3  userData  Ljava/lang/Object;
            0    1     4      date  Ljava/util/Date;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
          Name  Flags
      type      
      message   
      userData  
      date      

  public synchronized void removeNotification(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Integer id
         0: .line 646
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 647
            new javax.management.InstanceNotFoundException
            dup
            ldc "Timer notification to remove not in the list of notifications"
            invokespecial javax.management.InstanceNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         3: .line 653
            aload 2 /* obj */
            iconst_4
            aaload
            checkcast javax.management.timer.TimerAlarmClock
            astore 3 /* alarmClock */
        start local 3 // javax.management.timer.TimerAlarmClock alarmClock
         4: .line 654
            aload 3 /* alarmClock */
            ifnull 6
         5: .line 665
            aload 3 /* alarmClock */
            invokevirtual javax.management.timer.TimerAlarmClock.cancel:()Z
            pop
         6: .line 670
      StackMap locals: java.lang.Object[] javax.management.timer.TimerAlarmClock
      StackMap stack:
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 25
         7: .line 671
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
         8: .line 672
            ldc "removing timer notification:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 673
            ldc "\n\tNotification source = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 674
            aload 2 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            invokevirtual javax.management.timer.TimerNotification.getSource:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        11: .line 675
            ldc "\n\tNotification type = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 676
            aload 2 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 677
            ldc "\n\tNotification ID = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        14: .line 678
            aload 2 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            invokevirtual javax.management.timer.TimerNotification.getNotificationID:()Ljava/lang/Integer;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        15: .line 679
            ldc "\n\tNotification date = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        16: .line 680
            aload 2 /* obj */
            iconst_1
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        17: .line 681
            ldc "\n\tNotification period = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        18: .line 682
            aload 2 /* obj */
            iconst_2
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        19: .line 683
            ldc "\n\tNotification nb of occurrences = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        20: .line 684
            aload 2 /* obj */
            iconst_3
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        21: .line 685
            ldc "\n\tNotification executes at fixed rate = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 686
            aload 2 /* obj */
            iconst_5
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        23: .line 671
            astore 4 /* strb */
        start local 4 // java.lang.StringBuilder strb
        24: .line 687
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            aload 4 /* strb */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Ljava/lang/StringBuilder;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  java/lang/StringBuilder.toString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V
        end local 4 // java.lang.StringBuilder strb
        25: .line 690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        26: .line 692
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "timer notification removed"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        27: .line 693
            return
        end local 3 // javax.management.timer.TimerAlarmClock alarmClock
        end local 2 // java.lang.Object[] obj
        end local 1 // java.lang.Integer id
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Ljavax/management/timer/Timer;
            0   28     1          id  Ljava/lang/Integer;
            3   28     2         obj  [Ljava/lang/Object;
            4   28     3  alarmClock  Ljavax/management/timer/TimerAlarmClock;
           24   25     4        strb  Ljava/lang/StringBuilder;
    Exceptions:
      throws javax.management.InstanceNotFoundException
    MethodParameters:
      Name  Flags
      id    

  public synchronized void removeNotifications(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.String type
         0: .line 705
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual javax.management.timer.Timer.getNotificationIDs:(Ljava/lang/String;)Ljava/util/Vector;
            astore 2 /* v */
        start local 2 // java.util.Vector v
         1: .line 707
            aload 2 /* v */
            invokevirtual java.util.Vector.isEmpty:()Z
            ifeq 3
         2: .line 708
            new javax.management.InstanceNotFoundException
            dup
            ldc "Timer notifications to remove not in the list of notifications"
            invokespecial javax.management.InstanceNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 710
      StackMap locals: java.util.Vector
      StackMap stack:
            aload 2 /* v */
            invokevirtual java.util.Vector.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: javax.management.timer.Timer java.lang.String java.util.Vector top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 3 /* i */
        start local 3 // java.lang.Integer i
         5: .line 711
            aload 0 /* this */
            aload 3 /* i */
            invokevirtual javax.management.timer.Timer.removeNotification:(Ljava/lang/Integer;)V
        end local 3 // java.lang.Integer i
         6: .line 710
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 712
            return
        end local 2 // java.util.Vector v
        end local 1 // java.lang.String type
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/management/timer/Timer;
            0    8     1  type  Ljava/lang/String;
            1    8     2     v  Ljava/util/Vector<Ljava/lang/Integer;>;
            5    6     3     i  Ljava/lang/Integer;
    Exceptions:
      throws javax.management.InstanceNotFoundException
    MethodParameters:
      Name  Flags
      type  

  public synchronized void removeAllNotifications();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 722
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: javax.management.timer.Timer top top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         2: .line 726
            aload 2 /* obj */
            iconst_4
            aaload
            checkcast javax.management.timer.TimerAlarmClock
            astore 1 /* alarmClock */
        start local 1 // javax.management.timer.TimerAlarmClock alarmClock
         3: .line 739
            aload 1 /* alarmClock */
            invokevirtual javax.management.timer.TimerAlarmClock.cancel:()Z
            pop
        end local 2 // java.lang.Object[] obj
        end local 1 // javax.management.timer.TimerAlarmClock alarmClock
         4: .line 722
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 743
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "removing all timer notifications"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         6: .line 745
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         7: .line 747
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "all timer notifications removed"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         8: .line 750
            aload 0 /* this */
            iconst_0
            putfield javax.management.timer.Timer.counterID:I
         9: .line 752
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "timer notification counter ID reset"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        10: .line 753
            return
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Ljavax/management/timer/Timer;
            3    4     1  alarmClock  Ljavax/management/timer/TimerAlarmClock;
            2    4     2         obj  [Ljava/lang/Object;

  public synchronized int getNbNotifications();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 764
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            ireturn
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/timer/Timer;

  public synchronized java.util.Vector<java.lang.Integer> getAllNotificationIDs();
    descriptor: ()Ljava/util/Vector;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 774
            new java.util.Vector
            dup
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokespecial java.util.Vector.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/timer/Timer;
    Signature: ()Ljava/util/Vector<Ljava/lang/Integer;>;

  public synchronized java.util.Vector<java.lang.Integer> getNotificationIDs(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Vector;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.String type
         0: .line 791
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 3 /* v */
        start local 3 // java.util.Vector v
         1: .line 793
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: javax.management.timer.Timer java.lang.String top java.util.Vector top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         3: .line 794
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 6 /* obj */
        start local 6 // java.lang.Object[] obj
         4: .line 795
            aload 6 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
            astore 2 /* s */
        start local 2 // java.lang.String s
         5: .line 796
            aload 1 /* type */
            ifnonnull 6
            aload 2 /* s */
            ifnonnull 8
            goto 7
      StackMap locals: javax.management.timer.Timer java.lang.String java.lang.String java.util.Vector java.util.Map$Entry java.util.Iterator java.lang.Object[]
      StackMap stack:
         6: aload 1 /* type */
            aload 2 /* s */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 797
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        end local 6 // java.lang.Object[] obj
        end local 4 // java.util.Map$Entry entry
        end local 2 // java.lang.String s
         8: .line 793
      StackMap locals: javax.management.timer.Timer java.lang.String top java.util.Vector top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 799
            aload 3 /* v */
            areturn
        end local 3 // java.util.Vector v
        end local 1 // java.lang.String type
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljavax/management/timer/Timer;
            0   10     1   type  Ljava/lang/String;
            5    8     2      s  Ljava/lang/String;
            1   10     3      v  Ljava/util/Vector<Ljava/lang/Integer;>;
            3    8     4  entry  Ljava/util/Map$Entry<Ljava/lang/Integer;[Ljava/lang/Object;>;
            4    8     6    obj  [Ljava/lang/Object;
    Signature: (Ljava/lang/String;)Ljava/util/Vector<Ljava/lang/Integer;>;
    MethodParameters:
      Name  Flags
      type  

  public synchronized java.lang.String getNotificationType(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Integer id
         0: .line 813
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         1: .line 814
            aload 2 /* obj */
            ifnull 3
         2: .line 815
            aload 2 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
            areturn
         3: .line 817
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object[] obj
        end local 1 // java.lang.Integer id
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/management/timer/Timer;
            0    4     1    id  Ljava/lang/Integer;
            1    4     2   obj  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      id    

  public synchronized java.lang.String getNotificationMessage(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Integer id
         0: .line 830
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         1: .line 831
            aload 2 /* obj */
            ifnull 3
         2: .line 832
            aload 2 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            invokevirtual javax.management.timer.TimerNotification.getMessage:()Ljava/lang/String;
            areturn
         3: .line 834
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object[] obj
        end local 1 // java.lang.Integer id
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/management/timer/Timer;
            0    4     1    id  Ljava/lang/Integer;
            1    4     2   obj  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      id    

  public synchronized java.lang.Object getNotificationUserData(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Ljava/lang/Object;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Integer id
         0: .line 850
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         1: .line 851
            aload 2 /* obj */
            ifnull 3
         2: .line 852
            aload 2 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            invokevirtual javax.management.timer.TimerNotification.getUserData:()Ljava/lang/Object;
            areturn
         3: .line 854
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object[] obj
        end local 1 // java.lang.Integer id
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/management/timer/Timer;
            0    4     1    id  Ljava/lang/Integer;
            1    4     2   obj  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      id    

  public synchronized java.util.Date getDate(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Ljava/util/Date;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Integer id
         0: .line 867
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         1: .line 868
            aload 2 /* obj */
            ifnull 4
         2: .line 869
            aload 2 /* obj */
            iconst_1
            aaload
            checkcast java.util.Date
            astore 3 /* date */
        start local 3 // java.util.Date date
         3: .line 870
            new java.util.Date
            dup
            aload 3 /* date */
            invokevirtual java.util.Date.getTime:()J
            invokespecial java.util.Date.<init>:(J)V
            areturn
        end local 3 // java.util.Date date
         4: .line 872
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object[] obj
        end local 1 // java.lang.Integer id
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/management/timer/Timer;
            0    5     1    id  Ljava/lang/Integer;
            1    5     2   obj  [Ljava/lang/Object;
            3    4     3  date  Ljava/util/Date;
    MethodParameters:
      Name  Flags
      id    

  public synchronized java.lang.Long getPeriod(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Ljava/lang/Long;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Integer id
         0: .line 885
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         1: .line 886
            aload 2 /* obj */
            ifnull 3
         2: .line 887
            aload 2 /* obj */
            iconst_2
            aaload
            checkcast java.lang.Long
            areturn
         3: .line 889
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object[] obj
        end local 1 // java.lang.Integer id
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/management/timer/Timer;
            0    4     1    id  Ljava/lang/Integer;
            1    4     2   obj  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      id    

  public synchronized java.lang.Long getNbOccurences(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Ljava/lang/Long;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Integer id
         0: .line 902
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         1: .line 903
            aload 2 /* obj */
            ifnull 3
         2: .line 904
            aload 2 /* obj */
            iconst_3
            aaload
            checkcast java.lang.Long
            areturn
         3: .line 906
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object[] obj
        end local 1 // java.lang.Integer id
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/management/timer/Timer;
            0    4     1    id  Ljava/lang/Integer;
            1    4     2   obj  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      id    

  public synchronized java.lang.Boolean getFixedRate(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Ljava/lang/Boolean;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Integer id
         0: .line 920
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         1: .line 921
            aload 2 /* obj */
            ifnull 4
         2: .line 922
            aload 2 /* obj */
            iconst_5
            aaload
            checkcast java.lang.Boolean
            astore 3 /* fixedRate */
        start local 3 // java.lang.Boolean fixedRate
         3: .line 923
            aload 3 /* fixedRate */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 3 // java.lang.Boolean fixedRate
         4: .line 925
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object[] obj
        end local 1 // java.lang.Integer id
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Ljavax/management/timer/Timer;
            0    5     1         id  Ljava/lang/Integer;
            1    5     2        obj  [Ljava/lang/Object;
            3    4     3  fixedRate  Ljava/lang/Boolean;
    MethodParameters:
      Name  Flags
      id    

  public boolean getSendPastNotifications();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 937
            aload 0 /* this */
            getfield javax.management.timer.Timer.sendPastNotifications:Z
            ireturn
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/timer/Timer;

  public void setSendPastNotifications(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // boolean value
         0: .line 949
            aload 0 /* this */
            iload 1 /* value */
            putfield javax.management.timer.Timer.sendPastNotifications:Z
         1: .line 950
            return
        end local 1 // boolean value
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/management/timer/Timer;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public boolean isActive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 961
            aload 0 /* this */
            getfield javax.management.timer.Timer.isActive:Z
            ireturn
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/timer/Timer;

  public synchronized boolean isEmpty();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.timer.Timer this
         0: .line 970
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ireturn
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/timer/Timer;

  private synchronized void sendPastNotifications(java.util.Date, boolean);
    descriptor: (Ljava/util/Date;Z)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.util.Date currentDate
        start local 2 // boolean currentFlag
         0: .line 992
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
         1: .line 991
            astore 6 /* values */
        start local 6 // java.util.ArrayList values
         2: .line 994
            aload 6 /* values */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 8
            goto 32
      StackMap locals: javax.management.timer.Timer java.util.Date int top top top java.util.ArrayList top java.util.Iterator
      StackMap stack:
         3: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 7 /* obj */
        start local 7 // java.lang.Object[] obj
         4: .line 998
            aload 7 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            astore 3 /* notif */
        start local 3 // javax.management.timer.TimerNotification notif
         5: .line 999
            aload 3 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getNotificationID:()Ljava/lang/Integer;
            astore 4 /* notifID */
        start local 4 // java.lang.Integer notifID
         6: .line 1000
            aload 7 /* obj */
            iconst_1
            aaload
            checkcast java.util.Date
            astore 5 /* date */
        start local 5 // java.util.Date date
         7: .line 1006
            goto 31
         8: .line 1008
      StackMap locals: javax.management.timer.Timer java.util.Date int javax.management.timer.TimerNotification java.lang.Integer java.util.Date java.util.ArrayList java.lang.Object[] java.util.Iterator
      StackMap stack:
            iload 2 /* currentFlag */
            ifeq 30
         9: .line 1009
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 28
        10: .line 1010
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
        11: .line 1011
            ldc "sending past timer notification:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 1012
            ldc "\n\tNotification source = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 1013
            aload 3 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getSource:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        14: .line 1014
            ldc "\n\tNotification type = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        15: .line 1015
            aload 3 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        16: .line 1016
            ldc "\n\tNotification ID = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 1017
            aload 3 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getNotificationID:()Ljava/lang/Integer;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        18: .line 1018
            ldc "\n\tNotification date = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        19: .line 1019
            aload 5 /* date */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        20: .line 1020
            ldc "\n\tNotification period = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        21: .line 1021
            aload 7 /* obj */
            iconst_2
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        22: .line 1022
            ldc "\n\tNotification nb of occurrences = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 1023
            aload 7 /* obj */
            iconst_3
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        24: .line 1024
            ldc "\n\tNotification executes at fixed rate = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        25: .line 1025
            aload 7 /* obj */
            iconst_5
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        26: .line 1010
            astore 9 /* strb */
        start local 9 // java.lang.StringBuilder strb
        27: .line 1026
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            aload 9 /* strb */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Ljava/lang/StringBuilder;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  java/lang/StringBuilder.toString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V
        end local 9 // java.lang.StringBuilder strb
        28: .line 1028
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* date */
            aload 3 /* notif */
            invokevirtual javax.management.timer.Timer.sendNotification:(Ljava/util/Date;Ljavax/management/timer/TimerNotification;)V
        29: .line 1030
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "past timer notification sent"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        30: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getNotificationID:()Ljava/lang/Integer;
            invokevirtual javax.management.timer.Timer.updateTimerTable:(Ljava/lang/Integer;)V
        31: .line 1006
      StackMap locals:
      StackMap stack:
            aload 1 /* currentDate */
            aload 5 /* date */
            invokevirtual java.util.Date.after:(Ljava/util/Date;)Z
            ifeq 32
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 4 /* notifID */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 8
        end local 7 // java.lang.Object[] obj
        end local 5 // java.util.Date date
        end local 4 // java.lang.Integer notifID
        end local 3 // javax.management.timer.TimerNotification notif
        32: .line 994
      StackMap locals: javax.management.timer.Timer java.util.Date int top top top java.util.ArrayList top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        33: .line 1038
            return
        end local 6 // java.util.ArrayList values
        end local 2 // boolean currentFlag
        end local 1 // java.util.Date currentDate
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   34     0         this  Ljavax/management/timer/Timer;
            0   34     1  currentDate  Ljava/util/Date;
            0   34     2  currentFlag  Z
            5   32     3        notif  Ljavax/management/timer/TimerNotification;
            6   32     4      notifID  Ljava/lang/Integer;
            7   32     5         date  Ljava/util/Date;
            2   34     6       values  Ljava/util/ArrayList<[Ljava/lang/Object;>;
            4   32     7          obj  [Ljava/lang/Object;
           27   28     9         strb  Ljava/lang/StringBuilder;
    MethodParameters:
             Name  Flags
      currentDate  
      currentFlag  

  private synchronized void updateTimerTable(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=8, locals=10, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.lang.Integer notifID
         0: .line 1057
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* notifID */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* obj */
        start local 2 // java.lang.Object[] obj
         1: .line 1058
            aload 2 /* obj */
            iconst_1
            aaload
            checkcast java.util.Date
            astore 3 /* date */
        start local 3 // java.util.Date date
         2: .line 1059
            aload 2 /* obj */
            iconst_2
            aaload
            checkcast java.lang.Long
            astore 4 /* period */
        start local 4 // java.lang.Long period
         3: .line 1060
            aload 2 /* obj */
            iconst_3
            aaload
            checkcast java.lang.Long
            astore 5 /* nbOccurences */
        start local 5 // java.lang.Long nbOccurences
         4: .line 1061
            aload 2 /* obj */
            iconst_5
            aaload
            checkcast java.lang.Boolean
            astore 6 /* fixedRate */
        start local 6 // java.lang.Boolean fixedRate
         5: .line 1062
            aload 2 /* obj */
            iconst_4
            aaload
            checkcast javax.management.timer.TimerAlarmClock
            astore 7 /* alarmClock */
        start local 7 // javax.management.timer.TimerAlarmClock alarmClock
         6: .line 1064
            aload 4 /* period */
            invokevirtual java.lang.Long.longValue:()J
            lconst_0
            lcmp
            ifeq 45
         7: .line 1073
            aload 5 /* nbOccurences */
            invokevirtual java.lang.Long.longValue:()J
            lconst_0
            lcmp
            ifeq 8
            aload 5 /* nbOccurences */
            invokevirtual java.lang.Long.longValue:()J
            lconst_1
            lcmp
            ifle 41
         8: .line 1075
      StackMap locals: javax.management.timer.Timer java.lang.Integer java.lang.Object[] java.util.Date java.lang.Long java.lang.Long java.lang.Boolean javax.management.timer.TimerAlarmClock
      StackMap stack:
            aload 3 /* date */
            aload 3 /* date */
            invokevirtual java.util.Date.getTime:()J
            aload 4 /* period */
            invokevirtual java.lang.Long.longValue:()J
            ladd
            invokevirtual java.util.Date.setTime:(J)V
         9: .line 1076
            aload 2 /* obj */
            iconst_3
            lconst_0
            aload 5 /* nbOccurences */
            invokevirtual java.lang.Long.longValue:()J
            lconst_1
            lsub
            invokestatic java.lang.Math.max:(JJ)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
        10: .line 1077
            aload 2 /* obj */
            iconst_3
            aaload
            checkcast java.lang.Long
            astore 5 /* nbOccurences */
        11: .line 1079
            aload 0 /* this */
            getfield javax.management.timer.Timer.isActive:Z
            ifeq 20
        12: .line 1080
            aload 6 /* fixedRate */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 17
        13: .line 1082
            new javax.management.timer.TimerAlarmClock
            dup
            aload 0 /* this */
            aload 3 /* date */
            invokespecial javax.management.timer.TimerAlarmClock.<init>:(Ljavax/management/timer/Timer;Ljava/util/Date;)V
            astore 7 /* alarmClock */
        14: .line 1083
            aload 2 /* obj */
            iconst_4
            aload 7 /* alarmClock */
            aastore
        15: .line 1084
            aload 0 /* this */
            getfield javax.management.timer.Timer.timer:Ljava/util/Timer;
            aload 7 /* alarmClock */
            aload 7 /* alarmClock */
            getfield javax.management.timer.TimerAlarmClock.next:Ljava/util/Date;
            invokevirtual java.util.Timer.schedule:(Ljava/util/TimerTask;Ljava/util/Date;)V
        16: .line 1085
            goto 20
        17: .line 1088
      StackMap locals:
      StackMap stack:
            new javax.management.timer.TimerAlarmClock
            dup
            aload 0 /* this */
            aload 4 /* period */
            invokevirtual java.lang.Long.longValue:()J
            invokespecial javax.management.timer.TimerAlarmClock.<init>:(Ljavax/management/timer/Timer;J)V
            astore 7 /* alarmClock */
        18: .line 1089
            aload 2 /* obj */
            iconst_4
            aload 7 /* alarmClock */
            aastore
        19: .line 1090
            aload 0 /* this */
            getfield javax.management.timer.Timer.timer:Ljava/util/Timer;
            aload 7 /* alarmClock */
            aload 7 /* alarmClock */
            getfield javax.management.timer.TimerAlarmClock.timeout:J
            invokevirtual java.util.Timer.schedule:(Ljava/util/TimerTask;J)V
        20: .line 1093
      StackMap locals:
      StackMap stack:
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 48
        21: .line 1094
            aload 2 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            astore 8 /* notif */
        start local 8 // javax.management.timer.TimerNotification notif
        22: .line 1095
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
        23: .line 1096
            ldc "update timer notification with:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        24: .line 1097
            ldc "\n\tNotification source = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        25: .line 1098
            aload 8 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getSource:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        26: .line 1099
            ldc "\n\tNotification type = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        27: .line 1100
            aload 8 /* notif */
            invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        28: .line 1101
            ldc "\n\tNotification ID = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        29: .line 1102
            aload 1 /* notifID */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        30: .line 1103
            ldc "\n\tNotification date = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        31: .line 1104
            aload 3 /* date */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        32: .line 1105
            ldc "\n\tNotification period = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        33: .line 1106
            aload 4 /* period */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        34: .line 1107
            ldc "\n\tNotification nb of occurrences = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        35: .line 1108
            aload 5 /* nbOccurences */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        36: .line 1109
            ldc "\n\tNotification executes at fixed rate = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        37: .line 1110
            aload 6 /* fixedRate */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        38: .line 1095
            astore 9 /* strb */
        start local 9 // java.lang.StringBuilder strb
        39: .line 1111
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            aload 9 /* strb */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Ljava/lang/StringBuilder;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  java/lang/StringBuilder.toString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V
        end local 9 // java.lang.StringBuilder strb
        end local 8 // javax.management.timer.TimerNotification notif
        40: .line 1113
            goto 48
        41: .line 1115
      StackMap locals:
      StackMap stack:
            aload 7 /* alarmClock */
            ifnull 43
        42: .line 1124
            aload 7 /* alarmClock */
            invokevirtual javax.management.timer.TimerAlarmClock.cancel:()Z
            pop
        43: .line 1126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* notifID */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        44: .line 1128
            goto 48
        45: .line 1130
      StackMap locals:
      StackMap stack:
            aload 7 /* alarmClock */
            ifnull 47
        46: .line 1140
            aload 7 /* alarmClock */
            invokevirtual javax.management.timer.TimerAlarmClock.cancel:()Z
            pop
        47: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            aload 1 /* notifID */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        48: .line 1144
      StackMap locals:
      StackMap stack:
            return
        end local 7 // javax.management.timer.TimerAlarmClock alarmClock
        end local 6 // java.lang.Boolean fixedRate
        end local 5 // java.lang.Long nbOccurences
        end local 4 // java.lang.Long period
        end local 3 // java.util.Date date
        end local 2 // java.lang.Object[] obj
        end local 1 // java.lang.Integer notifID
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   49     0          this  Ljavax/management/timer/Timer;
            0   49     1       notifID  Ljava/lang/Integer;
            1   49     2           obj  [Ljava/lang/Object;
            2   49     3          date  Ljava/util/Date;
            3   49     4        period  Ljava/lang/Long;
            4   49     5  nbOccurences  Ljava/lang/Long;
            5   49     6     fixedRate  Ljava/lang/Boolean;
            6   49     7    alarmClock  Ljavax/management/timer/TimerAlarmClock;
           22   40     8         notif  Ljavax/management/timer/TimerNotification;
           39   40     9          strb  Ljava/lang/StringBuilder;
    MethodParameters:
         Name  Flags
      notifID  

  void notifyAlarmClock(javax.management.timer.TimerAlarmClockNotification);
    descriptor: (Ljavax/management/timer/TimerAlarmClockNotification;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // javax.management.timer.Timer this
        start local 1 // javax.management.timer.TimerAlarmClockNotification notification
         0: .line 1161
            aconst_null
            astore 2 /* timerNotification */
        start local 2 // javax.management.timer.TimerNotification timerNotification
         1: .line 1162
            aconst_null
            astore 3 /* timerDate */
        start local 3 // java.util.Date timerDate
         2: .line 1166
            aload 1 /* notification */
            invokevirtual javax.management.timer.TimerAlarmClockNotification.getSource:()Ljava/lang/Object;
            checkcast javax.management.timer.TimerAlarmClock
            astore 4 /* alarmClock */
        start local 4 // javax.management.timer.TimerAlarmClock alarmClock
         3: .line 1168
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         4: .line 1169
            aload 0 /* this */
            getfield javax.management.timer.Timer.timerTable:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 10
      StackMap locals: javax.management.timer.Timer javax.management.timer.TimerAlarmClockNotification javax.management.timer.TimerNotification java.util.Date javax.management.timer.TimerAlarmClock javax.management.timer.Timer top java.util.Iterator
      StackMap stack:
         5: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 6 /* obj */
        start local 6 // java.lang.Object[] obj
         6: .line 1170
            aload 6 /* obj */
            iconst_4
            aaload
            aload 4 /* alarmClock */
            if_acmpne 10
         7: .line 1171
            aload 6 /* obj */
            iconst_0
            aaload
            checkcast javax.management.timer.TimerNotification
            astore 2 /* timerNotification */
         8: .line 1172
            aload 6 /* obj */
            iconst_1
            aaload
            checkcast java.util.Date
            astore 3 /* timerDate */
         9: .line 1173
            goto 11
        end local 6 // java.lang.Object[] obj
        10: .line 1169
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        11: .line 1168
      StackMap locals: javax.management.timer.Timer javax.management.timer.TimerAlarmClockNotification javax.management.timer.TimerNotification java.util.Date javax.management.timer.TimerAlarmClock javax.management.timer.Timer
      StackMap stack:
            aload 5
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 5
            monitorexit
        14: athrow
        15: .line 1180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* timerDate */
            aload 2 /* timerNotification */
            invokevirtual javax.management.timer.Timer.sendNotification:(Ljava/util/Date;Ljavax/management/timer/TimerNotification;)V
        16: .line 1184
            aload 0 /* this */
            aload 2 /* timerNotification */
            invokevirtual javax.management.timer.TimerNotification.getNotificationID:()Ljava/lang/Integer;
            invokevirtual javax.management.timer.Timer.updateTimerTable:(Ljava/lang/Integer;)V
        17: .line 1185
            return
        end local 4 // javax.management.timer.TimerAlarmClock alarmClock
        end local 3 // java.util.Date timerDate
        end local 2 // javax.management.timer.TimerNotification timerNotification
        end local 1 // javax.management.timer.TimerAlarmClockNotification notification
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Ljavax/management/timer/Timer;
            0   18     1       notification  Ljavax/management/timer/TimerAlarmClockNotification;
            1   18     2  timerNotification  Ljavax/management/timer/TimerNotification;
            2   18     3          timerDate  Ljava/util/Date;
            3   18     4         alarmClock  Ljavax/management/timer/TimerAlarmClock;
            6   10     6                obj  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           4    12      13  any
          13    14      13  any
    MethodParameters:
              Name  Flags
      notification  

  void sendNotification(java.util.Date, javax.management.timer.TimerNotification);
    descriptor: (Ljava/util/Date;Ljavax/management/timer/TimerNotification;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // javax.management.timer.Timer this
        start local 1 // java.util.Date timeStamp
        start local 2 // javax.management.timer.TimerNotification notification
         0: .line 1196
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 13
         1: .line 1197
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
         2: .line 1198
            ldc "sending timer notification:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 1199
            ldc "\n\tNotification source = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 1200
            aload 2 /* notification */
            invokevirtual javax.management.timer.TimerNotification.getSource:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         5: .line 1201
            ldc "\n\tNotification type = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 1202
            aload 2 /* notification */
            invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 1203
            ldc "\n\tNotification ID = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 1204
            aload 2 /* notification */
            invokevirtual javax.management.timer.TimerNotification.getNotificationID:()Ljava/lang/Integer;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         9: .line 1205
            ldc "\n\tNotification date = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 1206
            aload 1 /* timeStamp */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        11: .line 1197
            astore 3 /* strb */
        start local 3 // java.lang.StringBuilder strb
        12: .line 1207
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            aload 3 /* strb */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Ljava/lang/StringBuilder;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  java/lang/StringBuilder.toString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V
        end local 3 // java.lang.StringBuilder strb
        13: .line 1210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 5
            monitorenter
        14: .line 1211
            aload 0 /* this */
            dup
            getfield javax.management.timer.Timer.sequenceNumber:J
            lconst_1
            ladd
            putfield javax.management.timer.Timer.sequenceNumber:J
        15: .line 1212
            aload 0 /* this */
            getfield javax.management.timer.Timer.sequenceNumber:J
            lstore 3 /* curSeqNumber */
        start local 3 // long curSeqNumber
        16: .line 1210
            aload 5
            monitorexit
        17: goto 20
        end local 3 // long curSeqNumber
      StackMap locals: javax.management.timer.Timer java.util.Date javax.management.timer.TimerNotification top top javax.management.timer.Timer
      StackMap stack: java.lang.Throwable
        18: aload 5
            monitorexit
        19: athrow
        start local 3 // long curSeqNumber
        20: .line 1214
      StackMap locals: javax.management.timer.Timer java.util.Date javax.management.timer.TimerNotification long
      StackMap stack:
            aload 2 /* notification */
            dup
            astore 5
            monitorenter
        21: .line 1215
            aload 2 /* notification */
            aload 1 /* timeStamp */
            invokevirtual java.util.Date.getTime:()J
            invokevirtual javax.management.timer.TimerNotification.setTimeStamp:(J)V
        22: .line 1216
            aload 2 /* notification */
            lload 3 /* curSeqNumber */
            invokevirtual javax.management.timer.TimerNotification.setSequenceNumber:(J)V
        23: .line 1217
            aload 0 /* this */
            aload 2 /* notification */
            invokevirtual javax.management.timer.TimerNotification.cloneTimerNotification:()Ljava/lang/Object;
            checkcast javax.management.timer.TimerNotification
            invokevirtual javax.management.timer.Timer.sendNotification:(Ljavax/management/Notification;)V
        24: .line 1214
            aload 5
            monitorexit
        25: goto 28
      StackMap locals: javax.management.timer.Timer java.util.Date javax.management.timer.TimerNotification long javax.management.timer.TimerNotification
      StackMap stack: java.lang.Throwable
        26: aload 5
            monitorexit
        27: athrow
        28: .line 1220
      StackMap locals:
      StackMap stack:
            getstatic com.sun.jmx.defaults.JmxProperties.TIMER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.TRACE:Ljava/lang/System$Logger$Level;
            ldc "timer notification sent"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        29: .line 1221
            return
        end local 3 // long curSeqNumber
        end local 2 // javax.management.timer.TimerNotification notification
        end local 1 // java.util.Date timeStamp
        end local 0 // javax.management.timer.Timer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   30     0          this  Ljavax/management/timer/Timer;
            0   30     1     timeStamp  Ljava/util/Date;
            0   30     2  notification  Ljavax/management/timer/TimerNotification;
           12   13     3          strb  Ljava/lang/StringBuilder;
           16   18     3  curSeqNumber  J
           20   30     3  curSeqNumber  J
      Exception table:
        from    to  target  type
          14    17      18  any
          18    19      18  any
          21    25      26  any
          26    27      26  any
    MethodParameters:
              Name  Flags
      timeStamp     
      notification  
}
SourceFile: "Timer.java"
InnerClasses:
  public abstract Logger = java.lang.System$Logger of java.lang.System
  public final Level = java.lang.System$Logger$Level of java.lang.System$Logger
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map