Integrated: 8295099: vmTestbase/nsk/stress/strace/strace013.java failed with "TestFailure: wrong lengths of stack traces: strace013Thread0: NNN strace013Thread83: MMM"
David Holmes
dholmes at openjdk.org
Fri Nov 11 03:45:42 UTC 2022
On Mon, 7 Nov 2022 05:37:50 GMT, David Holmes <dholmes at openjdk.org> wrote:
> The test is incorrectly synchronized and may take the stack trace of a thread before it has entered the wait() and thus be three frames short of the correct stack. So I cleaned that up to ensure things are correctly synchronized.
>
> A number of comments in the test description etc were wrong so I also fixed those.
>
> These tests are stylistically awful but I refrained from embarking on a major cleanup and adopted the prevailing styles.
>
> Testing: local plus 50x on each platform (in progress)
>
> Thanks.
This pull request has now been integrated.
Changeset: 956d75bc
Author: David Holmes <dholmes at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/956d75bcc0a358b7ff6d7ea7eb501d789096e518
Stats: 16 lines in 1 file changed: 4 ins; 5 del; 7 mod
8295099: vmTestbase/nsk/stress/strace/strace013.java failed with "TestFailure: wrong lengths of stack traces: strace013Thread0: NNN strace013Thread83: MMM"
Reviewed-by: stuefe, lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/11011
More information about the hotspot-runtime-dev
mailing list