Skip to content
Snippets Groups Projects
  1. Oct 07, 2013
  2. Oct 06, 2013
  3. Oct 05, 2013
  4. Oct 04, 2013
  5. Oct 03, 2013
  6. Oct 02, 2013
  7. Oct 01, 2013
  8. Sep 30, 2013
  9. Sep 29, 2013
    • Nadav Har'El's avatar
      condvar: add comment · f5ea1cbe
      Nadav Har'El authored
      
      Add a comment to condvar explaining that it makes a guarantee that
      POSIX Threads' condition variables do not - that there are no spurious
      wakeups.
      
      The comment goes on to explain that at least in one place (semaphore.cc)
      we make use of this added guarantee, so if the condition variable
      implementation is ever rewritten, we'll need to keep this guarantee.
      
      Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
      f5ea1cbe
    • Nadav Har'El's avatar
      Add "-version" option to RunJava · 0ec190c0
      Nadav Har'El authored
      
      Add "-version" option to RunJava, and therefore to java.so and the "java"
      CLI command.
      
      java -version now shows:
      
        java version "1.7.0_25"
        OpenJDK Runtime Environment (1.7.0_25-mockbuild_2013_07_27_13_36-b00)
        OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
      
      I can't explain why the version on the second line is different than what
      "java -version" on Fedora 18 shows for the same libjvm.so:
      
        java version "1.7.0_25"
        OpenJDK Runtime Environment (fedora-2.3.10.4.fc18-x86_64)
        OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
      
      Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
      Signed-off-by: default avatarAvi Kivity <avi@cloudius-systems.com>
      0ec190c0
Loading