RFR: 8299595: Remove terminally deprecated JavaFX GTK 2 library [v2]
Thiago Milczarek Sayao
tsayao at openjdk.org
Wed Jan 18 00:10:30 UTC 2023
On Tue, 17 Jan 2023 23:42:33 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Pre-review adjustments
>
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/gtk/GtkApplication.java line 168:
>
>> 166: @SuppressWarnings("removal")
>> 167: boolean gtkVersionVerbose =
>> 168: AccessController.doPrivileged((PrivilegedAction<Boolean>) () -> Boolean.getBoolean("jdk.gtk.verbose"));
>
> Minor: Since you are not otherwise touching this block, it would be cleaner to revert this reformatting change.
I have a thing for lambdas.
-------------
PR: https://git.openjdk.org/jfx/pull/999
More information about the openjfx-dev
mailing list