--- old/src/share/vm/code/codeBlob.hpp 2014-10-09 08:53:07.615203938 +0200 +++ new/src/share/vm/code/codeBlob.hpp 2014-10-09 08:53:07.239203942 +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