< prev index next >

test/java/util/logging/LoggingDeadlock2.java

Print this page

        

@@ -27,10 +27,14 @@
  * @summary deadlock occurs in LogManager initialization and JVM termination
  * @author  Serguei Spitsyn / Hitachi / Martin Buchholz
  *
  * @build    LoggingDeadlock2
  * @run  main LoggingDeadlock2
+ * @key randomness
+ */
+
+/*
  *
  * There is a clear deadlock between LogManager.<clinit> and
  * Cleaner.run() methods.
  * T1 thread:
  *   The LogManager.<clinit> creates LogManager.manager object,
< prev index next >