Commit Graph

1 Commits

Author SHA1 Message Date
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