From Sergey.Malenkov at oracle.com Wed Jan 23 09:28:01 2013 From: Sergey.Malenkov at oracle.com (Sergey Malenkov) Date: Wed, 23 Jan 2013 21:28:01 +0400 Subject: [8] Review request for 8005138: test/java/beans/Introspector/TestTypeResolver.java fails Message-ID: <51001DA1.7050407@oracle.com> Hello, Could you please review the following fix: bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8005138 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8005239 fix: http://cr.openjdk.java.net/~malenkov/8005239.0/ The changes for JDK-7154390 add methods to the AnnotatedElement system interface, which indirection is causing the observed source incompatibility with the test in question. The test is updated to have stubbed out versions of the new methods. Thanks, SAM From alexandr.scherbatiy at oracle.com Fri Jan 25 02:10:23 2013 From: alexandr.scherbatiy at oracle.com (Alexander Scherbatiy) Date: Fri, 25 Jan 2013 14:10:23 +0400 Subject: Fwd: [8] Review request for 8005138: test/java/beans/Introspector/TestTypeResolver.java fails In-Reply-To: <5100F640.5040604@oracle.com> References: <51001DA1.7050407@oracle.com> <5100F640.5040604@oracle.com> Message-ID: <51025A0F.4030904@oracle.com> The fix looks good for me. Thanks, Alexandr. On 1/24/2013 12:52 PM, Sergey Malenkov wrote: > > Hello, > > Could you please review the following fix: > bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8005138 > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8005239 > fix: http://cr.openjdk.java.net/~malenkov/8005239.0/ > > The changes for JDK-7154390 add methods to the AnnotatedElement system > interface, which indirection is causing the observed source > incompatibility with the test in question. The test is updated to have > stubbed out versions of the new methods. > > Thanks, > SAM > > >