< prev index next >

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

Print this page

        

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