mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -978,8 +978,6 @@ public:
|
|||
// after we sort the old regions at the end of the cleanup operation.
|
||||
class G1PrintRegionLivenessInfoClosure: public HeapRegionClosure {
|
||||
private:
|
||||
outputStream* _out;
|
||||
|
||||
// Accumulators for these values.
|
||||
size_t _total_used_bytes;
|
||||
size_t _total_capacity_bytes;
|
||||
|
@ -1024,7 +1022,7 @@ private:
|
|||
public:
|
||||
// The header and footer are printed in the constructor and
|
||||
// destructor respectively.
|
||||
G1PrintRegionLivenessInfoClosure(outputStream* out, const char* phase_name);
|
||||
G1PrintRegionLivenessInfoClosure(const char* phase_name);
|
||||
virtual bool doHeapRegion(HeapRegion* r);
|
||||
~G1PrintRegionLivenessInfoClosure();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue