commit | 65307c065f4233fbaf94ad5ddd13323519af08f4 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Wed Feb 27 16:55:56 2013 -0800 |
committer | Kenny Root <kroot@google.com> | Wed Feb 27 16:56:04 2013 -0800 |
tree | 6248df4d55abe9858fd74e8eb687dc4c2f33a891 | |
parent | 93cdbd0b81e96649ebb789710429388c054bc377 [diff] |
CTS: work around ClassLoader limitation Trying to use reflection on classes loaded from a different ClassLoader than the system one caused SecurityException since you can't load certain packages. Adding them to the boot classpath forces them to be in the same ClassLoader. Change-Id: Id518ab0a99da6defac525c0ad430a63f600ce85f