diff src/share/vm/oops/method.hpp @ 10267:8b40495b9381

Merge
author minqi
date Mon, 13 May 2013 18:08:13 +0000
parents e60b3fce2b02 92ef81e2f571
children 603ca7e51354
line wrap: on
line diff
--- a/src/share/vm/oops/method.hpp	Mon May 13 07:53:45 2013 +0200
+++ b/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();