1. 24 9月, 2009 1 次提交
  2. 02 9月, 2009 1 次提交
    • Y
      4957990: Perm heap bloat in JVM · 645483b8
      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
      645483b8
  3. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 4901ff66
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      4901ff66
  4. 04 3月, 2009 1 次提交
  5. 03 3月, 2009 1 次提交
    • Y
      6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC · 14a842cc
      ysr 提交于
      Summary: Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint.
      Reviewed-by: jmasa, alanb, mchung
      14a842cc
  6. 09 2月, 2009 1 次提交
  7. 19 12月, 2008 2 次提交
  8. 12 12月, 2008 3 次提交
  9. 02 12月, 2008 1 次提交
  10. 21 11月, 2008 1 次提交
    • Y
      6684579: SoftReference processing can be made more efficient · 63aa278b
      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
      63aa278b
  11. 01 10月, 2008 3 次提交
  12. 20 7月, 2008 1 次提交
  13. 12 7月, 2008 3 次提交
  14. 10 7月, 2008 1 次提交
  15. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · 3553bdd3
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      3553bdd3
  16. 19 6月, 2008 1 次提交
  17. 14 4月, 2008 1 次提交
  18. 01 4月, 2008 1 次提交
  19. 29 3月, 2008 1 次提交
  20. 01 12月, 2007 1 次提交