RFR: JDK-8324930: java/lang/StringBuilder problem with concurrent jtreg runs

Matthias Baesken mbaesken at openjdk.org
Mon Feb 19 08:31:54 UTC 2024


On Wed, 31 Jan 2024 08:13:25 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Can we maybe see if we can fix these tests without exclusive-accessing them? I find it surprising that `java/lang/StringBuilder` tests are problematic, but `java/lang/StringBuffer` tests are not. Which tests fail?

What do you think about  marking jtreg tests with higher memory requirements with a jtreg key like highmemusage  ? This way we do not need to put these tests into the _exclusiveAccess.dirs_  group, but get a way (only if needed) to execute those with high memory usage separately e.g. with lower concurrency.

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

PR Comment: https://git.openjdk.org/jdk/pull/17625#issuecomment-1951934706


More information about the core-libs-dev mailing list