< prev index next >

src/share/vm/code/nmethod.hpp

Print this page

        

*** 208,218 **** void inc_decompile_count(); // Inform external interfaces that a compiled method has been unloaded void post_compiled_method_unload(); ! // Initailize fields to their default values void init_defaults(); // Offsets int content_offset() const { return content_begin() - header_begin(); } int data_offset() const { return _data_offset; } --- 208,218 ---- void inc_decompile_count(); // Inform external interfaces that a compiled method has been unloaded void post_compiled_method_unload(); ! // Initialize fields to their default values void init_defaults(); // Offsets int content_offset() const { return content_begin() - header_begin(); } int data_offset() const { return _data_offset; }
< prev index next >