RFR: 8300317: vmTestbase/nsk/stress/strace/strace* tests fail with "ERROR: wrong lengths of stack traces"
Leonid Mesnik
lmesnik at openjdk.org
Tue Mar 14 03:25:57 UTC 2023
The same bug as https://bugs.openjdk.org/browse/JDK-8295099 vmTestbase/nsk/stress/strace/strace013.java failed with "TestFailure: wrong lengths of stack traces: strace013Thread0: NNN strace013Thread83: MMM"
The test starts failing after changing implementation of Object.wait() method in loom. This method might call Object.wait() and increase stack length of dump.
-------------
Commit messages:
- 8300317: vmTestbase/nsk/stress/strace/strace* tests fail with "ERROR: wrong lengths of stack traces"
Changes: https://git.openjdk.org/jdk/pull/13008/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13008&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8300317
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/13008.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/13008/head:pull/13008
PR: https://git.openjdk.org/jdk/pull/13008
More information about the hotspot-runtime-dev
mailing list