src/share/vm/code/icBuffer.hpp

changeset 4767
a5de0cc2f91c
parent 4107
b31471cdc53e
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/code/icBuffer.hpp	Sat Mar 16 21:44:52 2013 -0700
     1.2 +++ b/src/share/vm/code/icBuffer.hpp	Mon Mar 18 13:19:06 2013 +0100
     1.3 @@ -50,7 +50,7 @@
     1.4    friend class ICStubInterface;
     1.5    // This will be called only by ICStubInterface
     1.6    void    initialize(int size,
     1.7 -                     CodeComments comments)      { _size = size; _ic_site = NULL; }
     1.8 +                     CodeStrings strings)        { _size = size; _ic_site = NULL; }
     1.9    void    finalize(); // called when a method is removed
    1.10  
    1.11    // General info

mercurial