--- old/src/share/vm/code/nmethod.hpp 2013-10-02 14:57:43.152813394 +0200 +++ new/src/share/vm/code/nmethod.hpp 2013-10-02 14:57:43.100813395 +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