src/share/vm/utilities/yieldingWorkgroup.hpp

changeset 5689
de88570fabfc
parent 4542
db9981fd3124
child 6876
710a3c8b516e
equal deleted inserted replaced
5654:313b724f8911 5689:de88570fabfc
1 /* 1 /*
2 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2005, 2013, 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.
24 24
25 #ifndef SHARE_VM_UTILITIES_YIELDINGWORKGROUP_HPP 25 #ifndef SHARE_VM_UTILITIES_YIELDINGWORKGROUP_HPP
26 #define SHARE_VM_UTILITIES_YIELDINGWORKGROUP_HPP 26 #define SHARE_VM_UTILITIES_YIELDINGWORKGROUP_HPP
27 27
28 #include "utilities/macros.hpp" 28 #include "utilities/macros.hpp"
29 #if INCLUDE_ALL_GCS
30 #include "utilities/workgroup.hpp" 29 #include "utilities/workgroup.hpp"
31 #endif // INCLUDE_ALL_GCS
32
33 30
34 // Forward declarations 31 // Forward declarations
35 class YieldingFlexibleWorkGang; 32 class YieldingFlexibleWorkGang;
36 33
37 // Status of tasks 34 // Status of tasks

mercurial