[REVIEW REQUEST] JDK-8143033: Performance issue with JavaFX

2015-11-16 Thread Jonathan Giles
Kevin, Leif, Could you please review the patch attached here: https://bugs.openjdk.java.net/browse/JDK-8143033 Whilst the patch itself is tiny, a sanity check that what I'm doing would be much appreciated. Refer to my comment in Jira for more context. Thanks, -- Jonathan

9-dev unlocked following sanity testing

2015-11-16 Thread Kevin Rushforth

Re: Bug when combining ListView and SortedList?

2015-11-16 Thread Jonathan Giles
Have been reporting variants (and ranting and suggesting fixes) for ages ... and now seeing that some of those reports got tagged "nicetohave" ... dhhh Jeanette, You are misinterpreting the 'nicetohave' label as a negative. The actual fact is that the 'nicetohave' label is applied to i

FW: [9] Review request for JDK-8136898: HelloDialogs throws NPE for ExceptionDialog, showLinearWizard, and showBranchingWizard

2015-11-16 Thread Elina Kleyman
Guys,   Please see updated webrev with few changes: http://cr.openjdk.java.net/~ekleyman/JDK-8136898_2/   (On the way, as part of bug: HYPERLINK "https://bugs.openjdk.java.net/browse/JDK-8134716"JDK-8134716, usage of internal class com.sun.javafx.scene.control.skin.resources.ControlResources

RE: Bug when combining ListView and SortedList?

2015-11-16 Thread Fisher, Robert
https://bugs.openjdk.java.net/browse/JDK-8141124 This is a regression introduced in 1.8.0_60, so it might have a different origin than the problems you mention. Cheers, Rob -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of faste...@swingem

Re: Bug when combining ListView and SortedList?

2015-11-16 Thread fastegal
Zitat von "Fisher, Robert" : Done. Mind to add the issue #? Note that there are tons of issues around incorrect selection notification/state after modifying the underlying items. One very basic problem in all core implementations is that they simply can't handle disjoint mutations (pl

JavaFX PulseLogger with JFR (Java Flight Recorder)

2015-11-16 Thread Kevin Rushforth
Have any JavaFX developers on the list used JFR (Java Flight Recorder) with the JavaFX pulse logger? If so, how useful has it been to you? Or are most of you (of those who use pulse logger for debugging) getting what you need from the PrintLogger, which is enabled by "-Djavafx.pulseLogger=true