--- old/src/share/vm/code/codeBlob.hpp 2014-10-10 14:56:09.591266583 +0200 +++ new/src/share/vm/code/codeBlob.hpp 2014-10-10 14:56:08.383266620 +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