JavaFX amd64 linking against glibc 2.14?

2015-04-30 Thread Chris Newland
Hi,

I've been testing against JDK 8u60b13 from
https://jdk8.java.net/download.html and it looks like libglass.so in the
Linux 64-bit (amd64) download is now linking against glibc 2.14

JDK 8u45 linked against glibc 2.4

This breaks on Debian (Wheezy) which only provides 2.13-38+deb7u8

Dependency confirmed by running ldd -v on libglass.so

See this thread for details:
https://groups.google.com/forum/#!topic/jitwatch/zzIZcfB_MrA

Is this a bug or a deliberate move?

Thanks,

Chris



[9-dev] Request for review: RT-40607: Mac resize cursors are wrong

2015-04-30 Thread Morris Meyer

Kevin and David,

Please review my changes to GlassCursor.m to fix the lack of proper Mac 
NW, SW, SE and NE resize cursors.


As the look-up for these cursors was a little involved, I opted to use a 
one-time cache so as not to induce any noticeable visual lag when 
setting these cursors.


Thanks much,

--morris

JIRA - https://javafx-jira.kenai.com/browse/RT-40607
WEBREV - http://cr.openjdk.java.net/~morris/RT-40607.01/



Re: JavaFX amd64 linking against glibc 2.14?

2015-04-30 Thread Kevin Rushforth

It's a known bug, for which a fix is in progress:

https://javafx-jira.kenai.com/browse/RT-40550

-- Kevin


Chris Newland wrote:

Hi,

I've been testing against JDK 8u60b13 from
https://jdk8.java.net/download.html and it looks like libglass.so in the
Linux 64-bit (amd64) download is now linking against glibc 2.14

JDK 8u45 linked against glibc 2.4

This breaks on Debian (Wheezy) which only provides 2.13-38+deb7u8

Dependency confirmed by running ldd -v on libglass.so

See this thread for details:
https://groups.google.com/forum/#!topic/jitwatch/zzIZcfB_MrA

Is this a bug or a deliberate move?

Thanks,

Chris