Changeset: f8b3811337b7 Author: dfuchs Date: 2015-01-13 18:11 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/f8b3811337b7
8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible. Summary: This test use the jrt:/ file system to find the name of all classes, then loads each of them, get their declared fields, and attempt to call setAccessible. Reviewed-by: chegar, coffeys + test/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java