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 Oct 11 15:44:35 2013
--- new/src/share/vm/code/nmethod.hpp	Fri Oct 11 15:44:35 2013

*** 268,278 **** --- 268,278 ---- 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