< prev index next >

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

Print this page

        

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