RFR: 8341413: Stop including osThread_os.hpp in the middle of the OSThread class [v2]
David Holmes
dholmes at openjdk.org
Fri Oct 4 05:03:47 UTC 2024
On Thu, 3 Oct 2024 12:56:06 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
> One interesting thing that we found while looking at this is that the AIX port has the _startThread_lock, but it doesn't use it to coordinate the starting of the created thread. It's unclear to me if that's a bug in that port.
Looks like a copy'n'paste bug. AIX starts the new thread in the suspended state the same as Windows. So less sharing of the startThread_lock than I thought at present.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21306#issuecomment-2392826420
More information about the graal-dev
mailing list