src/share/vm/code/nmethod.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/code/nmethod.hpp	Fri Aug 29 15:59:13 2014
--- new/src/share/vm/code/nmethod.hpp	Fri Aug 29 15:59:13 2014

*** 293,303 **** --- 293,303 ---- ImplicitExceptionTable* nul_chk_table, AbstractCompiler* compiler, int comp_level); // helper methods ! void* operator new(size_t size, int nmethod_size, int comp_level) throw(); const char* reloc_string_for(u_char* begin, u_char* end); // Returns true if this thread changed the state of the nmethod or // false if another thread performed the transition. bool make_not_entrant_or_zombie(unsigned int state);

src/share/vm/code/nmethod.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File