hotspot/src/share/vm/oops/method.hpp
changeset 17370 59a0620561fa
parent 17002 d86c9dfa4a5f
child 17372 a8018a1c33e0
--- 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();