From d4ef7fae99b8c3595cc28a08744403a2905c6ddd Mon Sep 17 00:00:00 2001 From: Coleen Phillimore Date: Mon, 31 Aug 2020 09:32:44 -0400 Subject: [PATCH] 8230052: MLVM findDeadlock test timed out Add logging for debugging for the next timeout Reviewed-by: iignatyev, iklam, pchilanomate, dholmes --- .../vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java b/test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java index 7e139fe4f8b..b60942b08d1 100644 --- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java @@ -44,6 +44,6 @@ * @build vm.mlvm.mixed.stress.java.findDeadlock.INDIFY_Test * @run driver vm.mlvm.share.IndifiedClassesBuilder * - * @run main/othervm vm.mlvm.mixed.stress.java.findDeadlock.INDIFY_Test + * @run main/othervm -Xlog:gc,safepoint vm.mlvm.mixed.stress.java.findDeadlock.INDIFY_Test */