On Tue, 29 Apr 2025 14:10:30 GMT, Roger Riggs <rri...@openjdk.org> wrote:

> Improve StringBuilder getChar and putChar robustness with racy updates to 
> StringBuilder. 
> Test racing threads with append, insert, and reading characters.

test/jdk/java/lang/StringBuilder/RacingSBThreads.java line 27:

> 25:  * @test
> 26:  * @summary Test multi-threaded use of StringBuilder
> 27:  * @compile --release 8 RacingSBThreads.java

Is there a reason for this specific release number?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24951#discussion_r2066636836

Reply via email to