afu8u/jdk/test/java/lang/Class/getDeclaredField
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
..
ClassDeclaredFieldsTest.java 8065552: setAccessible(true) on fields of Class may throw a SecurityException 2014-12-01 21:02:21 +01:00
Exceptions.java
FieldSetAccessibleTest.java 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