--- old/src/share/vm/code/codeBlob.hpp 2014-10-23 13:40:55.068203849 +0200 +++ new/src/share/vm/code/codeBlob.hpp 2014-10-23 13:40:53.932203892 +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