equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2015, 2016, 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. |
23 */ |
23 */ |
24 |
24 |
25 #ifndef SHARE_VM_GC_G1_G1COLLECTORSTATE_HPP |
25 #ifndef SHARE_VM_GC_G1_G1COLLECTORSTATE_HPP |
26 #define SHARE_VM_GC_G1_G1COLLECTORSTATE_HPP |
26 #define SHARE_VM_GC_G1_G1COLLECTORSTATE_HPP |
27 |
27 |
|
28 #include "gc/g1/g1YCTypes.hpp" |
|
29 #include "memory/allocation.hpp" |
28 #include "utilities/globalDefinitions.hpp" |
30 #include "utilities/globalDefinitions.hpp" |
29 #include "gc/g1/g1YCTypes.hpp" |
|
30 |
31 |
31 // Various state variables that indicate |
32 // Various state variables that indicate |
32 // the phase of the G1 collection. |
33 // the phase of the G1 collection. |
33 class G1CollectorState VALUE_OBJ_CLASS_SPEC { |
34 class G1CollectorState VALUE_OBJ_CLASS_SPEC { |
34 // Indicates whether we are in "full young" or "mixed" GC mode. |
35 // Indicates whether we are in "full young" or "mixed" GC mode. |