src/share/vm/memory/universe.hpp

changeset 3571
09d00c18e323
parent 3269
53074c2c4600
child 3711
b632e80fc9dc
     1.1 --- a/src/share/vm/memory/universe.hpp	Wed Feb 15 09:43:16 2012 +0100
     1.2 +++ b/src/share/vm/memory/universe.hpp	Wed Feb 15 10:12:55 2012 -0800
     1.3 @@ -424,8 +424,8 @@
     1.4    static void print_heap_at_SIGBREAK();
     1.5    static void print_heap_before_gc() { print_heap_before_gc(gclog_or_tty); }
     1.6    static void print_heap_after_gc()  { print_heap_after_gc(gclog_or_tty); }
     1.7 -  static void print_heap_before_gc(outputStream* st);
     1.8 -  static void print_heap_after_gc(outputStream* st);
     1.9 +  static void print_heap_before_gc(outputStream* st, bool ignore_extended = false);
    1.10 +  static void print_heap_after_gc(outputStream* st, bool ignore_extended = false);
    1.11  
    1.12    // Change the number of dummy objects kept reachable by the full gc dummy
    1.13    // array; this should trigger relocation in a sliding compaction collector.

mercurial