< prev index next >

src/hotspot/os/posix/os_posix.hpp

Print this page
rev 59103 : imported patch hotspot

*** 170,180 **** 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. --- 170,179 ----
*** 334,341 **** int wait(jlong millis); void notify(); void notify_all(); }; - #endif // !SOLARIS - #endif // OS_POSIX_OS_POSIX_HPP --- 333,338 ----
< prev index next >