< prev index next >

src/share/vm/gc/g1/suspendibleThreadSet.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_SUSPENDIBLETHREADSET_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_SHARED_SUSPENDIBLETHREADSET_HPP #include "memory/allocation.hpp" // A SuspendibleThreadSet is a set of threads that can be suspended. // A thread can join and later leave the set, and periodically yield. --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_SUSPENDIBLETHREADSET_HPP ! #define SHARE_VM_GC_G1_SUSPENDIBLETHREADSET_HPP #include "memory/allocation.hpp" // A SuspendibleThreadSet is a set of threads that can be suspended. // A thread can join and later leave the set, and periodically yield.
*** 112,117 **** SuspendibleThreadSet::join(); } } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_SUSPENDIBLETHREADSET_HPP --- 112,117 ---- SuspendibleThreadSet::join(); } } }; ! #endif // SHARE_VM_GC_G1_SUSPENDIBLETHREADSET_HPP
< prev index next >