< prev index next >

src/hotspot/share/gc/z/zLock.hpp

Print this page

        

*** 25,35 **** #define SHARE_GC_Z_ZLOCK_HPP #include "memory/allocation.hpp" #include <pthread.h> ! class ZLock VALUE_OBJ_CLASS_SPEC { private: pthread_mutex_t _lock; public: ZLock(); --- 25,35 ---- #define SHARE_GC_Z_ZLOCK_HPP #include "memory/allocation.hpp" #include <pthread.h> ! class ZLock { private: pthread_mutex_t _lock; public: ZLock();
< prev index next >