mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
7145537: minor tweaks to LogEvents
Reviewed-by: kvn, twisti
This commit is contained in:
parent
e6f3ba89ec
commit
520f6fcc87
10 changed files with 47 additions and 42 deletions
|
@ -424,8 +424,8 @@ class Universe: AllStatic {
|
|||
static void print_heap_at_SIGBREAK();
|
||||
static void print_heap_before_gc() { print_heap_before_gc(gclog_or_tty); }
|
||||
static void print_heap_after_gc() { print_heap_after_gc(gclog_or_tty); }
|
||||
static void print_heap_before_gc(outputStream* st);
|
||||
static void print_heap_after_gc(outputStream* st);
|
||||
static void print_heap_before_gc(outputStream* st, bool ignore_extended = false);
|
||||
static void print_heap_after_gc(outputStream* st, bool ignore_extended = false);
|
||||
|
||||
// Change the number of dummy objects kept reachable by the full gc dummy
|
||||
// array; this should trigger relocation in a sliding compaction collector.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue