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
|
@ -221,6 +221,12 @@ void OldGCTracer::report_concurrent_mode_failure() {
|
|||
}
|
||||
|
||||
#if INCLUDE_ALL_GCS
|
||||
void G1MMUTracer::report_mmu(const GCId& gcId, double timeSlice, double gcTime, double maxTime) {
|
||||
assert(!gcId.is_undefined(), "Undefined GC id");
|
||||
|
||||
send_g1_mmu_event(gcId, timeSlice, gcTime, maxTime);
|
||||
}
|
||||
|
||||
void G1NewTracer::report_yc_type(G1YCType type) {
|
||||
assert_set_gc_id();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue