RFR: 8311222: strace004 can fail due to unexpected stack length after JDK-8309408

Leonid Mesnik lmesnik at openjdk.org
Thu Aug 17 16:32:58 UTC 2023


The [JDK-8309408](https://bugs.openjdk.org/browse/JDK-8309408) introduced sleepNanos and the tests expected stack is updated.
The "jdk.internal.event.ThreadSleepEvent.<init>" was added just because I hit this issue while testing fix.

-------------

Commit messages:
 - 8311222: strace004 can fail due to unexpected stack length after JDK-8309408

Changes: https://git.openjdk.org/jdk/pull/15332/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15332&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8311222
  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/15332.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15332/head:pull/15332

PR: https://git.openjdk.org/jdk/pull/15332


More information about the hotspot-runtime-dev mailing list