src/share/vm/memory/oopFactory.hpp

Print this page

        

*** 84,93 **** --- 84,94 ---- // 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,104 **** --- 96,106 ---- // 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