hotspot/src/share/vm/code/icBuffer.hpp
changeset 13887 89b873bcc55b
parent 13728 882756847a04
child 16368 713209c45a82
--- a/hotspot/src/share/vm/code/icBuffer.hpp	Thu Sep 20 16:49:17 2012 +0200
+++ b/hotspot/src/share/vm/code/icBuffer.hpp	Mon Sep 24 10:30:14 2012 -0700
@@ -25,6 +25,7 @@
 #ifndef SHARE_VM_CODE_ICBUFFER_HPP
 #define SHARE_VM_CODE_ICBUFFER_HPP
 
+#include "asm/codeBuffer.hpp"
 #include "code/stubs.hpp"
 #include "interpreter/bytecodes.hpp"
 #include "memory/allocation.hpp"
@@ -48,7 +49,8 @@
  protected:
   friend class ICStubInterface;
   // This will be called only by ICStubInterface
-  void    initialize(int size) { _size = size; _ic_site = NULL; }
+  void    initialize(int size,
+                     CodeComments comments)      { _size = size; _ic_site = NULL; }
   void    finalize(); // called when a method is removed
 
   // General info