1. 23 4月, 2013 1 次提交
  2. 10 4月, 2013 1 次提交
  3. 02 4月, 2013 1 次提交
  4. 28 3月, 2013 1 次提交
  5. 14 3月, 2013 1 次提交
  6. 13 3月, 2013 1 次提交
  7. 17 1月, 2013 1 次提交
  8. 05 1月, 2013 1 次提交
  9. 03 1月, 2013 1 次提交
  10. 13 12月, 2012 1 次提交
  11. 27 11月, 2012 1 次提交
  12. 16 10月, 2012 1 次提交
  13. 10 10月, 2012 1 次提交
  14. 04 10月, 2012 1 次提交
  15. 03 10月, 2012 1 次提交
  16. 29 9月, 2012 1 次提交
  17. 25 9月, 2012 1 次提交
  18. 21 9月, 2012 1 次提交
  19. 08 9月, 2012 1 次提交
  20. 02 9月, 2012 1 次提交
  21. 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
  22. 15 5月, 2012 1 次提交
  23. 11 4月, 2012 1 次提交
  24. 16 4月, 2012 1 次提交
  25. 16 3月, 2012 1 次提交
  26. 17 2月, 2012 2 次提交
  27. 01 2月, 2012 1 次提交
  28. 11 2月, 2012 1 次提交
  29. 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
  30. 10 12月, 2011 1 次提交
  31. 23 11月, 2011 1 次提交
  32. 08 11月, 2011 1 次提交
  33. 26 9月, 2011 1 次提交
  34. 12 9月, 2011 1 次提交
  35. 23 9月, 2011 1 次提交
    • J
      6484982: G1: process references during evacuation pauses · 9c3adbcc
      johnc 提交于
      Summary: G1 now uses two reference processors - one is used by concurrent marking and the other is used by STW GCs (both full and incremental evacuation pauses). In an evacuation pause, the reference processor is embedded into the closures used to scan objects. Doing so causes causes reference objects to be 'discovered' by the reference processor. At the end of the evacuation pause, these discovered reference objects are processed - preserving (and copying) referent objects (and their reachable graphs) as appropriate.
      Reviewed-by: ysr, jwilhelm, brutisso, stefank, tonyp
      9c3adbcc
  36. 01 9月, 2011 1 次提交
  37. 10 8月, 2011 1 次提交
  38. 21 11月, 2011 1 次提交
  39. 17 6月, 2011 1 次提交