comparison src/share/vm/gc_interface/gcCause.hpp @ 4829:9509c20bba28

6976060: G1: humongous object allocations should initiate marking cycles when necessary Reviewed-by: tonyp, johnc
author brutisso
date Mon, 16 Jan 2012 22:10:05 +0100
parents c798c277ddd1
children 9d679effd28c
comparison
equal deleted inserted replaced
4828:851b58c26def 4829: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.
64 _old_generation_expanded_on_last_scavenge, 64 _old_generation_expanded_on_last_scavenge,
65 _old_generation_too_full_to_scavenge, 65 _old_generation_too_full_to_scavenge,
66 _adaptive_size_policy, 66 _adaptive_size_policy,
67 67
68 _g1_inc_collection_pause, 68 _g1_inc_collection_pause,
69 _g1_humongous_allocation,
69 70
70 _last_ditch_collection, 71 _last_ditch_collection,
71 _last_gc_cause 72 _last_gc_cause
72 }; 73 };
73 74