src/share/vm/memory/oopFactory.hpp

Print this page

        

@@ -84,10 +84,11 @@
   // Methods
 private:
   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);
 public:
   // Set is_conc_safe for methods which cannot safely be

@@ -95,10 +96,11 @@
   // the method.
   static methodOop       new_method(int byte_code_size,
                                     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);
 
   // Method Data containers