mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8165455: Tracing events for G1 have incorrect metadata
Reviewed-by: egahlin, tschatzl
This commit is contained in:
parent
1075dcd335
commit
be6cc69504
4 changed files with 35 additions and 33 deletions
|
@ -235,10 +235,10 @@ class ParNewTracer : public YoungGCTracer {
|
|||
|
||||
#if INCLUDE_ALL_GCS
|
||||
class G1MMUTracer : public AllStatic {
|
||||
static void send_g1_mmu_event(double timeSlice, double gcTime, double maxTime);
|
||||
static void send_g1_mmu_event(double time_slice_ms, double gc_time_ms, double max_time_ms);
|
||||
|
||||
public:
|
||||
static void report_mmu(double timeSlice, double gcTime, double maxTime);
|
||||
static void report_mmu(double time_slice_sec, double gc_time_sec, double max_time_sec);
|
||||
};
|
||||
|
||||
class G1NewTracer : public YoungGCTracer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue