Re: App freezing on Linux

2015-12-07 Thread Kevin Rushforth
Good to hear. -- Kevin Bryan Buchanan wrote: Found out what the problem was - I'm using Thrift for RPC, and was initialising the underlying Thrift socket with a connection timeout of zero (i.e. infinite). When there was a network disconnection, it appeared the FX UI thread was getting starved

Re: App freezing on Linux

2015-12-07 Thread David Hill
On 12/7/15, 3:12 AM, Bryan Buchanan wrote: Found out what the problem was - I'm using Thrift for RPC, and was initialising the underlying Thrift socket with a connection timeout of zero (i.e. infinite). When there was a network disconnection, it appeared the FX UI thread was getting starved and

Re: App freezing on Linux

2015-12-07 Thread Bryan Buchanan
Found out what the problem was - I'm using Thrift for RPC, and was initialising the underlying Thrift socket with a connection timeout of zero (i.e. infinite). When there was a network disconnection, it appeared the FX UI thread was getting starved and the app freezes. All good now, and FX is

9-dev unlocked following sanity testing

2015-12-07 Thread Kevin Rushforth

Code Review Request For JDK-8090866: Mac GL APIs do not need to be looked up

2015-12-07 Thread Chien Yang
Hi Kevin, Please review the proposed fix. JIRA: https://bugs.openjdk.java.net/browse/JDK-8090866 webrev: http://cr.openjdk.java.net/~ckyang/JDK-8090866/webrev.00/ Thanks, - Chien