src/hotspot/share/gc/shared/gcCause.cpp
changeset 59053 ba6c248cae19
parent 55002 da9840e2f7da
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    76       return "Metadata GC Threshold";
    76       return "Metadata GC Threshold";
    77 
    77 
    78     case _metadata_GC_clear_soft_refs:
    78     case _metadata_GC_clear_soft_refs:
    79       return "Metadata GC Clear Soft References";
    79       return "Metadata GC Clear Soft References";
    80 
    80 
    81     case _cms_generation_full:
       
    82       return "CMS Generation Full";
       
    83 
       
    84     case _cms_initial_mark:
       
    85       return "CMS Initial Mark";
       
    86 
       
    87     case _cms_final_remark:
       
    88       return "CMS Final Remark";
       
    89 
       
    90     case _cms_concurrent_mark:
       
    91       return "CMS Concurrent Mark";
       
    92 
       
    93     case _old_generation_expanded_on_last_scavenge:
    81     case _old_generation_expanded_on_last_scavenge:
    94       return "Old Generation Expanded On Last Scavenge";
    82       return "Old Generation Expanded On Last Scavenge";
    95 
    83 
    96     case _old_generation_too_full_to_scavenge:
    84     case _old_generation_too_full_to_scavenge:
    97       return "Old Generation Too Full To Scavenge";
    85       return "Old Generation Too Full To Scavenge";