hotspot/src/share/vm/code/codeBlob.hpp
changeset 20707 b3b658c6d1f8
parent 19696 bd5a0131bde1
child 26796 666464578742
--- a/hotspot/src/share/vm/code/codeBlob.hpp	Fri Oct 11 10:14:02 2013 -0700
+++ b/hotspot/src/share/vm/code/codeBlob.hpp	Thu Oct 10 15:44:12 2013 +0200
@@ -209,7 +209,7 @@
   BufferBlob(const char* name, int size);
   BufferBlob(const char* name, int size, CodeBuffer* cb);
 
-  void* operator new(size_t s, unsigned size) throw();
+  void* operator new(size_t s, unsigned size, bool is_critical = false) throw();
 
  public:
   // Creation
@@ -253,7 +253,6 @@
 class MethodHandlesAdapterBlob: public BufferBlob {
 private:
   MethodHandlesAdapterBlob(int size)                 : BufferBlob("MethodHandles adapters", size) {}
-  MethodHandlesAdapterBlob(int size, CodeBuffer* cb) : BufferBlob("MethodHandles adapters", size, cb) {}
 
 public:
   // Creation