RFR: 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests
Aleksey Shipilev
shade at openjdk.org
Mon Sep 4 09:57:40 UTC 2023
On Thu, 31 Aug 2023 14:03:15 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> I think this is fine, but it may inconvenience some test maintainers since we may now run against /proc/sys/kernel/threads-max or whatever other limits there are. Or do we do worse things already in other tests?
Yeah, I think we do worse, e.g. GC stress tests in tier3, which can hog CPUs for minutes, without ill effects. Not sure if we stress out huge amount of threads.
Anyway, this is similar to other parallelism improvements we did over the previous years, e.g. https://bugs.openjdk.org/browse/JDK-8273433, https://bugs.openjdk.org/browse/JDK-8273438 -- so I gradually continue this one test directory after another :)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15508#issuecomment-1704963258
More information about the serviceability-dev
mailing list