hotspot/src/os/linux/vm/os_linux.hpp
changeset 25472 381638db28e6
parent 25069 c937c5e883c5
child 25946 1572c9f03fb9
--- a/hotspot/src/os/linux/vm/os_linux.hpp	Thu Jul 03 09:16:56 2014 -0700
+++ b/hotspot/src/os/linux/vm/os_linux.hpp	Thu Jul 03 11:07:51 2014 -0700
@@ -315,7 +315,6 @@
     int  fired() { return _Event; }
     void park();
     void unpark();
-    int  TryPark();
     int  park(jlong millis); // relative timed-wait only
     void SetAssociation(Thread * a) { _Assoc = a; }
 };