src/share/vm/memory/freeList.hpp

changeset 5166
7c5a1b62f53d
parent 4196
685df3c6f84b
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/memory/freeList.hpp	Tue May 21 11:30:14 2013 +0200
     1.2 +++ b/src/share/vm/memory/freeList.hpp	Wed May 22 08:04:58 2013 +0200
     1.3 @@ -80,8 +80,6 @@
     1.4    // Constructor
     1.5    // Construct a list without any entries.
     1.6    FreeList();
     1.7 -  // Construct a list with "fc" as the first (and lone) entry in the list.
     1.8 -  FreeList(Chunk_t* fc);
     1.9  
    1.10    // Do initialization
    1.11    void initialize();
    1.12 @@ -177,9 +175,6 @@
    1.13    // found.  Return NULL if "fc" is not found.
    1.14    bool verify_chunk_in_free_list(Chunk_t* fc) const;
    1.15  
    1.16 -  // Stats verification
    1.17 -//  void verify_stats() const { ShouldNotReachHere(); };
    1.18 -
    1.19    // Printing support
    1.20    static void print_labels_on(outputStream* st, const char* c);
    1.21    void print_on(outputStream* st, const char* c = NULL) const;

mercurial