--- old/src/share/vm/code/nmethod.hpp 2014-09-03 12:15:30.539797433 +0200 +++ new/src/share/vm/code/nmethod.hpp 2014-09-03 12:15:30.467797431 +0200 @@ -295,7 +295,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