This commit is contained in:
Yumin Qi 2013-05-13 18:08:13 +00:00
commit 9a1cd52a0f
20 changed files with 62 additions and 64 deletions

View file

@ -986,7 +986,7 @@ class ExceptionTable : public StackObj {
u2 _length;
public:
ExceptionTable(Method* m) {
ExceptionTable(const Method* m) {
if (m->has_exception_handler()) {
_table = m->exception_table_start();
_length = m->exception_table_length();