changeset 10231:014fc8b2e4c1

8048913: java/util/logging/LoggingDeadlock2.java times out Summary: removes the /timeout=15 parameter from the @run command line Reviewed-by: mchung, dholmes
author dfuchs
date Wed, 09 Jul 2014 17:51:50 +0200
parents ba80109a9b3e
children 6fa6a22a6382
files test/java/util/logging/LoggingDeadlock2.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/util/logging/LoggingDeadlock2.java	Mon Nov 03 18:18:28 2014 -0800
+++ b/test/java/util/logging/LoggingDeadlock2.java	Wed Jul 09 17:51:50 2014 +0200
@@ -28,7 +28,7 @@
  * @author  Serguei Spitsyn / Hitachi / Martin Buchholz
  *
  * @build    LoggingDeadlock2
- * @run  main/timeout=15 LoggingDeadlock2
+ * @run  main LoggingDeadlock2
  *
  * There is a clear deadlock between LogManager.<clinit> and
  * Cleaner.run() methods.