< prev index next >

test/java/util/logging/LoggingDeadlock.java

Print this page

        

@@ -28,10 +28,14 @@
  * @summary deadlock in LogManager
  * @author  Serguei Spitsyn / SAP
  *
  * @build    LoggingDeadlock
  * @run  main/timeout=15 LoggingDeadlock
+ * @key randomness
+ */
+
+/*
  *
  * There can be a deadlock between two class initializations.
  * It happens if the LogManager.<clinit> and the Logger.<clinit>
  * are invoked concurrently on two different threads.
  * There is a cyclic dependence between the two static initializers:
< prev index next >