1. 14 1月, 2010 1 次提交
    • Y
      6896647: card marks can be deferred too long · 651edb8d
      ysr 提交于
      Summary: Deferred card marks are now flushed during the gc prologue. Parallel[Scavege,OldGC] and SerialGC no longer defer card marks generated by COMPILER2 as a result of ReduceInitialCardMarks. For these cases, introduced a diagnostic option to defer the card marks, only for the purposes of testing and diagnostics. CMS and G1 continue to defer card marks. Potential performance concern related to single-threaded flushing of deferred card marks in the gc prologue will be addressed in the future.
      Reviewed-by: never, johnc
      651edb8d
  2. 13 1月, 2010 1 次提交
    • J
      6902115:... · e0f00cdb
      johnc 提交于
      6902115: G1:assert(ignore_max_completed||thread->is_Java_thread()||SafepointSynchronize::is_at_safepoint())
      Summary: Remove invalid assert and mangle filler objects in TLABs that are being retired.
      Reviewed-by: ysr, jmasa
      e0f00cdb
  3. 08 1月, 2010 1 次提交
  4. 07 1月, 2010 1 次提交
  5. 06 1月, 2010 1 次提交
  6. 05 1月, 2010 5 次提交
  7. 04 1月, 2010 3 次提交
  8. 24 12月, 2009 1 次提交
    • Y
      6631166: CMS: better heuristics when combatting fragmentation · c290220e
      ysr 提交于
      Summary: Autonomic per-worker free block cache sizing, tunable coalition policies, fixes to per-size block statistics, retuned gain and bandwidth of some feedback loop filters to allow quicker reactivity to abrupt changes in ambient demand, and other heuristics to reduce fragmentation of the CMS old gen. Also tightened some assertions, including those related to locking.
      Reviewed-by: jmasa
      c290220e
  9. 17 12月, 2009 5 次提交
  10. 16 12月, 2009 1 次提交
  11. 15 12月, 2009 2 次提交
  12. 12 12月, 2009 1 次提交
  13. 10 12月, 2009 3 次提交
  14. 09 12月, 2009 2 次提交
  15. 08 12月, 2009 1 次提交
  16. 04 12月, 2009 3 次提交
    • T
      6906565: G1: deal with compilation warning in g1MemoryPool.hpp · 7cf4209d
      tonyp 提交于
      Summary: size_t max_size() hides size_t max_size() const.
      Reviewed-by: jmasa, ysr
      7cf4209d
    • T
      6880903: G1: G1 reports incorrect Runtime.maxMemory() · bc0d9e36
      tonyp 提交于
      Summary: G1 reports committed memory instead of reserved memory from the Runtime.maxMemory() method
      Reviewed-by: ysr, jmasa
      bc0d9e36
    • Y
      6906727: UseCompressedOops: some card-marking fixes related to object arrays · 1f7260b7
      ysr 提交于
      Summary: Introduced a new write_ref_array(HeapWords* start, size_t count) method that does the requisite MemRegion range calculation so (some of the) clients of the erstwhile write_ref_array(MemRegion mr) do not need to worry. This removed all external uses of array_size(), which was also simplified and made private. Asserts were added to catch other possible issues. Further, less essential, fixes stemming from this investigation are deferred to CR 6904516 (to follow shortly in hs17).
      Reviewed-by: kvn, coleenp, jmasa
      1f7260b7
  17. 03 12月, 2009 1 次提交
  18. 27 11月, 2009 1 次提交
  19. 26 11月, 2009 2 次提交
  20. 25 11月, 2009 1 次提交
    • J
      6899058: G1: Internal error in ptrQueue.cpp:201 in nightly tests · 6269ed5f
      johnc 提交于
      Summary: Fixes a race on the dirty card queue completed buffer list between worker thread(s) performing a flush of a deferred store barrier (enqueueing a newly completed buffer) and worker thread(s) in the RSet updating code claiming completed buffers. Removed the routine that removes elements from the completed update buffer queue using a CAS.
      Reviewed-by: ysr, tonyp
      6269ed5f
  21. 21 11月, 2009 2 次提交
  22. 20 11月, 2009 1 次提交