src/share/vm/utilities/yieldingWorkgroup.cpp

changeset 4542
db9981fd3124
parent 3357
441e946dc1af
child 4626
cf9a2071eeac
equal deleted inserted replaced
4461:46e60405583b 4542:db9981fd3124
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #ifndef SERIALGC 26 #include "utilities/macros.hpp"
27 #if INCLUDE_ALL_GCS
27 #include "utilities/yieldingWorkgroup.hpp" 28 #include "utilities/yieldingWorkgroup.hpp"
28 #endif 29 #endif // INCLUDE_ALL_GCS
29 30
30 // Forward declaration of classes declared here. 31 // Forward declaration of classes declared here.
31 32
32 class GangWorker; 33 class GangWorker;
33 class WorkData; 34 class WorkData;

mercurial