comparison src/share/vm/memory/universe.hpp @ 4944:09d00c18e323

7145537: minor tweaks to LogEvents Reviewed-by: kvn, twisti
author never
date Wed, 15 Feb 2012 10:12:55 -0800
parents 53074c2c4600
children b632e80fc9dc
comparison
equal deleted inserted replaced
4943:80107dc493db 4944:09d00c18e323
422 // (extended == true). 422 // (extended == true).
423 static void print_on(outputStream* st, bool extended = false); 423 static void print_on(outputStream* st, bool extended = false);
424 static void print_heap_at_SIGBREAK(); 424 static void print_heap_at_SIGBREAK();
425 static void print_heap_before_gc() { print_heap_before_gc(gclog_or_tty); } 425 static void print_heap_before_gc() { print_heap_before_gc(gclog_or_tty); }
426 static void print_heap_after_gc() { print_heap_after_gc(gclog_or_tty); } 426 static void print_heap_after_gc() { print_heap_after_gc(gclog_or_tty); }
427 static void print_heap_before_gc(outputStream* st); 427 static void print_heap_before_gc(outputStream* st, bool ignore_extended = false);
428 static void print_heap_after_gc(outputStream* st); 428 static void print_heap_after_gc(outputStream* st, bool ignore_extended = false);
429 429
430 // Change the number of dummy objects kept reachable by the full gc dummy 430 // Change the number of dummy objects kept reachable by the full gc dummy
431 // array; this should trigger relocation in a sliding compaction collector. 431 // array; this should trigger relocation in a sliding compaction collector.
432 debug_only(static bool release_fullgc_alot_dummy();) 432 debug_only(static bool release_fullgc_alot_dummy();)
433 // The non-oop pattern (see compiledIC.hpp, etc) 433 // The non-oop pattern (see compiledIC.hpp, etc)