1. 21 5月, 2013 1 次提交
  2. 17 5月, 2013 1 次提交
  3. 16 5月, 2013 1 次提交
    • T
      8007763: Refactoring: split up compute_generation_free_space() into two... · d8e75982
      tamao 提交于
      8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
      Summary: split up compute_generation_free_space() into two functions: compute_eden_space_size() + compute_old_gen_free_space(), each of which (if needed) can be reused without executing an overhead of the other.
      Reviewed-by: jmasa, tschatzl
      Contributed-by: Ntamao <tao.mao@oracle.com>
      d8e75982
  4. 15 5月, 2013 1 次提交
  5. 13 5月, 2013 1 次提交
  6. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef
  7. 01 5月, 2013 1 次提交
  8. 26 4月, 2013 1 次提交
  9. 25 4月, 2013 1 次提交
  10. 10 4月, 2013 1 次提交
  11. 02 4月, 2013 1 次提交
  12. 28 3月, 2013 1 次提交
  13. 14 3月, 2013 1 次提交
  14. 13 3月, 2013 1 次提交
  15. 13 2月, 2013 1 次提交
  16. 23 4月, 2013 1 次提交
  17. 17 1月, 2013 1 次提交
  18. 05 1月, 2013 1 次提交
  19. 03 1月, 2013 1 次提交
  20. 13 12月, 2012 1 次提交
  21. 27 11月, 2012 1 次提交
  22. 16 10月, 2012 1 次提交
  23. 10 10月, 2012 1 次提交
  24. 04 10月, 2012 1 次提交
  25. 03 10月, 2012 1 次提交
  26. 29 9月, 2012 1 次提交
  27. 25 9月, 2012 1 次提交
  28. 21 9月, 2012 1 次提交
  29. 08 9月, 2012 1 次提交
  30. 02 9月, 2012 1 次提交
  31. 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
  32. 15 5月, 2012 1 次提交
  33. 11 4月, 2012 1 次提交
  34. 16 4月, 2012 1 次提交
  35. 16 3月, 2012 1 次提交
  36. 17 2月, 2012 2 次提交
  37. 01 2月, 2012 1 次提交
  38. 11 2月, 2012 1 次提交
  39. 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