1. 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
  2. 27 8月, 2008 1 次提交
  3. 15 8月, 2008 1 次提交
  4. 31 7月, 2008 1 次提交
  5. 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
  6. 09 6月, 2008 1 次提交
  7. 06 6月, 2008 1 次提交
  8. 07 5月, 2008 1 次提交
  9. 14 4月, 2008 1 次提交
  10. 17 3月, 2008 1 次提交
    • Y
      6634032: CMS: Need CMSInitiatingPermOccupancyFraction for perm, divorcing from... · f903d5a1
      ysr 提交于
      6634032: CMS: Need CMSInitiatingPermOccupancyFraction for perm, divorcing from CMSInitiatingOccupancyFraction
      Summary: The option CMSInitiatingPermOccupancyFraction now controls perm triggering threshold. Even though the actual value of the threshold has not yet been changed, so there is no change in policy, we now have the infrastructure in place for dynamically deciding when to collect the perm gen, an issue that will be addressed in the near future.
      Reviewed-by: jmasa
      f903d5a1
  11. 22 2月, 2008 1 次提交
  12. 17 2月, 2008 1 次提交
  13. 01 12月, 2007 1 次提交