Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays should be released with the original (unmodified) pointer

2010-12-21 Thread Jim Graham
Hi Andrew, Do you really need the "= NULL" on the declarations? They are initialized on the following line, that should be good enough for any compiler or lint processing. Other than that, the new fix looks good... ...jim On 12/21/2010 2:57 AM, Steve Poole wrote:

Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays should be released with the original (unmodified) pointer

2010-12-21 Thread Steve Poole
Hi Andrew - please feel free to change the patch :-) Thanks Steve From: Andrew Brygin To: Steve Poole/UK/i...@ibmgb Cc: 2d-dev <2d-dev@openjdk.java.net> Date: 21/12/2010 10:42 Subject:Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays should be

Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays should be released with the original (unmodified) pointer

2010-12-21 Thread Steve Poole
Thanks Anthony. Regards Steve Poole From: Anthony Petrov To: Steve Poole/UK/i...@ibmgb Cc: 2d-dev@openjdk.java.net Date: 21/12/2010 09:01 Subject:Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays should be released with the original (unmodifie

Re: [OpenJDK 2D-Dev] 7002627 : JNI Critical Arrays should be released with the original (unmodified) pointer

2010-12-21 Thread Anthony Petrov
I'm adding the patch attached to the original message on the awt-dev@ list. -- best regards, Anthony On 12/20/2010 3:57 PM, Anthony Petrov wrote: Hi Steve, This is a 2D issue, and as such I'm CC'ing 2d-dev@ and BCC'ing awt-...@. -- best regards, Anthony On 12/20/2010 11:04 AM, Steve Poole wr