1. 27 1月, 2012 1 次提交
  2. 25 1月, 2012 1 次提交
    • P
      7125793: MAC: test_gamma should always work · 09027c72
      phh 提交于
      Summary: Fix gamma launcher on Mac OS X and reconcile test_gamma script on Unix platforms
      Reviewed-by: dcubed, ohair, jcoomes, dholmes, ksrini
      Contributed-by: james.melvin@oracle.com
      09027c72
  3. 19 1月, 2012 1 次提交
  4. 18 1月, 2012 1 次提交
  5. 04 1月, 2012 1 次提交
  6. 28 12月, 2011 1 次提交
  7. 22 12月, 2011 1 次提交
    • P
      7091417: recvfrom's 6th input should be of type socklen_t · 964c0070
      phh 提交于
      Summary: Revamp class os's socket method formal args to match socket.h, insert casts in appropriate places, and copyin-copyout int*'s that s/b socklen_t*'s in jvm.cpp.
      Reviewed-by: coleenp, dholmes
      Contributed-by: erik.gahlin@oracle.com, rickard.backman@oracle.com, nils.loodin@oracle.com, markus.gronlund@oracle.com
      964c0070
  8. 20 12月, 2011 1 次提交
    • J
      7117303: VM uses non-monotonic time source and complains that it is non-monotonic · 412f955f
      johnc 提交于
      Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp.
      Reviewed-by: dholmes, ysr
      412f955f
  9. 17 11月, 2011 1 次提交
  10. 14 10月, 2011 1 次提交
  11. 11 10月, 2011 1 次提交
    • B
      7099454: /bin/sh does not support syntax used in the... · bb935110
      brutisso 提交于
      7099454: /bin/sh does not support syntax used in the src/os/posix/launcher/launcher.script shell script
      Summary: Also reviewed by mikael.gerdin@oracle.com; Changed to the `` syntax instead. Also changed "source" to ".".
      Reviewed-by: never, stefank, dsamersoff, rottenha
      bb935110
  12. 26 9月, 2011 1 次提交
  13. 22 9月, 2011 1 次提交
  14. 14 9月, 2011 1 次提交
  15. 08 9月, 2011 1 次提交
  16. 07 9月, 2011 1 次提交
  17. 30 8月, 2011 1 次提交
  18. 25 8月, 2011 1 次提交
  19. 06 8月, 2011 2 次提交
  20. 13 7月, 2011 1 次提交
  21. 12 7月, 2011 1 次提交
  22. 07 7月, 2011 1 次提交
  23. 11 5月, 2011 1 次提交
  24. 30 4月, 2011 1 次提交
  25. 27 4月, 2011 1 次提交
  26. 21 4月, 2011 1 次提交
  27. 15 4月, 2011 1 次提交
  28. 14 4月, 2011 1 次提交
    • Z
      7033100: CreateMinidumpOnCrash does not work for failed asserts · 08ea5dfd
      zgu 提交于
      Summary: Passing NULL as MINIDUMP_EXCEPTION_INFORMATION when calling MiniDumpWriteDump when crash is due to assertion instead of real exception to avoid creating zero-length mini dump file.
      Reviewed-by: acorn, dcubed, poonam, coleenp
      08ea5dfd
  29. 18 8月, 2011 1 次提交
  30. 06 4月, 2011 1 次提交
  31. 30 3月, 2011 1 次提交
  32. 22 3月, 2011 1 次提交
  33. 17 3月, 2011 1 次提交
  34. 02 3月, 2011 1 次提交
  35. 28 2月, 2011 1 次提交
  36. 16 2月, 2011 1 次提交
  37. 10 2月, 2011 1 次提交
  38. 15 2月, 2011 1 次提交
  39. 09 2月, 2011 1 次提交
    • C
      7014918: Improve core/minidump handling in Hotspot · e7bfde38
      ctornqvi 提交于
      Summary: Added Minidump support on Windows, enabled large page core dumps when coredump_filter is present and writing out path/rlimit for core dumps.
      Reviewed-by: poonam, dsamersoff, sla, coleenp
      e7bfde38