src/share/vm/code/icBuffer.hpp

changeset 4107
b31471cdc53e
parent 4037
da91efe96a93
child 4767
a5de0cc2f91c
     1.1 --- a/src/share/vm/code/icBuffer.hpp	Thu Sep 20 16:49:17 2012 +0200
     1.2 +++ b/src/share/vm/code/icBuffer.hpp	Mon Sep 24 10:30:14 2012 -0700
     1.3 @@ -25,6 +25,7 @@
     1.4  #ifndef SHARE_VM_CODE_ICBUFFER_HPP
     1.5  #define SHARE_VM_CODE_ICBUFFER_HPP
     1.6  
     1.7 +#include "asm/codeBuffer.hpp"
     1.8  #include "code/stubs.hpp"
     1.9  #include "interpreter/bytecodes.hpp"
    1.10  #include "memory/allocation.hpp"
    1.11 @@ -48,7 +49,8 @@
    1.12   protected:
    1.13    friend class ICStubInterface;
    1.14    // This will be called only by ICStubInterface
    1.15 -  void    initialize(int size) { _size = size; _ic_site = NULL; }
    1.16 +  void    initialize(int size,
    1.17 +                     CodeComments comments)      { _size = size; _ic_site = NULL; }
    1.18    void    finalize(); // called when a method is removed
    1.19  
    1.20    // General info

mercurial