Re: [OpenJDK 2D-Dev] [9] Review Request: 8014241 Clean up unused JNI fields and methods in imageInitIDs.h

2015-06-16 Thread Sergey Bylokhov
Hello, Any volunteers to review the fix? On 10.06.15 20:51, Sergey Bylokhov wrote: Hello. Please review a small cleanup for jdk9. Unused fields/methods were removed. Bug: https://bugs.openjdk.java.net/browse/JDK-8014241 Webrev can be found at: http://cr.openjdk.java.net/~serb/8014241/webrev.

Re: [OpenJDK 2D-Dev] [9] Review Request: 8080993 Compilation errors with recent clang in awt_parseImage.c and splashscreen_sys.m

2015-06-16 Thread Sergey Bylokhov
Hello, Any volunteers to review the fix? On 08.06.15 19:52, Sergey Bylokhov wrote: Hello. Please review the small fix for jdk9. Two simple warnings were fixed. The fix contributed by Staffan Larsen. Bug: https://bugs.openjdk.java.net/browse/JDK-8080993 Webrev can be found at: http://cr.openjdk

[OpenJDK 2D-Dev] [9] Review Request: 7188942 Remove support of pbuffers in OGL Java2d pipeline

2015-06-16 Thread Sergey Bylokhov
Hello. Please review the fix for jdk9. The reason of the removing is a general deprecation of pbuffers, and a lack of their support in the java2d, because for a long time pbuffers were not used by default. Attempts to disable FBO(which are used by default), and enable the pbufferes will cause