On Thu, 13 Mar 2025 14:17:29 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Doug Lea has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Use SharedSecrets for ThreadLocalRandomProbe; other tweaks > > src/java.base/share/classes/java/util/concurrent/atomic/Striped64.java line > 193: > >> 191: >> 192: /** >> 193: * Returns the ThreadLocalRandom probe value for the current thread. > > I suppose this shouldn't say "current thread" anymore, and advanceProbe uses > "the given thread" then it really means the current carrier thread. Thanks. Added "carrier" here and in advanceProbe ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23702#discussion_r1994044096