src/hotspot/share/gc/shared/owstTaskTerminator.hpp
changeset 53244 9807daeb47c4
parent 52905 bec57b4a6d69
child 53545 2c38991dd9b0
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    18  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    18  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * or visit www.oracle.com if you need additional information or have any
    19  * or visit www.oracle.com if you need additional information or have any
    20  * questions.
    20  * questions.
    21  *
    21  *
    22  */
    22  */
    23 #ifndef SHARE_VM_GC_SHARED_OWSTTASKTERMINATOR_HPP
    23 #ifndef SHARE_GC_SHARED_OWSTTASKTERMINATOR_HPP
    24 #define SHARE_VM_GC_SHARED_OWSTTASKTERMINATOR_HPP
    24 #define SHARE_GC_SHARED_OWSTTASKTERMINATOR_HPP
    25 
    25 
    26 #include "gc/shared/taskqueue.hpp"
    26 #include "gc/shared/taskqueue.hpp"
    27 #include "runtime/mutex.hpp"
    27 #include "runtime/mutex.hpp"
    28 #include "runtime/thread.hpp"
    28 #include "runtime/thread.hpp"
    29 
    29 
    74    */
    74    */
    75   bool do_spin_master_work(TerminatorTerminator* terminator);
    75   bool do_spin_master_work(TerminatorTerminator* terminator);
    76 };
    76 };
    77 
    77 
    78 
    78 
    79 #endif // SHARE_VM_GC_SHARED_OWSTTASKTERMINATOR_HPP
    79 #endif // SHARE_GC_SHARED_OWSTTASKTERMINATOR_HPP