1. 02 10月, 2010 1 次提交
    • T
      6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue · 8e359b8f
      tonyp 提交于
      Summary: Under certain circumstances a safepoint could happen between a JavaThread object being created and that object being added to the Java threads list. This could cause the active field of that thread's SATB queue to get out-of-sync with respect to the other Java threads. The solution is to activate the SATB queue, when necessary, before adding the thread to the Java threads list, not when the JavaThread object is created. The changeset also includes a small fix to rename the surrogate locker thread from "Surrogate Locker Thread (CMS)" to "Surrogate Locker Thread (Concurrent GC)" since it's also used in G1.
      Reviewed-by: iveresov, ysr, johnc, jcoomes
      8e359b8f
  2. 29 9月, 2010 1 次提交
  3. 29 6月, 2010 1 次提交
  4. 28 5月, 2010 2 次提交
  5. 19 5月, 2010 1 次提交
  6. 17 4月, 2010 1 次提交
  7. 14 4月, 2010 1 次提交
  8. 19 3月, 2010 1 次提交
  9. 04 3月, 2010 1 次提交
  10. 24 12月, 2009 1 次提交
    • Y
      6631166: CMS: better heuristics when combatting fragmentation · ee266287
      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
      ee266287
  11. 24 9月, 2009 2 次提交
  12. 23 9月, 2009 1 次提交
    • X
      6884624: Update copyright year · a379810a
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009 through Septermber
      Reviewed-by: tbell, ohair
      a379810a
  13. 16 9月, 2009 1 次提交
  14. 02 9月, 2009 1 次提交
    • Y
      4957990: Perm heap bloat in JVM · 645483b8
      ysr 提交于
      Summary: Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately.
      Reviewed-by: jcoomes, jmasa, kvn, never
      645483b8
  15. 20 8月, 2009 1 次提交
    • T
      6871111: G1: remove the concurrent overhead tracker · 72c54744
      tonyp 提交于
      Summary: Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker).
      Reviewed-by: iveresov, johnc
      72c54744
  16. 29 7月, 2009 1 次提交
    • X
      6862919: Update copyright year · 6d7f1510
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 07/09
      Reviewed-by: tbell, ohair
      6d7f1510
  17. 12 5月, 2009 1 次提交
    • I
      6484957: G1: parallel concurrent refinement · e4f9aca8
      iveresov 提交于
      6826318: G1: remove traversal-based refinement code
      Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel.
      Reviewed-by: tonyp
      e4f9aca8
  18. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 4901ff66
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      4901ff66
  19. 03 3月, 2009 1 次提交
    • Y
      6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC · 14a842cc
      ysr 提交于
      Summary: Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint.
      Reviewed-by: jmasa, alanb, mchung
      14a842cc
  20. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · cee7401f
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      cee7401f
  21. 06 2月, 2009 1 次提交
  22. 28 1月, 2009 1 次提交
  23. 12 12月, 2008 1 次提交
  24. 04 12月, 2008 1 次提交
  25. 07 10月, 2008 1 次提交
  26. 03 10月, 2008 1 次提交
    • X
      6754988: Update copyright year · d374d2cd
      xdono 提交于
      Summary: Update for files that have been modified starting July 2008
      Reviewed-by: ohair, tbell
      d374d2cd
  27. 01 10月, 2008 1 次提交
  28. 27 9月, 2008 1 次提交
  29. 31 7月, 2008 1 次提交
  30. 18 7月, 2008 1 次提交
    • I
      6723228: NUMA allocator: assert(lgrp_id != -1, "No lgrp_id set") · f482d0bd
      iveresov 提交于
      6723229: NUMA allocator: assert(lgrp_num > 0, "There should be at least one locality group")
      Summary: The fix takes care of the assertion triggered during TLAB resizing after reconfiguration. Also it now handles a defect in the topology graph, in which a single leaf node doesn't have memory.
      Reviewed-by: jmasa
      f482d0bd
  31. 10 7月, 2008 1 次提交
  32. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · 3553bdd3
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      3553bdd3
  33. 09 6月, 2008 1 次提交
  34. 06 6月, 2008 1 次提交
  35. 09 5月, 2008 1 次提交
  36. 29 4月, 2008 1 次提交
  37. 14 4月, 2008 1 次提交
  38. 01 4月, 2008 1 次提交