< prev index next >

src/hotspot/os/bsd/semaphore_bsd.hpp

Print this page

        

@@ -51,11 +51,11 @@
 
   bool trywait();
   bool timedwait(unsigned int sec, int nsec);
 
  private:
-  static jlong currenttime();
+  static int64_t currenttime();
 };
 
 typedef OSXSemaphore SemaphoreImpl;
 
 #endif // __APPLE__
< prev index next >