src/share/vm/gc_interface/gcCause.cpp

changeset 3456
9509c20bba28
parent 3270
ab5107bee78c
child 4037
da91efe96a93
equal deleted inserted replaced
3455:851b58c26def 3456:9509c20bba28
1 /* 1 /*
2 * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2002, 2012, 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.
82 return "Ergonomics"; 82 return "Ergonomics";
83 83
84 case _g1_inc_collection_pause: 84 case _g1_inc_collection_pause:
85 return "G1 Evacuation Pause"; 85 return "G1 Evacuation Pause";
86 86
87 case _g1_humongous_allocation:
88 return "G1 Humongous Allocation";
89
87 case _last_ditch_collection: 90 case _last_ditch_collection:
88 return "Last ditch collection"; 91 return "Last ditch collection";
89 92
90 case _last_gc_cause: 93 case _last_gc_cause:
91 return "ILLEGAL VALUE - last gc cause - ILLEGAL VALUE"; 94 return "ILLEGAL VALUE - last gc cause - ILLEGAL VALUE";

mercurial