commit | 1c7ba87b216ec3de563ac4d70548313da9b9bc1b | [log] [tgz] |
---|---|---|
author | Urs Grob <ursg@google.com> | Tue Apr 28 18:20:31 2009 +0200 |
committer | Urs Grob <ursg@google.com> | Tue Apr 28 18:41:47 2009 +0200 |
tree | b35cbe7a43cee16736a4fc6315470ea968e96172 | |
parent | f2931ca22c6307a8740f2ec61795f7cfa6971262 [diff] |
Fix an infinite loop in ClassLoader.isAncestorOf() The current version loops endlessly if the callers ClassLoader is not the same as the system ClassLoader. The cause for this is a loop variable that is not changed during the loop. BUG=1732214