src/share/vm/oops/method.hpp

changeset 5099
8b40495b9381
parent 5065
e60b3fce2b02
parent 5097
92ef81e2f571
child 5225
603ca7e51354
     1.1 --- a/src/share/vm/oops/method.hpp	Mon May 13 07:53:45 2013 +0200
     1.2 +++ b/src/share/vm/oops/method.hpp	Mon May 13 18:08:13 2013 +0000
     1.3 @@ -986,7 +986,7 @@
     1.4    u2  _length;
     1.5  
     1.6   public:
     1.7 -  ExceptionTable(Method* m) {
     1.8 +  ExceptionTable(const Method* m) {
     1.9      if (m->has_exception_handler()) {
    1.10        _table = m->exception_table_start();
    1.11        _length = m->exception_table_length();

mercurial