1. 25 9月, 2012 2 次提交
  2. 19 9月, 2012 1 次提交
  3. 17 9月, 2012 1 次提交
  4. 14 9月, 2012 1 次提交
  5. 11 9月, 2012 1 次提交
  6. 08 9月, 2012 2 次提交
  7. 06 9月, 2012 2 次提交
  8. 05 9月, 2012 1 次提交
  9. 04 9月, 2012 1 次提交
  10. 02 9月, 2012 1 次提交
  11. 07 8月, 2012 1 次提交
  12. 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
  13. 27 6月, 2012 1 次提交
  14. 19 6月, 2012 1 次提交
  15. 14 6月, 2012 1 次提交
    • C
      7158800: Improve storage of symbol tables · 98df2891
      coleenp 提交于
      Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance
      Reviewed-by: pbk, kamg, dlong, kvn, fparain
      98df2891
  16. 04 6月, 2012 1 次提交
  17. 01 6月, 2012 1 次提交
  18. 15 5月, 2012 2 次提交
  19. 10 5月, 2012 1 次提交
  20. 03 5月, 2012 1 次提交
  21. 26 4月, 2012 1 次提交
  22. 16 4月, 2012 1 次提交
  23. 03 4月, 2012 1 次提交
  24. 30 3月, 2012 1 次提交
    • J
      7131629: Generalize the CMS free list code · 98f667c6
      jmasa 提交于
      Summary: Make the FreeChunk, FreeList, TreeList, and BinaryTreeDictionary classes usable outside CMS.
      Reviewed-by: brutisso, johnc, jwilhelm
      Contributed-by: coleen.phillimore@oracle.com
      98f667c6
  25. 23 3月, 2012 1 次提交
  26. 14 3月, 2012 2 次提交
  27. 30 3月, 2012 1 次提交
  28. 17 2月, 2012 1 次提交
  29. 16 2月, 2012 1 次提交
  30. 15 2月, 2012 1 次提交
  31. 02 2月, 2012 1 次提交
  32. 01 2月, 2012 1 次提交
  33. 30 1月, 2012 1 次提交
  34. 19 1月, 2012 1 次提交
    • J
      7129514: time warp warnings after 7117303 · d7cbafe7
      johnc 提交于
      Summary: Replace calls to os::javaTimeMillis() that are used to update the milliseconds since the last GC to an equivalent that uses a monotonically non-decreasing time source.
      Reviewed-by: ysr, jmasa
      d7cbafe7
  35. 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