mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +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
|
@ -220,7 +220,6 @@ class Space: public CHeapObj<mtGC> {
|
|||
// moving as a part of compaction.
|
||||
virtual void adjust_pointers() = 0;
|
||||
|
||||
// PrintHeapAtGC support
|
||||
virtual void print() const;
|
||||
virtual void print_on(outputStream* st) const;
|
||||
virtual void print_short() const;
|
||||
|
@ -659,7 +658,6 @@ class ContiguousSpace: public CompactibleSpace {
|
|||
// Overrides for more efficient compaction support.
|
||||
void prepare_for_compaction(CompactPoint* cp);
|
||||
|
||||
// PrintHeapAtGC support.
|
||||
virtual void print_on(outputStream* st) const;
|
||||
|
||||
// Checked dynamic downcasts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue