src/hotspot/share/gc/shared/gcCause.cpp
changeset 52918 f94c7929a44b
parent 52811 ff04b71bf6f1
child 52925 9c18c9d839d3
equal deleted inserted replaced
52917:0c637249d934 52918:f94c7929a44b
   103       return "G1 Evacuation Pause";
   103       return "G1 Evacuation Pause";
   104 
   104 
   105     case _g1_humongous_allocation:
   105     case _g1_humongous_allocation:
   106       return "G1 Humongous Allocation";
   106       return "G1 Humongous Allocation";
   107 
   107 
       
   108     case _g1_periodic_collection:
       
   109       return "G1 Periodic Collection";
       
   110 
   108     case _dcmd_gc_run:
   111     case _dcmd_gc_run:
   109       return "Diagnostic Command";
   112       return "Diagnostic Command";
   110 
   113 
   111     case _z_timer:
   114     case _z_timer:
   112       return "Timer";
   115       return "Timer";