1. 13 11月, 2012 1 次提交
  2. 09 10月, 2012 1 次提交
  3. 02 9月, 2012 1 次提交
  4. 26 5月, 2012 1 次提交
  5. 16 5月, 2012 1 次提交
  6. 14 5月, 2012 1 次提交
    • B
      7161545: G1: Minor cleanups to the G1 logging · 3c2bae90
      brutisso 提交于
      Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal point in the size format, Add Sum to the aggregate and re-order the entries, Add number of GC workers to the log output
      Reviewed-by: johnc, jwilhelm
      3c2bae90
  7. 12 1月, 2012 1 次提交
  8. 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
  9. 14 10月, 2011 1 次提交
  10. 26 9月, 2011 1 次提交
  11. 04 4月, 2011 1 次提交
  12. 05 3月, 2011 1 次提交
  13. 03 2月, 2011 1 次提交
  14. 20 1月, 2011 1 次提交
    • T
      6977804: G1: remove the zero-filling thread · 0ed267ef
      tonyp 提交于
      Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification.
      Reviewed-by: jcoomes, johnc
      0ed267ef
  15. 24 11月, 2010 1 次提交
  16. 09 9月, 2010 1 次提交
  17. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599
  18. 28 8月, 2010 1 次提交
  19. 17 7月, 2010 1 次提交
  20. 28 5月, 2010 2 次提交
  21. 04 3月, 2010 1 次提交
  22. 12 2月, 2010 1 次提交
    • I
      6923991: G1: improve scalability of RSet scanning · 88955d77
      iveresov 提交于
      Summary: Implemented block-based work stealing. Moved copying during the rset scanning phase to the main copying phase. Made the size of rset table depend on the region size.
      Reviewed-by: apetrusenko, tonyp
      88955d77
  23. 22 4月, 2009 1 次提交
  24. 09 4月, 2009 1 次提交
  25. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  26. 16 2月, 2009 1 次提交
  27. 03 2月, 2009 1 次提交
  28. 25 12月, 2008 1 次提交
  29. 05 9月, 2008 1 次提交
  30. 10 7月, 2008 1 次提交
  31. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  32. 07 5月, 2008 1 次提交
  33. 14 4月, 2008 1 次提交
  34. 26 2月, 2008 1 次提交
  35. 01 12月, 2007 1 次提交