< prev index next >

src/hotspot/share/gc/g1/g1Trace.hpp

Print this page
rev 56145 : 8230431: Move G1 trace code from gcTrace* to G1 directory
Reviewed-by:
rev 56146 : 8209802: Garbage collectors should register JFR types themselves to avoid build errors.

@@ -46,10 +46,11 @@
   G1YoungGCInfo _g1_young_gc_info;
 
 public:
   G1NewTracer() : YoungGCTracer(G1New) {}
 
+  void initialize();
   void report_yc_type(G1YCType type);
   void report_gc_end_impl(const Ticks& timestamp, TimePartitions* time_partitions);
   void report_evacuation_info(G1EvacuationInfo* info);
   void report_evacuation_failed(EvacuationFailedInfo& ef_info);
 
< prev index next >