RFR: 8294920: Missing SP value in Linux x86_32 thread context

Aleksey Shipilev shade at openjdk.org
Fri Oct 7 05:49:27 UTC 2022


On Thu, 6 Oct 2022 22:17:21 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> [JDK-8208091](https://bugs.openjdk.org/browse/JDK-8208091) also addressed windows-x86. Any reason not to do the same here? I see bsd-x86 was neglected for [JDK-8208091](https://bugs.openjdk.org/browse/JDK-8208091). Would have been nice if it hadn't been just to keep the ports consistent, although I'm not sure if anyone cares about bsd-x86.

I tested Windows x86_32, and the test passes there without this fix. I think this is Linux-specific, given how ESP/UESP split exists there? So, I opted to fix only the actual bugs that I was able to reproduce.

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

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


More information about the serviceability-dev mailing list