--- old/src/share/vm/code/nmethod.hpp 2013-10-11 15:44:35.469819671 +0200 +++ new/src/share/vm/code/nmethod.hpp 2013-10-11 15:44:35.233819680 +0200 @@ -270,7 +270,7 @@ int comp_level); // helper methods - void* operator new(size_t size, int nmethod_size) throw(); + 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