From 7ad48ea3ad3e90de64fbc73bf6d555a567b994f4 Mon Sep 17 00:00:00 2001 From: Leonid Mesnik Date: Wed, 15 Mar 2023 17:15:51 +0000 Subject: [PATCH] 8300317: vmTestbase/nsk/stress/strace/strace* tests fail with "ERROR: wrong lengths of stack traces" Reviewed-by: dholmes, mseledtsov --- test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.java b/test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.java index 2895be16306..437e4f9e21c 100644 --- a/test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.java +++ b/test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.java @@ -139,7 +139,7 @@ public class strace015 extends StraceBase { for (int i = 1; i < THRD_COUNT; i++) { all = traces.get(threads[i]); int k = all.length; - if (count - k > 2) { + if (count - k > 3) { complain("wrong lengths of stack traces:\n\t" + threads[0].getName() + ": " + count + "\t"