< prev index next >

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

Print this page

        

*** 26,36 **** #include "memory/allocation.hpp" #include "runtime/semaphore.hpp" template <typename T> ! class ZFuture VALUE_OBJ_CLASS_SPEC { private: SemaphoreSafepointAware _sema; T _value; public: --- 26,36 ---- #include "memory/allocation.hpp" #include "runtime/semaphore.hpp" template <typename T> ! class ZFuture { private: SemaphoreSafepointAware _sema; T _value; public:
< prev index next >