RFR: 8307766: Linux: Provide the option to override the timer slack [v7]
David Holmes
dholmes at openjdk.org
Sun Jul 2 23:29:05 UTC 2023
On Sat, 1 Jul 2023 07:32:21 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Or do threads inherit this override from their parent threads? So you only set it once for main thread?
Exactly. And my understanding is that we are only concerned with the main set of Java threads not any natively attached threads. If you have native threads then they can set their own values. We should not be second-guessing or trying to save/restore.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13889#discussion_r1249887969
More information about the hotspot-runtime-dev
mailing list