Changeset: f918ab42cc65 Author: David Pulkrabek <david.pulkra...@oracle.com> Date: 2013-10-10 09:32 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/f918ab42cc65
RT-33443: iOS: IllegalStateException due to re-enabled glass thread checks. Reviewed-by snorthov, Artem Ananiev ! modules/graphics/src/main/java/com/sun/glass/ui/ios/IosApplication.java ! modules/graphics/src/main/native-glass/ios/GlassApplication.m Changeset: 6c48a06e5740 Author: David Pulkrabek <david.pulkra...@oracle.com> Date: 2013-10-10 09:36 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6c48a06e5740 RT-31453: very poor scrolling performance of ListView on iOS. Reviewed by rbair ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java