mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8078901: Add trace event for G1 MMU information
Reviewed-by: ehelin, mlarsson
This commit is contained in:
parent
a7f0956201
commit
c85e4ae56f
8 changed files with 45 additions and 6 deletions
|
@ -239,6 +239,13 @@ class ParNewTracer : public YoungGCTracer {
|
|||
};
|
||||
|
||||
#if INCLUDE_ALL_GCS
|
||||
class G1MMUTracer : public AllStatic {
|
||||
static void send_g1_mmu_event(const GCId& gcId, double timeSlice, double gcTime, double maxTime);
|
||||
|
||||
public:
|
||||
static void report_mmu(const GCId& gcId, double timeSlice, double gcTime, double maxTime);
|
||||
};
|
||||
|
||||
class G1NewTracer : public YoungGCTracer {
|
||||
G1YoungGCInfo _g1_young_gc_info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue