1. 08 9月, 2012 1 次提交
  2. 06 9月, 2012 2 次提交
  3. 05 9月, 2012 1 次提交
  4. 04 9月, 2012 1 次提交
  5. 02 9月, 2012 1 次提交
  6. 07 8月, 2012 1 次提交
  7. 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
  8. 27 6月, 2012 1 次提交
  9. 19 6月, 2012 1 次提交
  10. 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
  11. 04 6月, 2012 1 次提交
  12. 01 6月, 2012 1 次提交
  13. 15 5月, 2012 2 次提交
  14. 10 5月, 2012 1 次提交
  15. 03 5月, 2012 1 次提交
  16. 26 4月, 2012 1 次提交
  17. 16 4月, 2012 1 次提交
  18. 03 4月, 2012 1 次提交
  19. 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
  20. 23 3月, 2012 1 次提交
  21. 14 3月, 2012 2 次提交
  22. 30 3月, 2012 1 次提交
  23. 17 2月, 2012 1 次提交
  24. 16 2月, 2012 1 次提交
  25. 15 2月, 2012 1 次提交
  26. 02 2月, 2012 1 次提交
  27. 01 2月, 2012 1 次提交
  28. 30 1月, 2012 1 次提交
  29. 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
  30. 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
  31. 15 12月, 2011 1 次提交
  32. 14 12月, 2011 1 次提交
    • S
      7121373: Clean up CollectedHeap::is_in · dce4ac5f
      stefank 提交于
      Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual.
      Reviewed-by: brutisso, tonyp, jcoomes
      dce4ac5f
  33. 07 12月, 2011 1 次提交
  34. 23 11月, 2011 1 次提交
  35. 08 11月, 2011 1 次提交
  36. 18 10月, 2011 1 次提交
  37. 14 10月, 2011 1 次提交
    • T
      7088680: G1: Cleanup in the G1CollectorPolicy class · a299c2e7
      tonyp 提交于
      Summary: Removed unused fields and methods, removed the G1CollectoryPolicy_BestRegionsFirst class and folded its functionality into the G1CollectorPolicy class.
      Reviewed-by: ysr, brutisso, jcoomes
      a299c2e7