src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

changeset 3269
53074c2c4600
parent 3268
8aae2050e83e
child 3289
a88de71c4e3a
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Nov 07 22:11:12 2011 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Tue Nov 08 00:41:28 2011 -0500
     1.3 @@ -1449,14 +1449,8 @@
     1.4  
     1.5    // Override; it uses the "prev" marking information
     1.6    virtual void verify(bool allow_dirty, bool silent);
     1.7 -  // Default behavior by calling print(tty);
     1.8 -  virtual void print() const;
     1.9 -  // This calls print_on(st, PrintHeapAtGCExtended).
    1.10    virtual void print_on(outputStream* st) const;
    1.11 -  // If extended is true, it will print out information for all
    1.12 -  // regions in the heap by calling print_on_extended(st).
    1.13 -  virtual void print_on(outputStream* st, bool extended) const;
    1.14 -  virtual void print_on_extended(outputStream* st) const;
    1.15 +  virtual void print_extended_on(outputStream* st) const;
    1.16  
    1.17    virtual void print_gc_threads_on(outputStream* st) const;
    1.18    virtual void gc_threads_do(ThreadClosure* tc) const;

mercurial