--- old/src/share/vm/code/nmethod.hpp 2014-06-03 09:37:21.048392906 +0200 +++ new/src/share/vm/code/nmethod.hpp 2014-06-03 09:37:20.352392884 +0200 @@ -277,7 +277,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