< prev index next >

src/hotspot/share/gc/shared/gcTraceSend.cpp

Print this page
rev 57601 : [mq]: metaspace-improvement

*** 62,72 **** e.set_count(count); e.commit(); } } ! void GCTracer::send_metaspace_chunk_free_list_summary(GCWhen::Type when, Metaspace::MetadataType mdtype, const MetaspaceChunkFreeListSummary& summary) const { EventMetaspaceChunkFreeListSummary e; if (e.should_commit()) { e.set_gcId(GCId::current()); e.set_when(when); --- 62,72 ---- e.set_count(count); e.commit(); } } ! void GCTracer::send_metaspace_chunk_free_list_summary(GCWhen::Type when, metaspace::MetadataType mdtype, const MetaspaceChunkFreeListSummary& summary) const { EventMetaspaceChunkFreeListSummary e; if (e.should_commit()) { e.set_gcId(GCId::current()); e.set_when(when);
< prev index next >