equal
deleted
inserted
replaced
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) |