On Wed, 2 Sep 2026 20:49:08 GMT, Andy Goryachev <[email protected]> wrote:
>> what do you mean "without the added synchronization"? >> >> what would you suggest for the parameter values? > > oh, you are asking whether it fails without synchronization - no it does not, > the starts should align just right for it to fail, really. > > I don't think we should test the concurrency contract of the `HashMap` > though. Do you have a specific suggestion? I mean the `synchronized` blocks. You're testing concurrent access. If I remove those blocks, I expect the test to fail. The parameter values I use depend on what produces a failure reliably. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2197#discussion_r3918539915
