History log of /openjdk10/jdk/test/javax/management/timer/MissingNotificationTest.java
Revision Date Author Comments
# 16958:13c06d444258 15-Mar-2017 iignatyev

8176176: fix @modules in jdk_svc tests
Reviewed-by: shurailine, sspitsyn


# 11884:b45c81ca8671 07-May-2015 ykantser

8078896: Add @modules as needed to the jdk_svc tests
Reviewed-by: alanb, mchung


# 11822:110f7f35760f 29-Apr-2015 darcy

8078334: Mark regression tests using randomness
Reviewed-by: xuelei, alanb


# 5983:b2d8a99a049e 17-Oct-2012 dsamersoff

6809322: javax.management.timer.Timer does not fire all notifications
Summary: Some notifications get dropped due to ConcurrentModificationException thrown in Timer.notifyAlarmClock() method.
Reviewed-by: dholmes, rbackman
Contributed-by: jaroslav.bachorik@oracle.com