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
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
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
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
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 .
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