commit | 05e5386bbf7a914a9c8c6a4ebb15d3f8440ef910 | [log] [tgz] |
---|---|---|
author | Daniel Fuchs <dfuchs@openjdk.org> | Fri Dec 19 20:04:14 2014 +0100 |
committer | Daniel Fuchs <dfuchs@openjdk.org> | Fri Dec 19 20:04:14 2014 +0100 |
tree | 32e4410c2dd67fa68a63733829df172a8c4325e1 | |
parent | e9845061d82d1a3fc3fd20b82bf666e5fe4700c4 [diff] |
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