src/hotspot/share/gc/shared/gcCause.cpp
changeset 49054 fa4c8865a4ff
parent 47216 71c04702a3d5
child 50525 767cdb97f103
equal deleted inserted replaced
49053:0b61efd5a439 49054:fa4c8865a4ff
    58       return "WhiteBox Initiated Concurrent Mark";
    58       return "WhiteBox Initiated Concurrent Mark";
    59 
    59 
    60     case _wb_full_gc:
    60     case _wb_full_gc:
    61       return "WhiteBox Initiated Full GC";
    61       return "WhiteBox Initiated Full GC";
    62 
    62 
    63     case _update_allocation_context_stats_inc:
       
    64     case _update_allocation_context_stats_full:
       
    65       return "Update Allocation Context Stats";
       
    66 
       
    67     case _no_gc:
    63     case _no_gc:
    68       return "No GC";
    64       return "No GC";
    69 
    65 
    70     case _allocation_failure:
    66     case _allocation_failure:
    71       return "Allocation Failure";
    67       return "Allocation Failure";