hotspot/src/share/vm/memory/oopFactory.hpp
changeset 13282 9872915dd78d
parent 12587 8f819769ca1b
child 13728 882756847a04
--- a/hotspot/src/share/vm/memory/oopFactory.hpp	Mon Jun 25 15:34:06 2012 -0400
+++ b/hotspot/src/share/vm/memory/oopFactory.hpp	Tue Jun 26 19:08:44 2012 -0400
@@ -86,6 +86,7 @@
   static constMethodOop  new_constMethod(int byte_code_size,
                                          int compressed_line_number_size,
                                          int localvariable_table_length,
+                                         int exception_table_length,
                                          int checked_exceptions_length,
                                          bool is_conc_safe,
                                          TRAPS);
@@ -97,6 +98,7 @@
                                     AccessFlags access_flags,
                                     int compressed_line_number_size,
                                     int localvariable_table_length,
+                                    int exception_table_length,
                                     int checked_exceptions_length,
                                     bool is_conc_safe,
                                     TRAPS);