1. 10 6月, 2010 1 次提交
  2. 30 5月, 2010 1 次提交
  3. 28 5月, 2010 1 次提交
  4. 23 5月, 2010 1 次提交
  5. 01 5月, 2010 1 次提交
  6. 17 3月, 2010 1 次提交
  7. 16 3月, 2010 1 次提交
  8. 10 3月, 2010 1 次提交
  9. 04 3月, 2010 1 次提交
  10. 24 2月, 2010 1 次提交
  11. 23 2月, 2010 1 次提交
  12. 09 2月, 2010 1 次提交
  13. 06 2月, 2010 1 次提交
  14. 30 1月, 2010 2 次提交
  15. 21 1月, 2010 1 次提交
  16. 14 1月, 2010 1 次提交
  17. 09 1月, 2010 1 次提交
  18. 08 1月, 2010 1 次提交
  19. 05 1月, 2010 2 次提交
  20. 04 1月, 2010 1 次提交
  21. 04 12月, 2009 1 次提交
    • Y
      6906727: UseCompressedOops: some card-marking fixes related to object arrays · 1f7260b7
      ysr 提交于
      Summary: Introduced a new write_ref_array(HeapWords* start, size_t count) method that does the requisite MemRegion range calculation so (some of the) clients of the erstwhile write_ref_array(MemRegion mr) do not need to worry. This removed all external uses of array_size(), which was also simplified and made private. Asserts were added to catch other possible issues. Further, less essential, fixes stemming from this investigation are deferred to CR 6904516 (to follow shortly in hs17).
      Reviewed-by: kvn, coleenp, jmasa
      1f7260b7
  22. 13 11月, 2009 1 次提交
  23. 31 10月, 2009 1 次提交
  24. 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
  25. 15 7月, 2009 1 次提交
  26. 11 7月, 2009 1 次提交
  27. 22 4月, 2009 1 次提交
  28. 09 4月, 2009 1 次提交
  29. 27 3月, 2009 1 次提交
  30. 12 3月, 2009 1 次提交
  31. 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
  32. 03 3月, 2009 1 次提交
  33. 27 2月, 2009 1 次提交
  34. 24 2月, 2009 1 次提交
  35. 15 1月, 2009 1 次提交
  36. 05 12月, 2008 1 次提交
  37. 21 11月, 2008 1 次提交
    • 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
  38. 27 8月, 2008 1 次提交