/[classpath]/classpath/vm/reference/java/lang/VMThread.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/VMThread.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mark, Mon Jun 28 19:39:16 2004 UTC revision 1.3 by mark, Thu Dec 30 13:18:18 2004 UTC
# Line 365  final class VMThread Line 365  final class VMThread
365       * because some other thread may be active.  So don't expect real-time       * because some other thread may be active.  So don't expect real-time
366       * performance.       * performance.
367       *       *
368       * @param ms the number of milliseconds to sleep, or 0 for forever       * @param ms the number of milliseconds to sleep. Will be at least 1.
369       * @param ns the number of extra nanoseconds to sleep (0-999999)       * @param ns the number of extra nanoseconds to sleep (0-999999)
370       * @throws InterruptedException if the Thread is interrupted; it's       * @throws InterruptedException if the Thread is (or was) interrupted;
371       *         <i>interrupted status</i> will be cleared       *         it's <i>interrupted status</i> will be cleared
      * @throws IllegalArgumentException if ns is invalid  
372       */       */
373      static native void sleep(long ms, int ns) throws InterruptedException;      static native void sleep(long ms, int ns) throws InterruptedException;
374    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26