src/share/vm/code/nmethod.hpp

Print this page
rev 5032 : 8023033: PPC64 (part 13): basic changes for AIX
Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.).

*** 263,273 **** ImplicitExceptionTable* nul_chk_table, AbstractCompiler* compiler, int comp_level); // helper methods ! 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); --- 263,273 ---- ImplicitExceptionTable* nul_chk_table, AbstractCompiler* compiler, int comp_level); // helper methods ! void* operator new(size_t size, int nmethod_size) 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);