hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp
changeset 15482 470d0b0c09f1
parent 11396 917d8673b5ef
child 15761 a4f42ee045c3
equal deleted inserted replaced
15224:0f9e3436040d 15482:470d0b0c09f1
    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;