< prev index next >

src/hotspot/os/posix/os_posix.hpp

Print this page
rev 59103 : imported patch hotspot

@@ -170,11 +170,10 @@
   static volatile intptr_t _crash_mux;
   void restore();
   sigjmp_buf _jmpbuf;
 };
 
-#ifndef SOLARIS
 
 /*
  * This is the platform-specific implementation underpinning
  * the ParkEvent class, which itself underpins Java-level monitor
  * operations. See park.hpp for details.

@@ -334,8 +333,6 @@
   int wait(jlong millis);
   void notify();
   void notify_all();
 };
 
-#endif // !SOLARIS
-
 #endif // OS_POSIX_OS_POSIX_HPP
< prev index next >