RFR: JDK-8324930: java/lang/StringBuilder problem with concurrent jtreg runs
Joe Darcy
darcy at openjdk.org
Wed Jan 31 00:51:01 UTC 2024
On Tue, 30 Jan 2024 17:21:07 GMT, Aleksey Shipilev <shade 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?
I agree it would be strongly preferable to allow these tests to run without exclusive access.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17625#issuecomment-1918163496
More information about the core-libs-dev
mailing list