RFR: 8263322: Deadlock when calling Application.launch in the FXThread after Platform.startup [v4]
Kevin Rushforth
kcr at openjdk.java.net
Fri Mar 12 14:34:22 UTC 2021
On Fri, 12 Mar 2021 14:18:59 GMT, Florian Kirmaier <fkirmaier at openjdk.org> wrote:
>> tests/system/src/test/java/test/com/sun/javafx/application/InitializeJavaFXLaunchTest.java line 2:
>>
>>> 1: /*
>>> 2: * Copyright (c) 2012, 2021, Oracle and/or its affiliates. All rights reserved.
>>
>> Minor year correction-> `Copyright (c) 2021,`
>> Similar change in other test files.
>
> Done, so it's the year where changes happened, ok!
In general, the pattern is: `year_created, year_last_modified,` (with the last modified year omitted if it's the same as the creation year).
-------------
PR: https://git.openjdk.java.net/jfx/pull/421
More information about the openjfx-dev
mailing list