--- old/src/share/vm/code/codeBlob.hpp 2014-10-13 17:32:17.048926330 +0200 +++ new/src/share/vm/code/codeBlob.hpp 2014-10-13 17:32:15.900926374 +0200 @@ -221,7 +221,7 @@ BufferBlob(const char* name, int size); BufferBlob(const char* name, int size, CodeBuffer* cb); - void* operator new(size_t s, unsigned size, bool is_critical = false) throw(); + void* operator new(size_t s, unsigned size) throw(); public: // Creation