RFR: 8254146: Avoid unnecessary volatile write on new AtomicBoolean(false)
Aleksey Shipilev
shade at openjdk.java.net
Wed Oct 7 16:31:09 UTC 2020
On Wed, 7 Oct 2020 15:28:27 GMT, Christoph Dreis <github.com+6304496+dreis2211 at openjdk.org> wrote:
>>> @AlanBateman What would be the label (or workflow) for that now?
>>
>> @dreis2211 what Alan reminded us of here is that all of j.u.concurrent is maintained upstream from the OpenJDK, and
>> that this change needs to be coordinated with the maintainers there. Either by getting an OK to go ahead and push this
>> as-is, or by contributing this patch to the JSR166 repo directly (which will then be integrated back into the OpenJDK
>> at some point). See http://gee.cs.oswego.edu/dl/concurrency-interest/ This isn't anything new since the GitHub
>> migration: Various bits and pieces of the OpenJDK sources are maintained upstream, and it's not always easy to igure
>> out exactly where or how to go about upstreaming a change.
>
> @cl4es Thanks. My question was more referring to how the PR tooling should be used these days to notify the
> maintainers. As JSR166 is a crucial piece of the JDK I was wondering if there might be a way already via a label or
> something. Or if this needs some good old mail (to concurrency-interest at cs.oswego.edu I suppose?)
You can probably go ahead and ping @DougLea (like this).
-------------
PR: https://git.openjdk.java.net/jdk/pull/510
More information about the core-libs-dev
mailing list