hg: jdk8u/jdk8u-dev/jdk: 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible.
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Fri Dec 19 19:05:01 UTC 2014
Changeset: 69d041b13713
Author: dfuchs
Date: 2014-12-19 20:04 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/69d041b13713
8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible.
Summary: 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
+ test/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java
More information about the jdk8u-dev-changes
mailing list