src/share/vm/code/nmethod.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/code/nmethod.hpp	Tue Jan  5 14:48:08 2010
--- new/src/share/vm/code/nmethod.hpp	Tue Jan  5 14:48:08 2010

*** 253,263 **** --- 253,263 ---- void* operator new(size_t size, int nmethod_size); 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); void inc_decompile_count(); // used to check that writes to nmFlags are done consistently. static void check_safepoint() PRODUCT_RETURN;

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