On Wed, 31 Jan 2024 08:13:25 GMT, Matthias Baesken <mbaes...@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