1. 11 1月, 2011 1 次提交
  2. 20 12月, 2010 1 次提交
  3. 24 11月, 2010 1 次提交
  4. 02 10月, 2010 1 次提交
    • T
      6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue · acd6a8e3
      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
      acd6a8e3
  5. 29 9月, 2010 1 次提交
  6. 29 6月, 2010 1 次提交
  7. 28 5月, 2010 2 次提交
  8. 19 5月, 2010 1 次提交
  9. 17 4月, 2010 1 次提交
  10. 14 4月, 2010 1 次提交
  11. 19 3月, 2010 1 次提交
  12. 04 3月, 2010 1 次提交
  13. 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
  14. 24 9月, 2009 2 次提交
  15. 23 9月, 2009 1 次提交
    • X
      6884624: Update copyright year · 8cbcb424
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009 through Septermber
      Reviewed-by: tbell, ohair
      8cbcb424
  16. 16 9月, 2009 1 次提交
  17. 02 9月, 2009 1 次提交
    • Y
      4957990: Perm heap bloat in JVM · 763668ed
      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
      763668ed
  18. 20 8月, 2009 1 次提交
    • T
      6871111: G1: remove the concurrent overhead tracker · 228aaca7
      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
      228aaca7
  19. 29 7月, 2009 1 次提交
    • X
      6862919: Update copyright year · 84c0f327
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 07/09
      Reviewed-by: tbell, ohair
      84c0f327
  20. 12 5月, 2009 1 次提交
    • I
      6484957: G1: parallel concurrent refinement · 2c49aee0
      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
      2c49aee0
  21. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  22. 03 3月, 2009 1 次提交
    • Y
      6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC · 1e135fda
      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
      1e135fda
  23. 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
  24. 06 2月, 2009 1 次提交
  25. 28 1月, 2009 1 次提交
  26. 12 12月, 2008 1 次提交
  27. 04 12月, 2008 1 次提交
  28. 07 10月, 2008 1 次提交
  29. 03 10月, 2008 1 次提交
    • X
      6754988: Update copyright year · c3924f27
      xdono 提交于
      Summary: Update for files that have been modified starting July 2008
      Reviewed-by: ohair, tbell
      c3924f27
  30. 01 10月, 2008 1 次提交
  31. 27 9月, 2008 1 次提交
  32. 31 7月, 2008 1 次提交
  33. 18 7月, 2008 1 次提交
    • I
      6723228: NUMA allocator: assert(lgrp_id != -1, "No lgrp_id set") · 8ca5c0e0
      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
      8ca5c0e0
  34. 10 7月, 2008 1 次提交
  35. 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
  36. 09 6月, 2008 1 次提交
  37. 06 6月, 2008 1 次提交
  38. 09 5月, 2008 1 次提交