src/share/vm/gc_implementation/g1/ptrQueue.cpp

changeset 3156
f08d439fab8c
parent 2469
7e37af9d69ef
child 3900
d2a62e0f25eb
equal deleted inserted replaced
3155:eda6988c0d81 3156:f08d439fab8c
35 # include "thread_solaris.inline.hpp" 35 # include "thread_solaris.inline.hpp"
36 #endif 36 #endif
37 #ifdef TARGET_OS_FAMILY_windows 37 #ifdef TARGET_OS_FAMILY_windows
38 # include "thread_windows.inline.hpp" 38 # include "thread_windows.inline.hpp"
39 #endif 39 #endif
40 #ifdef TARGET_OS_FAMILY_bsd
41 # include "thread_bsd.inline.hpp"
42 #endif
40 43
41 PtrQueue::PtrQueue(PtrQueueSet* qset, bool perm, bool active) : 44 PtrQueue::PtrQueue(PtrQueueSet* qset, bool perm, bool active) :
42 _qset(qset), _buf(NULL), _index(0), _active(active), 45 _qset(qset), _buf(NULL), _index(0), _active(active),
43 _perm(perm), _lock(NULL) 46 _perm(perm), _lock(NULL)
44 {} 47 {}

mercurial