1. 12 12月, 2008 1 次提交
  2. 11 12月, 2008 1 次提交
    • Y
      6782457: CMS: Livelock in CompactibleFreeListSpace::block_size() · d5a88d45
      ysr 提交于
      6736295: SIGSEGV in product jvm, assertion "these are the only valid states during a mark sweep" in fastdebug
      Summary: Restructured the code in the perm gen allocation retry loop so as to avoid "safepoint-blocking" on locks, in this case the Heap_lock, while holding uninitialized allocated heap storage.
      Reviewed-by: apetrusenko, iveresov, jcoomes, jmasa, poonam
      d5a88d45
  3. 02 12月, 2008 1 次提交
  4. 21 11月, 2008 2 次提交
    • Y
      6684579: SoftReference processing can be made more efficient · bf0e7f79
      ysr 提交于
      Summary: For current soft-ref clearing policies, we can decide at marking time if a soft-reference will definitely not be cleared, postponing the decision of whether it will definitely be cleared to the final reference processing phase. This can be especially beneficial in the case of concurrent collectors where the marking is usually concurrent but reference processing is usually not.
      Reviewed-by: jmasa
      bf0e7f79
    • 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
  5. 29 10月, 2008 1 次提交
  6. 23 10月, 2008 1 次提交
  7. 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
  8. 28 8月, 2008 1 次提交
  9. 21 8月, 2008 1 次提交
  10. 20 8月, 2008 1 次提交
    • T
      6736341: PermGen size is insufficient for jconsole · ceabd11c
      tonyp 提交于
      Summary: Removing two buggy methods that should not be used, but ended up being used due to a re-organization in the class hierarchy.
      Reviewed-by: jmasa, ysr, kamg, coleenp
      ceabd11c
  11. 19 8月, 2008 1 次提交
  12. 31 7月, 2008 1 次提交
  13. 29 7月, 2008 1 次提交
  14. 20 7月, 2008 1 次提交
  15. 10 7月, 2008 1 次提交
  16. 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
  17. 24 6月, 2008 1 次提交
    • Y
      6718086: CMS assert: _concurrent_iteration_safe_limit update missed · 22137c19
      ysr 提交于
      Summary: Initialize the field correctly in ContiguousSpace's constructor and initialize() methods, using the latter for the survivor spaces upon initial construction or a subsequent resizing of the young generation. Add some missing Space sub-class constructors.
      Reviewed-by: apetrusenko
      22137c19
  18. 10 6月, 2008 1 次提交
  19. 06 6月, 2008 1 次提交
  20. 29 5月, 2008 1 次提交
  21. 14 4月, 2008 1 次提交
  22. 01 4月, 2008 1 次提交
  23. 29 3月, 2008 1 次提交
  24. 27 3月, 2008 1 次提交
  25. 13 3月, 2008 1 次提交
  26. 03 3月, 2008 1 次提交
    • J
      6557851: CMS: ergonomics defaults are not set with FLAG_SET_ERGO · 4c1de8f4
      jmasa 提交于
      Summary: Default values set by cms ergonomics are set with FLAG_SET_DEFAULT so down stream the values look like the default values and affect how later parameters are set.  Set these values with FLAG_SET_ERGO instead and adjust how later parameters are interpreted.
      Reviewed-by: iveresov, apetrusenko, pbk, ysr
      4c1de8f4
  27. 01 3月, 2008 1 次提交
  28. 27 2月, 2008 1 次提交
  29. 21 2月, 2008 1 次提交
  30. 15 2月, 2008 1 次提交
  31. 13 2月, 2008 1 次提交
  32. 07 12月, 2007 1 次提交
  33. 01 12月, 2007 1 次提交