< prev index next >

test/java/util/logging/TestLogConfigurationDeadLockWithConf.java

Print this page

        

@@ -44,10 +44,11 @@
  * @bug 8027670 8029281
  * @summary Deadlock in drainLoggerRefQueueBounded / readConfiguration
  *          caused by synchronization issues in Logger and LogManager.
  * @run main/othervm TestLogConfigurationDeadLockWithConf
  * @author danielfuchs
+ * @key randomness
  */
 // This test is a best effort to try & detect issues. The test itself will run
 // for 8secs. This is usually sufficient to detect issues.
 // However to get a greater confidence it is recommended to run this test in a loop:
 // e.g. use something like:
< prev index next >