diff -r 64c84d620e5c -r 59a0620561fa hotspot/src/share/vm/oops/method.hpp --- a/hotspot/src/share/vm/oops/method.hpp Wed May 08 21:06:46 2013 -0400 +++ b/hotspot/src/share/vm/oops/method.hpp Fri May 10 08:27:30 2013 -0700 @@ -996,7 +996,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();