hotspot/src/share/vm/gc/shared/gcCause.cpp
changeset 37149 f025738bbada
parent 31032 8e72621ca186
equal deleted inserted replaced
37148:042294ceef52 37149:f025738bbada
    55       return "WhiteBox Initiated Young GC";
    55       return "WhiteBox Initiated Young GC";
    56 
    56 
    57     case _wb_conc_mark:
    57     case _wb_conc_mark:
    58       return "WhiteBox Initiated Concurrent Mark";
    58       return "WhiteBox Initiated Concurrent Mark";
    59 
    59 
       
    60     case _wb_full_gc:
       
    61       return "WhiteBox Initiated Full GC";
       
    62 
    60     case _update_allocation_context_stats_inc:
    63     case _update_allocation_context_stats_inc:
    61     case _update_allocation_context_stats_full:
    64     case _update_allocation_context_stats_full:
    62       return "Update Allocation Context Stats";
    65       return "Update Allocation Context Stats";
    63 
    66 
    64     case _no_gc:
    67     case _no_gc:
    70     case _tenured_generation_full:
    73     case _tenured_generation_full:
    71       return "Tenured Generation Full";
    74       return "Tenured Generation Full";
    72 
    75 
    73     case _metadata_GC_threshold:
    76     case _metadata_GC_threshold:
    74       return "Metadata GC Threshold";
    77       return "Metadata GC Threshold";
       
    78 
       
    79     case _metadata_GC_clear_soft_refs:
       
    80       return "Metadata GC Clear Soft References";
    75 
    81 
    76     case _cms_generation_full:
    82     case _cms_generation_full:
    77       return "CMS Generation Full";
    83       return "CMS Generation Full";
    78 
    84 
    79     case _cms_initial_mark:
    85     case _cms_initial_mark:
    98       return "G1 Evacuation Pause";
   104       return "G1 Evacuation Pause";
    99 
   105 
   100     case _g1_humongous_allocation:
   106     case _g1_humongous_allocation:
   101       return "G1 Humongous Allocation";
   107       return "G1 Humongous Allocation";
   102 
   108 
   103     case _last_ditch_collection:
       
   104       return "Last ditch collection";
       
   105 
       
   106     case _dcmd_gc_run:
   109     case _dcmd_gc_run:
   107       return "Diagnostic Command";
   110       return "Diagnostic Command";
   108 
   111 
   109     case _last_gc_cause:
   112     case _last_gc_cause:
   110       return "ILLEGAL VALUE - last gc cause - ILLEGAL VALUE";
   113       return "ILLEGAL VALUE - last gc cause - ILLEGAL VALUE";