Re: [OpenJDK 2D-Dev] Segment fault when loading sun.font.StrikeCache at first

2012-03-16 Thread Steve Poole
On 14/03/2012 13:00, Phil Race wrote: On 3/13/12 10:13 PM, Charles Lee wrote: Hi Phil, I guess it is "sun.font.StrikeCache.getStrikeRef(null);" "getStrikeRef" is a public api from a public class in a not so public package.:-) No, its not a public API. Its internal and private to the JDK. A

Re: [OpenJDK 2D-Dev] FontConfig fails when optional system library is missing

2011-07-21 Thread Steve Poole
On 19/07/11 21:09, Mario Torre wrote: Il giorno mar, 19/07/2011 alle 21.12 +0200, Roman Kennke ha scritto: IIRC, libfontconfig is also fairly standalone and portable, so when it's not there, it shouldn't be too hard to compile it. A while ago I contemplated and started to implement fontconfig i

Re: [OpenJDK 2D-Dev] FontConfig fails when optional system library is missing

2011-07-18 Thread Steve Poole
ems too. -phil. On 7/18/2011 2:37 PM, Steve Poole wrote: Hi all, a problem was discovered on JDK7 when using the Nimbus L&F on a system where libfontconfig.so was not installed (On AIX actually but in theory on any unix system) Under the covers Nimbus uses the s

Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays should be released with the original (unmodified) pointer

2010-12-21 Thread Steve Poole
Hi Andrew - please feel free to change the patch :-) Thanks Steve From: Andrew Brygin To: Steve Poole/UK/i...@ibmgb Cc: 2d-dev <2d-dev@openjdk.java.net> Date: 21/12/2010 10:42 Subject:Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays

Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays should be released with the original (unmodified) pointer

2010-12-21 Thread Steve Poole
Thanks Anthony. Regards Steve Poole From: Anthony Petrov To: Steve Poole/UK/i...@ibmgb Cc: 2d-dev@openjdk.java.net Date: 21/12/2010 09:01 Subject:Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays should be released with the original