mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +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
|
@ -65,7 +65,7 @@ class PSPromotionManager VALUE_OBJ_CLASS_SPEC {
|
|||
size_t _array_chunks_processed;
|
||||
|
||||
void print_local_stats(outputStream* const out, uint i) const;
|
||||
static void print_taskqueue_stats(outputStream* const out = gclog_or_tty);
|
||||
static void print_taskqueue_stats();
|
||||
|
||||
void reset_stats();
|
||||
#endif // TASKQUEUE_STATS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue