Re: [OpenJDK 2D-Dev] RFR: 8076529: Marlin antialiasing renderer integration

2015-12-01 Thread Jim Graham
Here is a bugid for this issue: https://bugs.openjdk.java.net/browse/JDK-816 Please start a new review thread referencing that bug id (see the various "RFR" threads in the 2d-dev archives for a template). We should discuss all new work on Marlin under separate threads with bugids...

Re: [OpenJDK 2D-Dev] RFR: 8076529: Marlin antialiasing renderer integration

2015-12-01 Thread Jim Graham
I don't know of any way of providing that requirement in a test case - Phil? Sergey? If the machine doesn't have that much memory, I'm guessing that most of the OS's have some system of virtual memory that will get used, but it will add to the time the test takes due to paging. Is 2G/3G som

Re: [OpenJDK 2D-Dev] Review request for JDK-6967419 : IndexOutOfBoundsException when drawing PNGs

2015-12-01 Thread Sergey Bylokhov
Hi, Jay. Can you please check other writers and confirm that similar issues are not exists there(just try a different writers in the test)? If the problem exists it can be fixed as a separate issue, if everything works as expected nothing should be changed. On 17.11.15 14:41, Jayathirth D V w

[OpenJDK 2D-Dev] Review request for JDK-8143562: JPEG reader returns null for getRawImageType()

2015-12-01 Thread Jayathirth D V
Hi, Please review following fix in JDK9: Bug : https://bugs.openjdk.java.net/browse/JDK-8143562 Webrev : http://cr.openjdk.java.net/~jdv/8143562/webrev.00/ Issue : We are getting null for ImageTypeSpecifier when we use getRawImageType() API for YCbCr Image. Root cause : When co