commit | b95f04efbf38bf33965ea6b58643026c969b8f2f | [log] [tgz] |
---|---|---|
author | John R Rose <jrose@openjdk.org> | Thu Apr 07 17:12:21 2011 -0700 |
committer | John R Rose <jrose@openjdk.org> | Thu Apr 07 17:12:21 2011 -0700 |
tree | f7f9f998ca4d4897efd72d1ff27982763c82ead4 | |
parent | 16784a72e866a0dcb75e51d00571f440fbf5bc48 [diff] |
7012087: JSR 292 Misleading exception message for a non-bound MH for a virtual method Improve error message formatting to give more information to user. Also, catch a corner case related to 6930553 and 6844449. Reviewed-by: kvn