Internally the ScreenCast session keeps open for 2s.
This is to reduce overhead in case of frequent consecutive screen captures.
There is a crash when an AWT ScreenCast session overlaps with an FX ScreenCast session.
E.g. java.awt.Robot#getPixelColor() and javafx.scene.robot.Robot#getPixelColor() are called within 1 second.
This may require a fix on the JFX or OpenJDK side, or both.
This is to reduce overhead in case of frequent consecutive screen captures.
There is a crash when an AWT ScreenCast session overlaps with an FX ScreenCast session.
E.g. java.awt.Robot#getPixelColor() and javafx.scene.robot.Robot#getPixelColor() are called within 1 second.
This may require a fix on the JFX or OpenJDK side, or both.
- blocks
-
JDK-8335470 [XWayland] JavaFX tests that use AWT Robot fail on Wayland
- Open
- relates to
-
JDK-8335468 [XWayland] JavaFX hangs when calling java.awt.Robot.getPixelColor
- Open
-
JDK-8326712 Robot tests fail on XWayland
- Resolved
- links to
-
Review(master) openjdk/jfx/1639