RFR: 7902989: jcstress: Add samples for high-level race conditions [v3]

Michael Mirwaldt github.com+6693355+mmirwaldt at openjdk.java.net
Thu Jul 1 14:01:43 UTC 2021


On Thu, 1 Jul 2021 13:52:52 GMT, Vladimir Sitnikov <vsitnikov at openjdk.org> wrote:

>> Michael Mirwaldt has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   changed copyright from 2020 to 2021
>
> jcstress-samples/src/main/java/org/openjdk/jcstress/samples/high/race/condition/RaceCondition_01_ReadModifyWriteSequence.java line 47:
> 
>> 45: @Outcome(id = {"250, 150, 150"}, expect = ACCEPTABLE, desc = "Actor2 considered actor1's result and wrote his right result")
>> 46: @Outcome(id = {"250, 100, 250", "250, 150, 250"}, expect = ACCEPTABLE_INTERESTING, desc = "Actor1 ignored actor2's result and wrote his wrong result")
>> 47: @Outcome(id = {"250, 100, 100", "150, 100, 100"}, expect = ACCEPTABLE_INTERESTING, desc = "Actor2 ignored actor1's result and wrote his wrong result")
> 
> Please use gender-neutral pronouns or avoid using pronouns altogether (e.g. see https://chromium.googlesource.com/chromium/src/+/HEAD/styleguide/inclusive_code.md )

Yeah, that makes sense. I replaced his by its. Is that better?

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

PR: https://git.openjdk.java.net/jcstress/pull/88


More information about the jcstress-dev mailing list