RFR: 8293839: Documentation memory consistency effects of runLater [v2]
Jens Lidestrom
duke at openjdk.org
Thu Sep 15 11:56:57 UTC 2022
On Thu, 15 Sep 2022 11:24:03 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Jens Lidestrom has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Use code formatting for 'runnable'
>
> modules/javafx.graphics/src/main/java/javafx/application/Platform.java line 157:
>
>> 155: * Memory consistency effects: Actions in a thread prior to submitting a
>> 156: * runnable to this method <i>happen-before</i> actions performed by
>> 157: * the runnable in the JavaFX Application Thread.
>
> I think it would be helpful to use code style for runnable on these two lines (since it refers to the `runnable` argument), like this: `{@code runnable}`
Fixed. Whose responsibility is it to press the "Resolve conversation" button?
-------------
PR: https://git.openjdk.org/jfx/pull/872
More information about the openjfx-dev
mailing list