1. 27 10月, 2009 1 次提交
    • A
      6870843: G1: G1 GC memory leak · 3fddbba6
      apetrusenko 提交于
      Summary: The fix addresses two memory leaks in G1 code: (1) _evac_failure_scan_stack - a resource object allocated on the C heap was not freed; (2) RSHashTable were linked into deleted list which was only cleared at full GC.
      Reviewed-by: tonyp, iveresov
      3fddbba6
  2. 31 7月, 2009 1 次提交
  3. 12 6月, 2009 1 次提交
  4. 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
  5. 08 3月, 2009 1 次提交
    • T
      6810698: G1: two small bugs in the sparse remembered sets · 91454ec9
      tonyp 提交于
      Summary: The _expanded flag of the sparse RSets is not reset and this can leave a RSet in an inconsistent state if it is expanded more than once. Also, we should be iterating over the _cur, instead of the _next, sparse table
      Reviewed-by: apetrusenko, iveresov
      91454ec9
  6. 10 2月, 2009 1 次提交
  7. 06 6月, 2008 1 次提交