afu8u/jdk/test/java/lang/Class
Daniel Fuchs 05e5386bbf 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible
This test parses the jars in the boot class path to find the name of all classes, then loads each of them, get their declared fields, and attempt to call setAccessible.

Reviewed-by: coffeys, dholmes, plevart
2014-12-19 20:04:14 +01:00
..
asSubclass
…
forName 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
getClasses
…
getDeclaredClasses
…
getDeclaredField 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible 2014-12-19 20:04:14 +01:00
getDeclaredMethod
…
getDeclaringClass
…
getEnclosingClass 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
getEnclosingConstructor
…
getEnclosingMethod
…
getField 5047859: (reflect) Class.getField can't find String[].length 2013-09-06 14:20:12 +02:00
getMethod
…
getMethods
…
getModifiers
…
ArrayMethods.java 4987375: (reflect) Class.get{Declared}Method{s} does not return clone() for array types 2013-09-11 09:45:52 +02:00
Cast.java
…
EnumPoseur.class
…
EnumPoseur.java.src
…
GenericStringTest.java
…
IsAnnotationType.java
…
IsEnum.java
…
IsSynthetic.java
…
TypeCheckMicroBenchmark.java
…