Joe Darcy
e48c0f85b2
8158430: Push tests for JDK-5040830
...
Reviewed-by: psandoz
2016-06-01 11:22:06 -07:00
Joel Borggrén-Franck
5c29ca104e
8057804: AnnotatedType interfaces provide no way to get annotations on owner type
...
Reviewed-by: darcy, redestad
2015-12-16 20:00:03 +01:00
Alexandre Iline
9cbe14b4df
8140336: Add @modules for exported dependencies to jdk_core tests
...
Reviewed-by: alanb, mchung
2015-10-27 20:06:02 -07:00
Martin Buchholz
a2f0fe3c94
8136583: Core libraries should use blessed modifier order
...
Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart
2015-09-15 21:56:04 -07:00
Joel Borggrén-Franck
b7e143e8f6
8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager
...
Reviewed-by: ahgross, darcy
2015-08-24 11:00:12 +02:00
Srikanth Adayapalam
3132301b74
8054304: Clarify treatment of bounds in j.l.r.Annotated{WildcardType,TypeVariable}
...
Reflection APIs should return unannotated Object as the upper bound when there is no explicit upper bound.
Reviewed-by: darcy
2015-06-12 10:58:31 +05:30
Mandy Chung
53a97cbeb3
8081347: Add @modules to jdk_core tests
...
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Reviewed-by: alanb, joehw, lancea
2015-05-28 10:54:48 -07:00
Joel Borggrén-Franck
27bdc99451
8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
...
Update javadoc and align implementation with new spec
Reviewed-by: psandoz
2014-08-12 10:16:58 +02:00
Joel Borggrén-Franck
a1ae0af017
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
...
Reviewed-by: psandoz
2014-06-04 14:42:48 +02:00
Joel Borggrén-Franck
abd503efeb
8038994: AnnotatedType.getType() of a TypeVariable boundary without annotations return null
...
Reviewed-by: psandoz
2014-05-12 14:47:55 +02:00
Alexandre Iline
092e29980a
8039438: Some tests depend on internal API sun.misc.IOUtils
...
Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean)
Reviewed-by: alanb, mchung, chegar
2014-04-21 13:12:22 -07:00
Volker Simonis
70041ae4e4
8028537: PPC64: Updated the JDK regression tests to run on AIX
...
Co-authored-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Reviewed-by: alanb
2014-01-17 21:54:30 +01:00
Joel Borggrén-Franck
8296f65abb
8023278: Reflection API methods do not throw AnnotationFormatError in case of malformed Runtime[In]VisibleTypeAnnotations attribute
...
Reviewed-by: darcy
2013-11-22 11:34:26 +01:00
Joel Borggrén-Franck
be2d6e6535
8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result
...
Reviewed-by: darcy
2013-10-24 19:04:27 +02:00
Andreas Lundblad
5db9cc7bed
8027170: Annotations declared on super-super-class should be overridden by super-class
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jfranck
2013-10-24 18:52:13 +02:00
Andreas Lundblad
24b64e8c23
8004912: Repeating annotations - getAnnotationsByType(Class<T>) is not working as expected for few inheritance scenarios
...
8019420: Repeatable non-inheritable annotation types are mishandled by Core Reflection
Reviewed-by: jfranck
2013-10-22 12:35:27 +02:00
Joel Borggrén-Franck
279576cf17
8007072: Update Core Reflection for Type Annotations to match latest spec
...
8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value
8024915: j.l.r.Executable.getAnnotatedReceiverType() should return null for static methods
Update javadoc and implementation of reflection for type annotations to match latest spec
Reviewed-by: darcy
2013-09-30 11:18:18 +02:00
Peter Levart
c7759dc643
8011940: java.lang.Class.getAnnotations() always enters synchronized method
...
Reviewed-by: jfranck, chegar, psandoz, shade
2013-09-19 16:14:13 +02:00
Joel Borggrén-Franck
d4b28471ff
8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
...
Reviewed-by: darcy, vromero, psandoz
2013-08-26 13:38:14 +02:00
Peter Levart
75a8f58cd1
8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition
...
Reviewed-by: alanb, jfranck
2013-08-20 14:13:59 +02:00
Peter Levart
b0d167645f
7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
...
Reviewed-by: dholmes, jfranck
2013-07-15 10:55:53 +02:00
Joel Borggrén-Franck
5d83fde0d1
8007073: Implement Core Reflection for Type Annotations on parameters
...
Reviewed-by: darcy, abuckley
2013-05-10 10:20:13 +02:00
Joel Borggrén-Franck
e0eba88c1b
8007278: Rename j.l.r.AnnotatedElement.getAnnotations(Class) to getAnnotationsByType(Class)
...
Reviewed-by: darcy, abuckley
2013-02-13 10:36:36 +01:00
Joel Borggrén-Franck
34e1726860
8005712: Simplify support for repeating annotations in j.l.r.AnnotatedElement
...
8004919: AnnotationSupport uses possibly half-constructed AnnotationType instances
Implements the simplified semantics for repeating annotations and removes the incorrect obtaining of an AnnotationType
Reviewed-by: darcy, abuckley
2013-01-31 10:10:34 +01:00
Joel Borggrén-Franck
b29b479461
8004698: Implement Core Reflection for Type Annotations
...
Reviewed-by: darcy
2013-01-29 10:32:49 +01:00
Alan Bateman
c12b624078
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
...
Reviewed-by: chegar
2013-01-11 20:19:55 +00:00
Joe Darcy
3dfc6b7512
8006062: Add @Repeatable to repeating annotations regression tests in JDK repo
...
Reviewed-by: jjg
2013-01-10 21:12:27 -08:00
Mark Sheppard
c9063f559f
8003890: corelibs test scripts should pass TESTVMOPTS
...
Reviewed-by: chegar, alanb
2012-12-13 14:47:35 +00:00
Joel Borggrén-Franck
36464f41e2
7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
...
Reviewed-by: darcy
2012-11-28 09:21:37 -08:00
Alan Bateman
430592a30e
7197491: update copyright year to match last edit in jdk8 jdk repository
...
Reviewed-by: chegar, ksrini
2012-11-02 15:50:11 +00:00
Eric Wang
b28493b31b
7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently
...
Reviewed-by: dholmes, smarks
2012-07-05 15:13:45 -07:00
Alan Bateman
3269d85838
7113349: Initial changeset for Macosx port to jdk
...
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:34:38 +00:00
Joe Darcy
eb2d2e632c
7021922: java.lang.annoation.IncompleteExceptions throws NPE when type is null
...
Reviewed-by: alanb, forax
2011-06-17 10:34:44 -07:00
Kelly O'Hair
7c8e01891a
Merge
2011-04-13 16:56:16 -07:00
Kelly O'Hair
d2b1e20c7d
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Jim Holmlund
1273c8e233
7029823: (ann) test/java/lang/annotation/package-info.java no longer compiles
...
Use @Deprecated instead of @java.lang.annotation.Documented
Reviewed-by: jjg, smarks
2011-03-24 11:40:13 -07:00
Kelly O'Hair
6b6a611c8e
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Mandy Chung
fc99cf1793
6961518: TEST_BUG: add @run main/othervm in tests that call setSecurityManager
...
Mark tests to run in othervm
Reviewed-by: ohair
2010-06-15 20:29:22 -07:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Kelly O'Hair
2e5624299a
6911129: These tests do not work with CYGWIN: java/lang
...
Reviewed-by: tbell, alanb
2010-01-04 15:49:34 -08:00
Joe Darcy
c40412f4f4
6907177: Update jdk tests to remove unncessary -source and -target options
...
Reviewed-by: ohair
2009-12-03 18:19:10 -08:00
Joe Darcy
61f89b0025
6601457: Move wrapper class tests from closed to open
...
6601458: Move java.math tests from closed to open
6740185: Move java/lang/annotations tests to open
6759433: Move Math and StrictMath regression tests from closed to open
Move some more regression tests to the open
Reviewed-by: jjg
2009-01-26 19:49:26 -08:00
Joshua Bloch
adcd85f803
6761678: (ann) SecurityException in AnnotationInvocationHandler.getMemberMethods
...
Move call to getDeclaredMethods inside doPrivileged
Reviewed-by: darcy, mullan
2008-10-24 20:34:40 -07:00