src/share/vm/oops/method.hpp

changeset 5097
92ef81e2f571
parent 4938
8df6ddda8090
child 5099
8b40495b9381
     1.1 --- a/src/share/vm/oops/method.hpp	Wed May 08 21:06:46 2013 -0400
     1.2 +++ b/src/share/vm/oops/method.hpp	Fri May 10 08:27:30 2013 -0700
     1.3 @@ -996,7 +996,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