Re: [OpenJDK 2D-Dev] Status of com.sun.image.codec.jpeg

2008-08-14 Thread Roberto Mannai
Thank you, I posted a request on that same topic (http://article.gmane.org/gmane.comp.java.openjdk.distro-packaging.devel/2817). Ciao Roberto > On Thu, Aug 14, 2008 at 9:45 AM, Chris Campbell > <[EMAIL PROTECTED]> wrote: >> Hi Martin, >> >> The history (and fate) of those classes is documented h

Re: [OpenJDK 2D-Dev] Where/Why are X11 errors caught?

2008-08-14 Thread Dmitri Trembovetski
I believe AWT installs their own error handler which traps the errors. It should be somewhere in awt_GraphicsEnv.c or around there. Look for where they open the display. You can install your own handler to override theirs - check out how it's done when we detect if shared memory ext

[OpenJDK 2D-Dev] Where/Why are X11 errors caught?

2008-08-14 Thread Clemens Eisserer
Hello, When working on the XRender pipeline I always wondered why X11 errors did not abort java. Eg. for small test programs written in C the application aborts when a "BadMatch" error occurs, with the X11 pipeline I don't even see the error - it just does not work. Is there any way to get the er

Re: [OpenJDK 2D-Dev] Status of com.sun.image.codec.jpeg

2008-08-14 Thread Martin Buchholz
Hi Chris, Thanks very much for that informative pointer. In hindsight, it would have been good if @deprecated warnings had been added to these classes years ago. Today it's probably too late to do much good. Martin On Thu, Aug 14, 2008 at 9:45 AM, Chris Campbell <[EMAIL PROTECTED]> wrote: > Hi

Re: [OpenJDK 2D-Dev] Status of com.sun.image.codec.jpeg

2008-08-14 Thread Chris Campbell
Hi Martin, The history (and fate) of those classes is documented here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6527962 Chris On Aug 14, 2008, at 9:32 AM, Martin Buchholz wrote: Hi 2d guys, We're testing different flavors of OpenJDK, and noticing uses of classes in com.sun.image.co

[OpenJDK 2D-Dev] Status of com.sun.image.codec.jpeg

2008-08-14 Thread Martin Buchholz
Hi 2d guys, We're testing different flavors of OpenJDK, and noticing uses of classes in com.sun.image.codec.jpeg. These classes are still in non-OpenJDK JDK7. They were removed from OpenJDK, probably because they were encumbered (proprietary Kodak code). The IcedTea folks have created new versions

Re: [OpenJDK 2D-Dev] Thoughts about font implementation

2008-08-14 Thread Roman Kennke
Am Donnerstag, den 14.08.2008, 14:00 +0400 schrieb Igor Nekrestyanov: > >> This is weird. > >> I suggest to print out font names and find what is different. Perhaps > >> we > >> do have bug somethere in 7. > >> -Dsun.java2d.debugfonts=true may also provide some details on files > >> being opened.

Re: [OpenJDK 2D-Dev] Thoughts about font implementation

2008-08-14 Thread Igor Nekrestyanov
This is weird. I suggest to print out font names and find what is different. Perhaps we do have bug somethere in 7. -Dsun.java2d.debugfonts=true may also provide some details on files being opened. I checked an older version that I have lying around here (from just before Phil's font wo

Re: [OpenJDK 2D-Dev] Thoughts about font implementation

2008-08-14 Thread Roman Kennke
Hi there, > > One interesting note here: Everytime this program is run, it shows a > > different number of fonts (around 285-302 fonts). On an OpenJDK6 > system > > it constantly shows 360 fonts. > > > This is weird. > I suggest to print out font names and find what is different. Perhaps > we