Re: [OpenJDK 2D-Dev] Openjdk java2d rasterizer JEP for pisces (marlin) enhancements ?

2015-02-26 Thread Laurent Bourgès
Jim, I made a Path2D patch but I sent the webrev by email. Did you got it ? Could you review it ? I got a size limit issue: Your message to 2d-dev awaits moderator approval ! Looking forward having an openjdk id ro push my webrev to cr.openjdk.net ! Regards, Laurent Le 25 févr. 2015 02:06, "Jim

Re: [OpenJDK 2D-Dev] Openjdk java2d rasterizer JEP for pisces (marlin) enhancements ?

2015-02-26 Thread Mario Torre
Hi Laurent, Let's move the process forward so that you can become an Author, at that point you'll be able to file bug reports and create webrevs: http://openjdk.java.net/projects/#project-author I don't know what was decided regarding the specific project, but since Jim is lead of the rasteriser

Re: [OpenJDK 2D-Dev] Openjdk java2d rasterizer JEP for pisces (marlin) enhancements ?

2015-02-26 Thread Jim Graham
Hi Laurent, The message size filter is there for a reason - this list is not the place for large files and webrevs, those should be published and a pointer sent to the list. Dalibor has been working on getting you the access you need to publish the webrevs in the right way. The webrevs you

Re: [OpenJDK 2D-Dev] Openjdk java2d rasterizer JEP for pisces (marlin) enhancements ?

2015-02-26 Thread Laurent Bourgès
Jim, Thanks for your feedback and sorry for your wasted time. I will be more patient ... before sending webrevs. Laurent

[OpenJDK 2D-Dev] RFR: (JDK-8068619) - remove internal layout function to match ICU and harfbuzz

2015-02-26 Thread Steven Loomis
Should be a fairly simple request, deletes a function (unused by the JDK) which was removed from ICU and harfbuzz for security purposes. cc: to the harfbuzz-dev list, I am requesting to land this in jdk9 first as it is not strictly harfbuzz related. To be removed: virtual const void *LEFon

Re: [OpenJDK 2D-Dev] [9] Review Request: 4958064 JPGWriter does not throw UnsupportedException when canWriteSequence retuns false

2015-02-26 Thread Phil Race
+1 -phil. On 2/9/2015 5:30 AM, Sergey Bylokhov wrote: Hello. Please review a small fix for jdk 9. The API Doc for ImageWriter.PrepareWriteSequence() claims that this method will throw UnsupportedOperationException when canWriteSequence() returns false. But this does not seem to be happening