8300317: vmTestbase/nsk/stress/strace/strace* tests fail with "ERROR: wrong lengths of stack traces"

Reviewed-by: dholmes, mseledtsov
This commit is contained in:
Leonid Mesnik 2023-03-15 17:15:51 +00:00
parent 35a2969057
commit 7ad48ea3ad

View File

@ -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"