Re: [OpenJDK 2D-Dev] [2D-Dev] Review Request: JDK-8015070: Antialiased text on translucent backgrounds gets bright artifacts

2016-04-27 Thread Prahalad Kumar Narayanan
Dear Jim and Everyone on Java2D Community Good day to you. First, Thanks to Jim for his feedback. I 've incorporated his feedback in latest version of code and webrev link is shared below Webrev Link: http://cr.openjdk.java.net/~aghaisas/prahalad/8015070/webrev.05/ Quick Description o

[OpenJDK 2D-Dev] RFR(S): 8155236: AIX: fix detection of Xrender extension

2016-04-27 Thread Volker Simonis
Hi, can somebody please review this AIX-only fix which I've found in one of my old patch queues :) http://cr.openjdk.java.net/~simonis/webrevs/2016/8155236/ https://bugs.openjdk.java.net/browse/JDK-8155236 On AIX we have to use a special syntax for the dlopen() string argument because the shared

Re: [OpenJDK 2D-Dev] RFR(S): 8155236: AIX: fix detection of Xrender extension

2016-04-27 Thread Philip Race
Whilst the syntax is all new to me, since it is contained entirely in #if defined(_AIX) I am OK with this fix. phil. On 4/27/16, 7:35 AM, Volker Simonis wrote: Hi, can somebody please review this AIX-only fix which I've found in one of my old patch queues :) http://cr.openjdk.java.net/~simoni

Re: [OpenJDK 2D-Dev] RFR(S): 8155236: AIX: fix detection of Xrender extension

2016-04-27 Thread Volker Simonis
I've checked that it really works :) Thanks, Volker On Wed, Apr 27, 2016 at 6:35 PM, Philip Race wrote: > Whilst the syntax is all new to me, since it is contained > entirely in #if defined(_AIX) I am OK with this fix. > > phil. > > > On 4/27/16, 7:35 AM, Volker Simonis wrote: >> >> Hi, >> >> c

Re: [OpenJDK 2D-Dev] Fwd: Re: JDK 9 pre-review of JDK-6850612: Deprecate Class.newInstance since it violates the checked exception language contract

2016-04-27 Thread Philip Race
Rather than adding all these annotations I would prefer that you do what Stuart did with the boxed primitive constructor deprecation where he disabled the deprecation checking on the desktop module until we can clean it up. That one was done within about a week and should be in dev in a few days .

Re: [OpenJDK 2D-Dev] [2D-Dev] Review Request: JDK-8015070: Antialiased text on translucent backgrounds gets bright artifacts

2016-04-27 Thread Jim Graham
Thanks Prahalad, First, the macro design issues for all of these LoopMacros.h et al files are pretty complex, so I apologize if this is a big learning step here and if the feedback can look like nit-picking at times. But the system is complicated enough that we should take care to make sure t