changeset 17372 | a8018a1c33e0 |
parent 17314 | 28fab19f2ccd |
parent 17370 | 59a0620561fa |
child 17875 | 9d4aa49a1d76 |
--- a/hotspot/src/share/vm/oops/method.hpp Mon May 13 07:53:45 2013 +0200 +++ b/hotspot/src/share/vm/oops/method.hpp Mon May 13 18:08:13 2013 +0000 @@ -986,7 +986,7 @@ 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();