This issue handles 2 cases where the Headless platform is missing code required in normal operations, or is throwing UnsupportedOperationExceptions, which is globally handled by https://bugs.openjdk.org/browse/JDK-8364209
The Headless platform currently throws an UnsupportedOperationException in case Application._invokeAndWait is used. Related to this, the finishTerminating method is not implemented in HeadlessApplication.
The Headless platform currently throws an UnsupportedOperationException in case Application._invokeAndWait is used. Related to this, the finishTerminating method is not implemented in HeadlessApplication.
- links to
-
Review(master) openjdk/jfx/1934