RFR: 8348423: [TestBug] stress test Nodes initialization from a background thread [v4]
Andy Goryachev
angorya at openjdk.org
Mon Feb 3 18:19:58 UTC 2025
On Mon, 3 Feb 2025 17:05:14 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> better name
>
> tests/system/src/test/java/test/robot/javafx/scene/NodeInitializationStressTest.java line 671:
>
>> 669: return c;
>> 670: }, (c) -> {
>> 671: Tooltip t = c.getTooltip();
>
> For the background thread, construct a new object.
I am going to address the tooltip issue in a different PR so as not to prolong the review process...
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1690#discussion_r1939827255
More information about the openjfx-dev
mailing list