[8u40] post-commit review: RT-38457: Creating a ContextMenu on the JavaFX-Launcher thread causes an IllegalStateException

Kevin Rushforth kevin.rushforth at oracle.com
Fri Aug 29 22:59:31 UTC 2014


Take 2. I had to revert the original fix because it exposed a bug in 
StubToolkit causing several test failures. Rather than fixing the 
(rather fragile) StubToolkit, I just moved the fix for RT-38457 to 
QuantumToolkit.

JIRA:  https://javafx-jira.kenai.com/browse/RT-38457
Changeset:  http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e04700b71f72

-- Kevin


Kevin Rushforth wrote:
> Post-commit review for:
>
> JIRA:  https://javafx-jira.kenai.com/browse/RT-38457
> Changeset:  http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5e65b34a175b
>
> This fixes a problem that was exposed by the fix for 
> https://javafx-jira.kenai.com/browse/RT-17716 and is needed to allow 
> creation of ContextMenu and Toolip prior to the start method from 
> being called (prior to the creation of the first Stage).
>
> -- Kevin
>


More information about the openjfx-dev mailing list