mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8145092: Use Unified Logging for the GC logging
JEP-271. VM changes contributed by brutisso, test changes contributed by david. Co-authored-by: David Lindholm <david.lindholm@oralce.com> Reviewed-by: sjohanss, david, brutisso
This commit is contained in:
parent
581eb19018
commit
ffeb0bdad0
200 changed files with 3331 additions and 6147 deletions
|
@ -262,7 +262,7 @@ static void signal_thread_entry(JavaThread* thread, TRAPS) {
|
|||
VMThread::execute(&op1);
|
||||
Universe::print_heap_at_SIGBREAK();
|
||||
if (PrintClassHistogram) {
|
||||
VM_GC_HeapInspection op1(gclog_or_tty, true /* force full GC before heap inspection */);
|
||||
VM_GC_HeapInspection op1(tty, true /* force full GC before heap inspection */);
|
||||
VMThread::execute(&op1);
|
||||
}
|
||||
if (JvmtiExport::should_post_data_dump()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue