1. 10 10月, 2012 1 次提交
  2. 04 10月, 2012 1 次提交
    • N
      8000102: Resolve include conflicts · 3b8d4528
      neliasso 提交于
      Summary: Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files.
      Reviewed-by: kvn
      Contributed-by: nils.eliasson@oracle.com
      3b8d4528
  3. 30 8月, 2012 1 次提交
  4. 04 7月, 2012 1 次提交
  5. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  6. 22 5月, 2012 1 次提交
  7. 10 5月, 2012 1 次提交
  8. 13 3月, 2012 1 次提交
  9. 06 3月, 2012 1 次提交
  10. 01 3月, 2012 1 次提交
    • D
      7142641: -Xshared:on fails on ARM · f2020346
      dlong 提交于
      Summary: map read-only pages MAP_PRIVATE instead of MAP_SHARED
      Reviewed-by: dcubed, dholmes
      Contributed-by: dean.long@oracle.com
      f2020346
  11. 27 1月, 2012 1 次提交
  12. 18 1月, 2012 1 次提交
  13. 28 12月, 2011 1 次提交
  14. 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
  15. 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
  16. 17 11月, 2011 1 次提交
  17. 14 10月, 2011 1 次提交
  18. 26 9月, 2011 1 次提交
  19. 22 9月, 2011 1 次提交
  20. 07 9月, 2011 1 次提交
  21. 30 8月, 2011 1 次提交
  22. 25 8月, 2011 1 次提交
  23. 06 8月, 2011 2 次提交
  24. 12 7月, 2011 1 次提交
  25. 07 7月, 2011 1 次提交
  26. 11 5月, 2011 1 次提交
  27. 30 4月, 2011 1 次提交
  28. 27 4月, 2011 1 次提交
  29. 21 4月, 2011 1 次提交
  30. 06 4月, 2011 1 次提交
  31. 30 3月, 2011 1 次提交
  32. 28 2月, 2011 1 次提交
  33. 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
  34. 03 2月, 2011 1 次提交
  35. 02 2月, 2011 1 次提交
    • C
      6588413: Use -fvisibility=hidden for gcc compiles · e02b7391
      coleenp 提交于
      Summary: Add option for gcc 4 and above, define JNIEXPORT and JNIIMPORT to visibility=default, add for jio_snprintf and others since -fvisibility=hidden overrides --version-script definitions.
      Reviewed-by: kamg, never
      e02b7391
  36. 13 1月, 2011 1 次提交
  37. 21 12月, 2010 1 次提交
  38. 17 12月, 2010 1 次提交
  39. 12 12月, 2010 1 次提交