Re: PING: [PATCH] 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations

2014-11-13 Thread Andrew Dinn
On 12/11/14 16:41, Andrew Hughes wrote: > - Original Message - >> Webrev: http://cr.openjdk.java.net/~andrew/openjdk6/7122142/webrev.01/ >> Bug: https://bugs.openjdk.java.net/browse/JDK-7122142 >> >> This is the same patch as is present in IcedTea 1.x HEAD and the >> 1.13 release branch. It

hg: jdk6/jdk6/jdk: 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations; ...

2014-11-13 Thread gnu . andrew
Changeset: 6fdf62509b68 Author:dmeetry Date: 2014-11-06 20:52 + URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/6fdf62509b68 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations 7185456: (ann) Optimize Annotation handling in java/sun.reflect.* code for

Re: PING: [PATCH] 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations

2014-11-13 Thread Andrew Hughes
- Original Message - > On 12/11/14 16:41, Andrew Hughes wrote: > > - Original Message - > >> Webrev: http://cr.openjdk.java.net/~andrew/openjdk6/7122142/webrev.01/ > >> Bug: https://bugs.openjdk.java.net/browse/JDK-7122142 > >> > >> This is the same patch as is present in IcedTea 1.