8066612: Add a test that will call getDeclaredFields() on all classes and try...
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
Showing
想要评论请 注册 或 登录