1. 24 Dec, 1999 3 commits
    • Daily bump. · ae38a816
      From-SVN: r31084
      Jeff Law committed
    • linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the NO_SIGNALS case. · 54f76845
      1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
      
              * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
              NO_SIGNALS case.
      
      From-SVN: r31083
      Bryce McKinlay committed
    • natObject.cc (notify): Throw message with IllegalMonitorStateException. · 43cbc943
      1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
      
              * java/lang/natObject.cc (notify): Throw message with
              IllegalMonitorStateException.
              (notifyAll): Ditto.
              (wait): Ditto.
              * java/lang/Thread.java (isInterrupted): Don't clear interrupt_flag.
              (isInterrupted_): New function, which does clear interrupt_flag.
              (interrupt): Use `isInterrupted_'.
              * java/lang/natThread.cc (interrupt): Add comment.
              (join): Set `Prev' in joiner loop.
              Change various calls to `isInterrupted' to use `isInterrupted_'.
              * posix-threads.cc (_Jv_CondWait): Allways use pthread_cond_timedwait
              on linux. Set result to 0 on an interrupt. Test interrupted status
              of java Thread object directly.
              FLAG_INTERRUPTED: removed.
              (_Jv_ThreadStart): Throw OutOfMemoryError if pthread_create fails.
              (_Jv_ThreadInterrupt): Don't set FLAG_INTERRUPTED.
              (_Jv_InitThreads): Don't block SIGINT.
              (_Jv_ThreadWait): Don't configure SIGINT handler.
      
      From-SVN: r31082
      Bryce McKinlay committed
  2. 23 Dec, 1999 7 commits
  3. 22 Dec, 1999 13 commits
  4. 21 Dec, 1999 16 commits
  5. 20 Dec, 1999 1 commit