1. 26 7月, 2013 1 次提交
  2. 02 9月, 2012 1 次提交
  3. 24 11月, 2010 1 次提交
  4. 28 5月, 2010 1 次提交
  5. 24 9月, 2009 1 次提交
  6. 16 9月, 2009 1 次提交
  7. 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
  8. 25 8月, 2009 1 次提交
  9. 21 11月, 2008 1 次提交
    • Y
      6722113: CMS: Incorrect overflow handling during precleaning of Reference lists · fb7c8a34
      ysr 提交于
      Summary: When we encounter marking stack overflow during precleaning of Reference lists, we were using the overflow list mechanism, which can cause problems on account of mutating the mark word of the header because of conflicts with mutator accesses and updates of that field. Instead we should use the usual mechanism for overflow handling in concurrent phases, namely dirtying of the card on which the overflowed object lies. Since precleaning effectively does a form of discovered list processing, albeit with discovery enabled, we needed to adjust some code to be correct in the face of interleaved processing and discovery.
      Reviewed-by: apetrusenko, jcoomes
      fb7c8a34
  10. 07 5月, 2008 1 次提交
  11. 14 4月, 2008 1 次提交
  12. 01 12月, 2007 1 次提交